!--a11y-->
Creating an Application 
Before you create a Web Dynpro application unit, you must define a Web Dynpro project.
To create an application, proceed as follows:
1.
To create a Web
Dynpro application, choose the context menu entry
Create Application for the project subnode
Applications in the Web Dynpro
Explorer view and make the required entries.
2. If you want to implement an authorization check for the Web Dynpro application, you must select the Authentication checkbox. The Java server of the SAP Web Application Server will then prompt a login for the Web Dynpro application. Therefore, you do not need to write any additional code for the authentication. The box is unchecked by default.
3. Choose Next.
4. Choose Use existing component if you want to refer to a Web Dynpro component that you have already created. If you want to use the wizard to create a new component that is to be referenced by the application, choose Create a new component.
5. Choose Next to proceed to the next wizard window.
6. If you want to create a new component, proceed as described in Creating a Component. If you start from the application definition when defining a component, the wizard suggests default names for the component and the window.
If you want to reference a component, specify the Web Dynpro Component, the Interface View, and the Startup Plug.
7. Choose Finish.
The newly created application is displayed in the Web Dynpro Explorer. In the file system, the application package is created under the path /<MyWebDynproProject>/src/configuration/Applications/<myWDApplicationPackage>. You can display this directory in the Navigator, but you must not make any changes to the package.
