cancel
Showing results for 
Search instead for 
Did you mean: 

ITS DSWP_SAPSHORTCUT

Former Member
0 Kudos

Hi,

I am showing crmd_order document number through ITS application using dswp_sapshortcut

i am passing,

PCMD

Pnumb

my requirement is i have to send okcode =SERVICE_VORGANGS

in this way i can open transaction data of crmd_order(Different tabstrip immediately)

I tried with ~command=SERVICE_VORGANGS & ~okcode=SERVICE_VORGANGS, but still showing default tabstrip only.

Please let us know what command we have to pass.

Regards,

Naga

Accepted Solutions (0)

Answers (1)

Answers (1)

thorsten_domsalla
Active Participant
0 Kudos

Hello Naga,

>

> I am showing crmd_order document number through ITS application using dswp_sapshortcut

> my requirement is i have to send okcode =SERVICE_VORGANGS

> I tried with ~command=SERVICE_VORGANGS & ~okcode=SERVICE_VORGANGS, but still showing default tabstrip only.

in such a case it is a very good idea to look at the request the SAP GUI for HTML (service webgui) sends in order to continue from a particular point. You will need a tool to trace the HTTP requests and responses such like Ethereal or HTTPWatch. I expect there are some other information missing, maybe a ~focusfield or other data. Most of the requested fields from the webgui are not needed, though there might be some fields that must be sent in order to complete the request and let the application know how and with what data to proceed.

With best regards,

TJ