!--a11y-->
Creating
a Web Dynpro Project 
A Web Dynpro application is created within the SAP NetWeaver Developer Studio as part of a Web Dynpro project. Therefore, you must first create a new Web Dynpro project.
...
1. Open the SAP NetWeaver Developer Studio.
2.
Choose the arrow on
the right of
with the tooltip New followed by
Web Dynpro Project to open the New
Web
Dynpro Project wizard.
3. Enter a descriptive name for your Web Dynpro project, for example WebDynpro_Basics, and choose Finish.


By default, the corresponding directory for the project is in the workspace directory of your SAP NetWeaver Developer Studio. Therefore, Use default is checked under Project contents. If you want to store the project in a different directory, you must first uncheck the field before specifying the desired directory.
With the project language you specify which country code the language-specific files receive.
The system creates a directory structure, files, and references for the required Java archives as a framework for the still empty Web Dynpro project.
In the SAP
NetWeaver Developer Studio, you will then see the Web Dynpro
Explorer. In the function
bar on the left, you can choose this perspective using the button
with
the tooltip Web Dynpro Perspective.
You automatically branch to the Web Dynpro Explorer and have created an empty shell for your first Web Dynpro application. You will continue to process your new Web Dynpro project by first creating a new Web Dynpro component and then using this component as the root component in the actual Web Dynpro application.
The next step is to create the first Web Dynpro
Component.
