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 script or Command to run SAP ECC Program

ajay_sharma10
Participant
0 Likes
519

Hi ,

I have a requirement where I need to run SAP ECC Program by using Unix Command/Script. I also need to pass one of the Parameter (File name) to SAP ECC Program.

Could you please suggest how to achieve this functionality?

Thanks

Ajay

1 REPLY 1
Read only

Juwin
Active Contributor
0 Likes
424

Hi Ajay,

I haven't used this before, but there is a way to trigger an event in SAP, from an external source.

http://help.sap.com/saphelp_erp60_sp/helpdata/en/fa/096e6b543b11d1898e0000e8322d00/content.htm

So, please try

1. configure your program as a batch job in SAP, to be triggered based on an event.

2. modify your program to read the event parameters.

3. use the command (from link), to trigger the event in SAP, passing the required filename as parameters.

Thanks,

Juwin