cancel
Showing results for 
Search instead for 
Did you mean: 

Passing Parameters to ITS Service

Former Member
0 Kudos

Hey,

Is it possible to pass paramaters to ITS Service?. Something like this.

http://host:port/sap/bc/gui/sap/its/bbp_poc?sap-client=100&field1=value1;

I tried the above URL and it doesn't display the value1 in field1. I tried Raja's weblog using Webgui but it doesn't show up ITS transaction.

I would appreciate your hints on the problem

Regards,

Kathy

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kathy,

As far as ITS transactions are represented by ITS services, you can pass parameters to an ITS service by specifying them in the URl.

something like:

http://xxxxxx:8000/sap/bc/gui/sap/its/BBPMAININT/?sap-client=xxx&sap-language=EN&<b>TMP_P1_1=0000000481&~OkCode=GPDP</b>

in this case:

BBPMAININT - is the name of an ITS transaction and the corresponded service

TMP_P1_1 is the screen field name

and of course you need to specify the okcode to pass the screen.

Former Member
0 Kudos

HI,

I am also having the same requirement, I have created new service.

And I want to pass values to that service. I tried as you have specified. But still it is not accepting the values. Do we have to any settings in Service to accept the values from URL?

Plz help.

Regards,

Pranjali

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Any idea on how ro pass parameters to ITS screen?

Appreciate your hints..

Kathy

former_member316351
Active Contributor
0 Kudos

Hello Kathy,

Maybe this wiki might help:

https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=22375

Edgar

Former Member
0 Kudos

Edgar,

I tried the Wiki. It works with the generic transactions but not with ITS transaction service, I guess. I have tried..Does it that URL work with ITS transactions?

Kathy