2007 Dec 28 5:47 PM
HI!
I need to be monitorear the SAP server because archives keep constantly. The name of the archives are number of idoc, the problem is that I don´t know to indicating in the program the name of the file.
They suggested to me to create an event so that when the file arrives at the SAP server it processes in the program where I need it, but I don´t know to doing this...
Thanks and Regards
2007 Dec 28 7:17 PM
Hi,
In SAP create an event in SM62 transaction and in the unix script check for the file and when it is exists in the folder you want, then raise an sap event.
and in sap .. create a batch job and triggering point at the event you've created. and it will work for you.
hope this helps.. if you need more info let me know
-Pavan
2007 Dec 28 7:17 PM
Hi,
In SAP create an event in SM62 transaction and in the unix script check for the file and when it is exists in the folder you want, then raise an sap event.
and in sap .. create a batch job and triggering point at the event you've created. and it will work for you.
hope this helps.. if you need more info let me know
-Pavan
2007 Dec 28 11:09 PM