Context
A Web Dynpro application is an independent program unit. You create a Web Dynpro application so that end users of the Web Dynpro application are able to see user interfaces of the application. Creating a Web Dynpro application involves linking a Web Dynpro application to a unique URL. The URL connects to a window in the Web Dynpro Component.
Procedure
- In the Project Explorer view, select an ABAP project.
- In the menu bar, choose File > New > Other…
Note
As an alternate option, you can also use any of the following steps:
- In the context menu of an ABAP package, choose New > Other ABAP Repository Object.
- In the context menu of the Web Dynpro folder, choose New > Application.
- In the wizard that appears, enter Web Dynpro in the search field.
The Web Dynpro folder and its respective artifacts appear in the list.
- Choose Application.
- In the New Web Dynpro Application wizard, provide the following details:
- A name for the application
- A description
- Use the Browse button to choose a Web Dynpro Component for the Application.
- Choose Next.
Note
- The Selection of Transport Request wizard appears disabled if you are creating a Web Dynpro Component in a local package.
- The Selection of Transport Request wizard appears enabled if you are creating a Web Dynpro Component in a transport package.
- Choose Finish.
The wizard creates the application and displays the SAP GUI interface for the application.
- Save the changes in SAP GUI.
- Activate the component. For information about activation, see Activating Web Dynpro Components.