cancel
Showing results for 
Search instead for 
Did you mean: 

InterApplication Navigation in java webdynpro

Former Member
0 Kudos

Hi Gurus ,

Please guide me for the following scenario : -

I have developed an application for InterApplication Navigation i.e one Webdynpro Projcet containing multiple application.

My project contained two applications and defined one parameter to flow from component interface view of 1st application to the component interface view of next application

But on execution of the same following error was found :-

" The initial exception that caused the request to fail, was:

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!

And i dont find a wdFirePlug < > method also in my WDP Project in the First Comp InterfaceView . I s it that i have to manually invoke the fireplug out method so that it runs ?

Thanks

Saheli

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Trina,

I think you are using exit plugs in the interface view of the window, and defining an url to be passed. This plug you might be firing from code for sure.

Instead,

I would recommend you to create two iView for both the Web Dynpro applications within the DC and then navigate using

WDPortalNavigation.navigateAbsolute((String) <PCD Path of the target iView with 'pcd:' replaced with 'ROLES://'>, WDPortalNavigationMode.SHOW_INPLACE, WDPortalNavigationHistoryMode.NO_DUPLICATIONS,null);

Regards,

Tushar S

Answers (1)

Answers (1)

p330068
Active Contributor
0 Kudos

Hi Trina,

I think you have missed some step while implementing InterApplication Navigation. please check it and try to search on probelm analysis guide <PAG for web Dynpro> on help.sap.com

Hope it helps

Regards

Arun