on 2010 May 21 7:42 AM
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
Hello Saurabh,
Were you able to resolve this ?
Thanks,
Vinit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
63 | |
10 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.