‎2015 Jul 14 8:51 PM
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
‎2015 Jul 14 10:08 PM
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