Hello All,
I am trying to achieve what is mentioned in the thread.
http://scn.sap.com/thread/74529
I want to create a SICF service and pass some parameters to it and the service must open the sapgui with the transaction mentioned and with the parameters passed.
Problem:
After creating the service i try to test it and it opens with a link like this.
/sap/bc/icf/demo/zdoc_open?sap-client=010
then i appended the link with the transaction and sys parameters as follows.
/sap/bc/icf/demo/zdoc_open?sap-client=010&TRANSACTION=SE93&sysid=DR1
i expected that it should now open the se93 transaction in sapgui. but it didnt.
next thing if it works is i want to pass some parameters to the SICF service and the service must use these parameters while opening the sap gui with the transaction.
Please guide ..........
Thanks