cancel
Showing results for 
Search instead for 
Did you mean: 

Pass value from webdynpro ABAP to service "Sicf"

0 Kudos

Hello Gurus,

We need to call a transaction from WebDynpro application. For this purpose I have created a service for transaction, this service I will then call from my webdynpro application.

My issue is I also want pass a parameter to the service u201CTcodeu201D from webdynpro application, how can I do that? I have tried Set parameter ID and export but these do not work.

Regards,

Abhi.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

The service that you are trying to call is also a Webdynpro application or any other..If it is a webdynpro application then you can use the application parameters that needs to be defined under the parameters tab of teh application.

Am I correct in understanding your requirement?

Regards,

Lekha.

0 Kudos

Hi Lekha,

Service is not another webdynpro service.

I have created a ITS/IAC service using transaction code SICF.

I want to pass a variable from webdynpro application to ITS service.

Regards,

Abhi.

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Most direct approach is to pass the values as URL parameters. SAPGUI for HTML allows selection-screen parameters to be accepted as URL parameters.

0 Kudos

Thank you Thomas for your reply.

I am using the following URL

http://<url>:portno/sap/bc/gui/sap/its/webgui/?~transaction=*rsh1%20p_iobj=0costcenter;DYNP_OKCODE=S...

Now, I am able to retrieve the value from the above URL. There is another problem, the users are able to type any transaction code in the menu. I want to restrict the user to only 1 transaction, how can I restrict the user to a single transaction.

Regards,

Abhi.

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

This is really now an ITS specific question and not a Web Dynpro one. I thought there was an ITS parameter to not show the command area. I don't remember exactly but thought it might be the EWT parameter.

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/38/3a18418ddbef6fe10000000a1550b0/frameset.htm

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Thank you Thomas for your help..

Works fine.

Regards,

Abhishek.

Edited by: Abhshk Bhatta on Feb 16, 2011 4:41 PM

Answers (0)