cancel
Showing results for 
Search instead for 
Did you mean: 

Calling an Portal iView from Webdynpro - Error

Former Member
0 Kudos

Hi,

I have two iViews in a page in my Portal. Both of them are WebDynpro iViews.

The iView on the Left hand side consists of links to different WebDynpro iViews in the same Portal.

I have used LinkToAction UI element, on event of click

i am executing this piece of code.

onActionClick (com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent)

{

WDPortalNavigation.navigateAbsolute("ROLES://portal_content/folders/X.Iview", WDPortalNavigationMode.SHOW_INPLACE, (String)null, (String)null, WDPortalNavigationHistoryMode.NO_DUPLICATIONS, "Called iView Name", (String)null, (String)null);

}

I have picked up the iView name from the Portal(exact PCD location).

This is not giving me consistent results.

Please let me know your thoughts.

Thanks

Senthil

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

This was very useful,

thanks

Former Member
0 Kudos

Hi,

Had some permission issues in the loading iView, got that sorted. Now it works fine.

Thanks

Senthil