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: 

unix command execution

Former Member
0 Kudos

Hi All,

How to execute an UNIX command in SAP. I want to execute ls command from sap. How to do that.

Thanks.

Moorthy.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

CALL cfunc

3 REPLIES 3

Former Member
0 Kudos

Hi,

Refer to the SAmple program on the link.

http://saplab.blogspot.com/2007/10/sample-abap-program-to-execute-unix.html

Regards

Sumit Agarwal

Former Member
0 Kudos

CALL cfunc

Former Member
0 Kudos

solved