Show TOC

Creating ApplicationsLocate this document in the navigation structure

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
  1. In the Project Explorer view, select an ABAP project.
  2. 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.
  3. In the wizard that appears, enter Web Dynpro in the search field.

    The Web Dynpro folder and its respective artifacts appear in the list.

  4. Choose Application.
  5. 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.
  6. 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.
  7. Choose Finish.

    The wizard creates the application and displays the SAP GUI interface for the application.

  8. Save the changes in SAP GUI.
  9. Activate the component. For information about activation, see Activating Web Dynpro Components.