cancel
Showing results for 
Search instead for 
Did you mean: 

Passing parameter to ITS url; not working

Former Member
0 Kudos

Hi,

I am trying to pass parameters to ITS url.I want to view the contents of DDIC table TADIR. I am passing this url

http://<WAS>/sap/bc/gui/sap/its/webgui/!?sap-client=000&sap-user=<usr>&sap-password=<password>;transaction=SE11&RSRD1-TBMA_VAL=TADIR&okcode=SHOW

by passing the above ursl I expect my ITS to display TADIR contents. But I get an error saying <b>Transaction SHOW is unknown</b>.

whats wrong in the url? Kindly help me in what I am trying to do.

Girish

Accepted Solutions (1)

Accepted Solutions (1)

athavanraja
Active Contributor
0 Kudos

>&sap-password=<password>~transaction=SE11&RSRD

you are missing the separator '&'

...>&sap-password=<password><b>&</b>~transaction=SE11&RSRD....

Raja

athavanraja
Active Contributor
0 Kudos

also i would suggest to go via SE16 rather than SE11.

Raja

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks Raja,

It solved my prob.

Also Kindly edit the URL format in ur blog with '<b>&</b>'

it currently reads like this

<i>Integrated ITS server (WAS 6.4)

http://<WAS_SERVER>:<port>/sap/bc/gui/sap/its/webgui/!?sap-client=<client>&sap-user=<userid>&sap-pas...;transaction=<tansaction>&<screen fild name>=<value to be passed to the field>&okcode=<okcode></i>

athavanraja
Active Contributor
0 Kudos

Hi Girish ,

Thanks for that, i have corrected that.

Tobias Gomer :

Thanks for the OSS notes.

Raja

Former Member
0 Kudos

Hi Girish,

note 989900 describes an error solved with patch 700/82 or 640/153.

Using

http://<WAS>/sap/bc/gui/sap/its/webgui/!?sap-client=000&sap-user=<usr>&sap-password=<password>&;transaction=SE11&RSRD1-TBMA_VAL=TADIR&okcode=WB_DISPLAY

works for me.

In addition I recommend to read note 777423 which describes a better way to pass okcodes using the URL.

hope this helps

Tobias

Message was edited by:

Tobias Gomer