cancel
Showing results for 
Search instead for 
Did you mean: 

Fetch data/messages from the ITS/Webgui.

srajkoppolu
Explorer
0 Kudos

Hello,

I have an iFrame which calls the following URL to invoke a VA01 Transaction.

http://<hostname>:<port>/sap/bc/gui/sap/its/webgui?sap-client=990&sap-user=<username>&sap-password=<password>&~WEBGUI_SIMPLE_TOOLBAR=1&~transaction=VA01+VBAK-AUART=OR

Is there a way to fetch the messages shown in the iFrame using anyother webgui parameter [shown in picture attached] ?

What would be the best way to fetch data from that iFrame screen, eg., the Sales Order number that is created, etc..

Thanks and best regards,

SRK.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member194364
Active Contributor
0 Kudos

Hello SRK,

Is it the full system message that you want to retrieve or just a portion of it? i.e if it is the Sales Order Number it would perhaps be useful to carry out a HTTPWatch trace to see if this value is being passed using a different parameter?

Regards,

Oisin

Useful releated WIKI's

For: ~webgui_simple_toolbar

Article - Employ SAP GUI for HTML instead of an Internet service - Wiki - SCN Wiki

and passing parameters in the URL

How to prefill fields and skip first screen with webgui? - Wiki - SCN Wiki