Portal Integration
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.
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:
-
Using portal events (see Portal Events)
-
Navigation between Web Dynpro applications within the portal or to any other portal content (see Portal Navigation)
The following navigation types are supported:
- Using 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