cancel
Showing results for 
Search instead for 
Did you mean: 

Portal Navigation

Former Member
0 Kudos

Hi Experts,

Iam trying to do portal navigation using a webdynpro abap iview. Iam Using the method

call method lr_port_manager->navigate_absolute

exporting

navigation_target = navigation_data-target

navigation_mode = navigation_data-navigation_mode

window_features = navigation_data-window_features

window_name = navigation_data-window_name

history_mode = navigation_data-history_mode

target_title = navigation_data-target_title

context_url = navigation_data-context_url

post_parameters = navigation_data-post_body

use_sap_launcher = abap_true

business_parameters = bus_parameter_table

launcher_parameters = launcher_parameter_table.

i tried to pass the target path after a button click from first iview. But its not Navigating.

Do i need any thing to be configured in EP for the same.

Regards

Sarath

Reward points are assured!!

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member188831
Contributor
0 Kudos

Hi Sarath,

can you try with following 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