Show TOC Start of Content Area

Background documentation Plugs and Navigation Links  Locate the document in its SAP Library structure

Navigation between different views is enabled by plugs. These can be divided into inbound and outbound plugs. While inbound plugs define the possible starting points of a view, the outbound plugs of a view can be used to call a subsequent view. Plugs are part of the controller of a view. They are always assigned to exactly one view.

      Several views are generally embedded in a Web Dynpro window. Therefore, it is necessary to qualify one view as the view that is displayed first of all when a window is called. This view is assigned the Default property. The subsequent navigation structure is then created using this view.

      The entering of a view using an inbound plug always causes an event handler method to be called. This is why an event handler method (whose use is optional) is automatically generated for every inbound plug. In this case, the inbound plug itself represents the event to be handled.

To navigate from one view to another, each outbound plug from the first view must be linked with an inbound plug of the second view with the help of a navigation link.

      Exactly one navigation link can originate from one outbound plug, although this can lead to a series of target views. The arrangement of these target views is not qualified, which means that all target views are controlled at the same time.

      In contrast, an inbound plug can be controlled by several outbound plugs.

Error! Objects cannot be created from editing field codes.

By implementing the navigation you create a static, potential connection between two views of a Web Dynpro application and therefor define the view sequence when the Web Dynpro application is executed.

When an inbound plug has the attribute Startup, the inbound plug can be used also, in addition to the navigation, as entry point for the application.

More Information

Web Dynpro Application

 

End of Content Area