Hello Everyone,
I realize there are numerous posts regarding this topic and I reviewed them all before posting this question, since my problem seems a little different.
When I click on 'Open task' or object link to the document to be approved, I expect the app to display the respective items in SAP GUI for HTML session. Good news is, the app opens SAP GUI, creates the correct URL with all the expected values, BUT DOES NOT fill in those values in the transactions being called.
e.g.
- When I click 'open task',
URL Generated: http://<host>:<port>/sap/bc/gui/sap/its/webgui/?sap-client=500&sap-language=EN&~transaction=SWNWIEX&P_WI_ID=000001414366&P_APPL=NOTIF&P_ACTION=EXECUTE&~OKCODE=ONLI&sap-ui-theme=sap_bluecrystal
Window displayed:
Somehow the URL parameter values do not get pre-filled into this display and it doesnt execute automatically. I have fill the 'P_WI_ID" from the URL and hit 'Execute Operation on Work Item' to get the desired task opened.
2. Same goes for clicking on the link to the object itself i.e. 'Parked Document' in this case:
URL Generated (with correct values):
http://<host>:<port>/sap/bc/gui/sap/its/webgui/?sap-client=500&sap-language=EN&~transaction=SWF_OBJ_EXEC_CL&P_CATID=BO&P_TYPEID=FIPP&P_INSTID=300010000047832015&P_METHOD=DISPLAY&~OKCODE=ONLI
Window displayed: (again without the URL values filled into the respective fields. I have to manually hit 'Execute Object Method' after filling out the fields)
In both cases, I am using the values from the URL to fill in the fields and hitting execute. So that indicates that the URL is being generated correctly, but not being 'auto-executed'!!
I have looked at SAP notes for My Inbox and TaskGateway, but no luck!
For your reference, I have implemented the following notes:
Please help ASAP!!!!
Priya