cancel
Showing results for 
Search instead for 
Did you mean: 

How to pass required value in parameter for ITS URL

Former Member
0 Kudos

Hi,

I tried to pass parameters to ITS in URL as follows :

http:/<server><port>/sap/bc/gui/sap/its/webgui?TRANSACTION=ME53N%20MEREQ_TOPLINE-BANFN_EXT=3800000322&OKCODE=SHOW

I am able to open the HTTP page, however the PR number that is opening is different from what i have sent in the URL.It is opening the last PR that was processed by the user.

How can i set the value of PR so that it should open the desired PR only.

Kindly suggest.

Sangvir SIngh

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member194364
Active Contributor
0 Kudos

Hi Sangvir,

In the following WIKI:

[How to prefill fields and skip first screen with webgui? |http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=22375]

- it states that you should not be using ~okCode

Try the following:


http:/<server><port>/sap/bc/gui/sap/its/webgui?~TRANSACTION=*ME53N MEREQ_TOPLINE-BANFN_EXT=3800000322;DYNP_OKCODE=SHOW

Can you repaste your URL using the "code" markup so can see the text correctly.

Usnig HTTPWatch or a HTTP Sniffer tool might show why the incorrect PR number is being assigned to the field value: MEREQ_TOPLINE-BANFN_EXT

Regards,

Oisin