Web Dynpro Application

A Web Dynpro application is an application that can be called from the user interface. It is a separate program unit that can connect a URL accessed by the user to a window in the Web Dynpro component (see URL of a Web Dynpro Application).

The Web Dynpro application is simply linked to an interface view of a Web Dynpro by an inbound plug declared as a startup plug. It therefore contains no information whatsoever about the elements of the corresponding component(s) behind the interface view.

The Web Dynpro application is an independent object in the object list of the ABAP Workbench. For more information about creating and editing an application, see the tools manual in the section Web Dynpro Application. A URL is assigned to each application.

The connection between a Web Dynpro window and a Web Dynpro application is established by the interface view of a window. Exactly one interface view is automatically assigned to each window of a component and this interface view contains a default plug by default.

Web Dynpro Application