cancel
Showing results for 
Search instead for 
Did you mean: 

DOS/Windows command in app server

Former Member
0 Kudos

Is there any way to execute a DOS/Windows command in the application server from an ABAP program?

Accepted Solutions (1)

Accepted Solutions (1)

andreas_mann3
Active Contributor
0 Kudos

Hi,

look here :

Andreas

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

You should create a command by SM69 and use fm SXPG_CALL_SYSTEM to call it:

http://help.sap.com/saphelp_nw04/helpdata/en/fa/0971ee543b11d1898e0000e8322d00/content.htm

Max