cancel
Showing results for 
Search instead for 
Did you mean: 

WDPortalNavigation not getting called

Former Member
0 Kudos

Hi all,

I was trying to integrate VC iview in my webdynpro application using WDPortalNavigation.navigate absolute.On the click of a button, my webdynpro application is trying to open a VC iView using the following code:

WDPortalNavigation.navigateAbsolute("ROLES://<VC iView pcd location>", WDPortalNavigationMode.SHOW_EXTERNAL, WDPortalNavigationHistoryMode.ALLOW_DUPLICATIONS, (String) null);

mgr.reportSuccess("Item selected");

Somehow,the VC iView is not getting called,although its printing the message "Item selected".

Am I missing some configuration?Please advise.

Thanks

Kukku.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

closed