cancel
Showing results for 
Search instead for 
Did you mean: 

Call a report in ITS

Former Member
0 Kudos

Hello,

1 - I'm in a Sap Retail(SRS) implementation, and i'm trying to call a report of a smartform in ITS, when i push the button that a have created in ITS, give the message "INTERPRETER FAILED".

2 - How i can call a transaction of SAP in ITS?

Thanks,

Best Regards.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Eduardo,

For calling a SAP transaction in ITS, the basic form of url is:

http://<hostname>:<portno.>/scripts/wgate/webgui/?tcode=va01&parameter1=value1&parameter2=value2&okcode=OKCODE

Pl. replace the values with whatever is relevant to you.

Following code is an example. This is opening the called transaction in a new window.

onClick="javascript:window.open('http://irapps183:82/scripts/wgate/webgui/!?TRANSACTION=ZSCRIPT&P_PARVW=Z1&S_VBELN-LOW=`ZCONT_ITEM-VBELN[1].VALUE`&okcode=ONLI','mywindow')"

Hope this is helpful to you.

Pl. award the points if useful.

Regards.

vishwas.

athavanraja
Active Contributor
0 Kudos

this weblog may be of help to you

/people/durairaj.athavanraja/blog/2004/09/23/pass-parameter-to-its-url-upadated-21st-june-2008

Regards

Raja

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

To call transaction in ITS,just give the transaction name followed by <b> ! </b> mark.

http://<host name>:<port no>/scripts/wgate/yh73!

The following link gives you step by step procedure of how to call a report.

http://www.sapgenie.com/its/index.htm

Rgds,

Jothi.

P.S . Do awrd pts and close the thread if your problem is solved.