cancel
Showing results for 
Search instead for 
Did you mean: 

iView not getting called using WDPortalNavigation.navigateAbsolute

Former Member
0 Kudos

Hi all,

I was trying to call a Visual Composer application from a Webdynpro application using the following code on Action Submit:

WDPortalNavigation.navigateAbsolute("ROLES://portal_content/<iViewpcd>",WDPortalNavigationMode.SHOW_EXTERNAL,WDPortalNavigationHistoryMode.ALLOW_DUPLICATIONS,"Test");

mgr.reportSuccess("Item selected");

It is supposed to open a new window to show my VC iView.

But its not calling the iview even though the statement "item selected" is getting printed.

I tried to change the VC iView with a webdynpro iview,still its not calling the iview also no exception.

My pop up blocked is off.

Please advise.

Thanks

Kukku.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kukku,

1. Almost do not dare to ask: Is the web dynpro your code is in running in the SAP-portal?

2. Are you using a Web Dynpro Java application iview? (And NOT the iView template of type webdynpro)

J

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Check for permissions of the iview. The end-user permissions must be properly set for the iview to show up. Give at least read permissions to the end user role.

Regards,

Satyajit