cancel
Showing results for 
Search instead for 
Did you mean: 

Calling Iview from Webdynpro

Former Member
0 Kudos

Hi ,

I want to link the URL of the iview created in the portal to my UI element , how to get the URL of the iview created in the portal??

Regards,

Ravi.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member720137
Active Participant
0 Kudos

Hi

URL of view is nothing but the PCD location of the view.. which can be seen in the property of view.. U need to use Portal Navigation API for this..

Read this for info abt navigation absolute

http://help.sap.com/saphelp_nw70/helpdata/en/44/be65751c743959e10000000a1553f6/frameset.htm

Do reward points if helpful!

Regards

Puneet

former_member751941
Active Contributor
0 Kudos

Hi sapuser,

You can call a Web Dynpro iview from webdynpro application using portal navigation APIs.Take a button in the view layout and use this code inside action of the button.

WDPortalNavigation.navigateAbsolute("ROLES://portal_content/username/java_sap_com_cafeugpuirt_com_sap_caf_eu_gp_ui_rt_Runtime", WDPortalNavigationMode.SHOW_HEADERLESS_PORTAL, WDPortalNavigationHistoryMode.NO_DUPLICATIONS, "processId="+procInstanceID);

Check this blog also.

/people/dipankar.saha3/blog/2007/04/10/how-to-open-running-gp-processes-from-web-dynpro-applications

Regards,

Mithu