Show TOC Start of Content Area

Background documentation Web Dynpro ABAP in the Portal  Locate the document in its SAP Library 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 the chapter Portal Binding: Prerequisites.

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 des Portal Development Guide.

 

      Using Portal Events

·        Navigation between Web Dynpro applications within the portal or to any other portal content.

The following navigation types are supported:

Object-Based Navigation

Absolute Navigation

Relative Navigation

      Using the Work Protect mode

 

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

 

 

End of Content Area