Hi all,
This is the scenario;
We have implemented an application workflow, in the universal work list of the portal we can see the tasks. When the user click in one of them the transaction SWK1 is triggered.
We want to close the browser window when the user use the buttons Close (F12) or Exit (Shift+F3).
We have an URL for close any browser and we want to redirect the current url to this url.
What we have done is to copy the report RSWKSTRT used in the transaction SWK1 and we're trying to use the FM ITS_BROWSER_REDIRECT in order to call our Exit URL, but always returns the exception ITS_NOT_AVAILABLE.
Within this FM the function ITS_PING is called and it always returns an exception.
Do you know how can i do it?
Thanks in advance.