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

How to execute application server file from abap program

Former Member
0 Likes
344

Hi Friends,

i have a requirement to execute application server file using abap program.

i got a file directory like '/home/im3/hrintf/xxx.sh' , it's of unix file, so they want me to execute through abap program.

pls suggest me with relevant logic.

Thank you.

Regards

Ramesh M

1 REPLY 1
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
300

Define the external command in SM49/SM69

Try with SXPG_CALL_SYSTEM or SXPG_COMMAND_EXECUTE

Also check this link

link:[Execute Unix Script|http://searchsap.techtarget.com/tip/0,289483,sid21_gci774071,00.html]