Quantcast
Channel: SCN: Message List - ABAP Connectivity
Viewing all articles
Browse latest Browse all 3125

Re: passing parameters to SICF service

$
0
0

I finally achieved what i wanted to. Just one problem remaining (explained at the end) Following steps followed.

 

1) transaction create SICF service anywhere. give the handler name as CL_SWN_HTTP_SHORTCUT

 

2) activate and test service. it will open a explorer with the following link

 

http://xyz.com:8000/sap/bc/icf/demo/zdoc_open?sap-client=010

 

3)this wont do anything. just change the link to the following

 

https://xyz.com:8000/sap/bc/icf/demo/zdoc_open?client=010&sysid=PLD&langu=EN&transaction=se38&client=010

 

now this will open the se38 transaction when this link will be pasted in the explorer.

 

Things to note is that the handler written above is expecting the parameter name as client and not sap-client. further the standard handler does not allow any transaction to be opened. so i copied the standard to custom and remove the restriction of the transaction.

 

Further if you want to send some parameter as well then append the link with &param= value and within the custom handler code then you can use these values and do whatever you want to do.

 

Now i am left with one thing i want to open the transaction and directly want to go to the second screen of the transaction and skipping the first one.

 

Please if someone knows that how can i achieve that..

 

Thanks


Viewing all articles
Browse latest Browse all 3125

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>