cancel
Showing results for 
Search instead for 
Did you mean: 

Suspendable plug not working in portal

Former Member
0 Kudos

Hello

I am having two DC.

DC 1 is an web dynpro application which has a suspend plug (ToDC2) in its interface view.

DC 2 is another web dynpro application which is having a default inbound plug in its interface view.

Now, I am using URL of DC2 application to navigate from DC1 to DC2.

String urlToTargetApp =
	WDURLGenerator.getApplicationURL(deployableObjectPart, urlParameters);
wdThis.wdGetApp1ApplInterfaceViewController()
	.wdFirePlugToDC2(urlToTargetApp);

This scenario is working fine if I execute my application directly outside portal.

But in portal it gives me following error :

com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Suspend-Plug must no be triggered when running in portal. Use portal navigation instead to navigate to another application!

Now, I have read it in SDN contributed articles that above error must have come only if i would have been using an exit plug instead of suspend plug.

In case of suspend plug you need to just set an application property "sap.suspendable.application = true" if using application within portal, as this will make it work.

But it is not working here !

Any comments please.

Edited by: Saurabh Agarwal on May 21, 2010 12:27 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Saurabh,

Were you able to resolve this ?

Thanks,

Vinit

Former Member
0 Kudos

No Vinit, unfortunately not.

If you find a soltion then please revert back.

Thanks