cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure the navigation_target URL in method NAVIGATE_ABSOLUTE?

Former Member
0 Kudos

Fellow develpers,

In my WDA application, I implemented the method IF_WD_PORTAL_INTEGRATION~NAVIGATE_ABSOLUTE to render a portal iView. The portal content directory (pcd) of the iView is 'portal_content/iView1'. The program code is as follows:

data lo_portal_manager type ref to if_wd_portal_integration.

call method lo_portal_manager->navigate_absolute

exporting

navigation_target = 'pcd:portal_content/iView1'.

In execution, the WDA application launches the URL

https://<host>/irj/portal?NavigationTarget=pcd:portal_content/iView1

Where can we configure so the WDA application launches the folloinwg URL instead? https://<host>/irj/servlet/prt/portal/prtroot/nexeninc.portal_content?NavigationTarget=pcd:portal_co...

Thanks

Bac Quan

Accepted Solutions (1)

Accepted Solutions (1)

ChrisPaine
Active Contributor
0 Kudos

Hello,

should your nav target not be of the format:

ROLES://portal_content/role/page_in_role/iView_in_role ????

NB ROLES://

>Keep in mind that the iView/page used as the navigation target must be assigned to the user role. If it is not, navigation cannot be triggered.

Check out the help.

Former Member
0 Kudos

Hello Chris,

You answer solved the problem. The iView/page must be assigned to a user role before the navigation can be triggered.

Thanks

Bac

Edited by: Bac Quan on May 28, 2010 8:01 PM

Answers (0)