Start of Content Area

Procedure documentation Creating an Application  Locate the document in its SAP Library structure

Prerequisites

Before you create a Web Dynpro application unit, you must define a Web Dynpro project.

Procedure

To create an application, proceed as follows:

       1.      To create a Web Dynpro application, choose the context menu entry This graphic is explained in the accompanying textCreate Application for the project subnode This graphic is explained in the accompanying textApplications 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.

 

End of Content Area