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

Running Shell Script from

naimkhans_babi
Active Participant
0 Likes
440

Dear Friends!

I have one requirement, I have to trigger Unix Shell script from ABAP program. but only twist in the story is my SAP box is not in Unix system so I cant use external command execute function module. Is any one come accross to such scenario ? Please advice on this that How we can do this task.

I have one idea like

I can make shell script from ABAP put into FTP directory of Unix using webservice and schedule the background job or something in UNIX so after some time it get executed but not sure on this. if we can achieve this in real time it will be really cool compare to background job or something.

Please give me your expert advices. Any help from you will be greatly appreciated.

Thanking you and Regards

Naeem

1 REPLY 1
Read only

naimkhans_babi
Active Participant
0 Likes
362

I use PI for this.