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

Automatically trigger not happened for interface batchjob.

Vijay4
Participant
0 Likes
320

Hello,

I am currently facing issue related to interface batchjob, which supposed to run based on file availibility.

The batch job is not getting triggere even the respective interface file available in the comm directory and respective session not created.

Checked variant also and it looks fine.this is dynamic variant.

The interface batchjob conatins inbound driver program and the prgram conatains interface id and Update mode N as input put parameters.

Note: when I have ran the program in foreground then its working fine and respective session created.Also ran batchjob manualy for one time ( immidiate ), then also its working fine.

Please let us know, if there is any problem from batchjob perspective or program side.

Regards,

Arundhati

1 REPLY 1
Read only

ThomasZloch
Active Contributor
0 Likes
292

And how is that automatic trigger supposed to work? A technique I am familiar with is to have OS program "sapevt" called by an OS process (e.g. Unix shell script) right after the file transfer happened, in conjunction with an SAP job scheduled to wait for the respective event.

What is your setup?

Thomas