Skip to Content
0
Former Member
Mar 02, 2009 at 07:22 PM

WDPortalNavigation.navigateAbsolute not working in nws04s sp14

30 Views

HI ALL,

I am trying to navigate to a page which has webdynpro iview form a webdynpro application, on clicking a button it has to navigate to hat page in portal ,but nothing is happening onclicking the button, below is the code.

public void onActionGo2(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )

{

//@@begin onActionGo2(ServerEvent)

WDPortalNavigation.navigateAbsolute(

"ROLES://portal_content/org.test.dev.folder.test_development/Kumar/Roles/TestManagerRole/Overview/MXssMenuPg",

WDPortalNavigationMode.SHOW_INPLACE,

(String) null,

(String) null,

WDPortalNavigationHistoryMode.NO_DUPLICATIONS,

(String) null,

(String) null,

"Name=" );

//@@end

}

In the API its given as "The assumption is that this navigation target uses the SAP application launcher" what does this mean. please provide your valuable answers.

Thanks,

pkv.