‎2010 Sep 13 4:29 PM
Hi all,
I have written a dosprogram with .cmd trigger that i want to execute via an ABAP statement. Is there a function module that can execute this specific command file on the server?
If so, can someone send an example of such a coding?
Thanks in advance for your reply!
Best regards,
F. Geldof
Moderator message: FAQ, please search for available information before asking.
locked by: Thomas Zloch on Sep 14, 2010 11:46 AM
‎2010 Sep 13 4:38 PM
Hi F. Geldof,
- Create a command in SM69
- Execute the command using the function module: SXPG_COMMAND_EXECUTE
[Refer to this program|http://saplab.blogspot.com/2007/10/sample-abap-program-to-execute-unix.html]
Thanks,
Duy
‎2010 Sep 13 4:47 PM
by Function module GUI_RUN you can run any windows application or file.