Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Need to execute web command from SAP like http://ball.tss.com/tech...

Former Member
0 Likes
576

I have tried 'GUI_EXEC', and SXPG_COMMAND_EXECUTE_LONG but they do not seem to work. GUI_EXEC returned 2 which I believe is a failure, but I am not sure why. The command I need is over 150 characters long including the parameters and the command itself is longer than the 18 that SXPG_COMMAND_EXECUTE_LONG and SXPG_COMMAND_EXECUTE allow for the command, which is required. Thanks for any help. I believe that there must be a Function Module out there to do this.

Again the command I need to execute on another system is like:

http://ball.tss.com/tech/devep/tools/mapwafer/cgi/fetch.pl.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
514

I cannot access the URL, so could you tell me

What your URL return? A html page or a xml page?

How do you want to process the result?

4 REPLIES 4
Read only

Former Member
0 Likes
515

I cannot access the URL, so could you tell me

What your URL return? A html page or a xml page?

How do you want to process the result?

Read only

0 Likes
514

The process on the other system will generate wafer numbers & laser marks to be put back into the SAP Z table and into our MES system. I will just receive a number back to indicate if it failed or worked. Thanks!

Read only

0 Likes
514

OK, I know a low-level http function, may be you can use, FM HTTP2_GET

Read only

Former Member
0 Likes
514

Try using suitable method of the class

CL_GUI_FRONTEND_SERVICES