‎2008 Nov 15 12:19 AM
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:
‎2008 Nov 15 12:32 AM
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?
‎2008 Nov 15 12:32 AM
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?
‎2008 Nov 15 12:44 AM
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!
‎2008 Nov 15 1:12 AM
OK, I know a low-level http function, may be you can use, FM HTTP2_GET
‎2008 Nov 15 5:36 AM
Try using suitable method of the class
CL_GUI_FRONTEND_SERVICES