Show TOC

Portal IntegrationLocate this document in the navigation structure

Web Dynpro ABAP applications can be integrated into the SAP Enterprise portal - that is, they can be bound into a portal navigation as an iView. For a description of the individual steps for integrating a Web Dynpro application, see Portal Binding: Prerequisites.

Note The description given in this programming manual for binding a Web Dynpro application into a portal is written for the developers of applications and is suitable for binding individual applications for test purposes. For more detailed information, refer to the appropriate sections in the Portal documentation.

In addition, it is possible to address portal functions from within a Web Dynpro application. For this purpose, you can use Web Dynpro Code Wizard portal manager methods (interface IF_WD_PORTAL_INTEGRATION) as source code templates for the different functions. These include:

Examples

The following examples of Web Dynpro applications for portal integration are available in the package SWDP_TEST in the system:

  • WDR_TEST_PORTAL_EVENT_FIRE

    Trigger event

  • WDR_TEST_PORTAL_EVENT_FIRE2

    Trigger free event

  • WDR_TEST_PORTAL_EVENT_REC

    Receive portal event

  • WDR_TEST_PORTAL_EVENT_REC2

    Receive free portal event

  • WDR_TEST_PORTAL_NAV_OBN

    Object-based navigation

  • WDR_TEST_PORTAL_NAV_PAGE

    Page navigation

  • WDR_TEST_PORTAL_WORKPROTECT

    Security monitoring