cancel
Showing results for 
Search instead for 
Did you mean: 

Calling Webdynpro Application using WDPortalNavigation.navigateAbsolute

Former Member
0 Kudos

Hi All

I have created a custom application for address in Personal Information. The application contains Overview, Edit, Review and Save , Completed view (Same as in standard ESS components)

There is a link <b>Back to Overview</b>. On click of the link, i need to go back to <b>Overview</b> view.

How can i perform this ?

I am using

WDPortalNavigation.navigateAbsolute(

urlToTargetApp,

WDPortalNavigationMode.SHOW_INPLACE,

WDPortalNavigationHistoryMode.NO_HISTORY,

null

);

What should be the value of urlToTargetApp ?

Pls help.

Regards

Sonal Mangla

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

any luck with this?

Former Member
0 Kudos

Hi,

If I understand you correctly, your custom application has 5 views and you are navigating between them. If this is true, then you shouldn't be doing portal navigation to move to the Overview page. You should use outbound plugs. Create outbound plugs from each of the views (othe than the Overview view) to the Overview view. On click of the link just fire the plug.

Regards,

Satyajit.

Former Member
0 Kudos

Hi Satyajit.

Thanks for the inputs

Actually i need to refresh the application so that it takes me to the first view.

Previously i was using Exit plug to URL to go back to first view.

But after upgrade from EP6 to EP7 and ESS 100 to ESS600, i am getting

<b>com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Exit-Plug must no be triggered with an URL when running in portal. Use portal navigation instead to navigate to another application</b>.

Can u tell me what is the replacement of exit to URL plug ?

Please guide me further.

Message was edited by:

Sonal Mangla