Application Development and Automation 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: 
Read only

unix command execution

Former Member
0 Likes
565

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
Read only

Former Member
0 Likes
512

CALL cfunc

3 REPLIES 3
Read only

Former Member
0 Likes
512

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

Read only

Former Member
0 Likes
513

CALL cfunc

Read only

Former Member
0 Likes
512

solved