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

READ DataSet

Former Member
0 Likes
343

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
324

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

2 REPLIES 2
Read only

Former Member
0 Likes
325

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

Read only

0 Likes
324

Hi!!

Can you give me more details or some examples?

Please.