Hi,
I have a standalone Web Dynpro Application and on click of a button I need to redirect the user to a new page, which is an external application. Something like https://inbox/jsp/inbox.jsp.
I am using this as a parameter for the Exit Plug
String URL = "https://inbox/jsp/inbox.jsp";
wdThis.wdgetViewInterfaceController.wdFirePlugExit(URL);
But the exit plug does not get fired at all. There is no action. I have set the SAP authentication as true for the Application in the Application properties.
Is there anything that I am missing here. I am using NW2004S. Has something changed ?
Thanks in advance for your help.
Warm regards,
Rashmi