We are currently sending approvals to the users rthough emails on Microsoft inbox to approve a PR.
The approvers are getting link to 'execute work item'(as shown below)
which calls the standard SAPGUI installation(shortcut.sap)
I am wanting to use the SAPGUI web for users to approve the PRs.
I have ready have access and have configured SSO for webgui . Users are able to log in to webgui without any issues with SSO.
I tried modifying the public/bc/workflow/shortcut
SICF node to SSL and to use HTTPS with no avail. (keeps calling SAPGUI).
any ideas on how I will be able to get the 'shortcut' to call the WEBGUI instead of creating an instance of SAPGUI?
thanks