Application Development 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: 

Re: Operating System Commands

Former Member
0 Kudos

Hi All,

Can any one suggest me how to Execute Operating System Commands from ABAP Environment( i.e from ABAP Editor).

Thanks & Regards,

Jayarama Krishna M.

1 ACCEPTED SOLUTION

Sm1tje
Active Contributor
0 Kudos

there are function modules which will do this for you. Have a look at function group SXPT and in particular function module SXPG_COMMAND_EXECUTE. Read documentation of FM.

The commands on the operating system can be created in transaction SM69.

2 REPLIES 2

Sm1tje
Active Contributor
0 Kudos

there are function modules which will do this for you. Have a look at function group SXPT and in particular function module SXPG_COMMAND_EXECUTE. Read documentation of FM.

The commands on the operating system can be created in transaction SM69.