cancel
Showing results for 
Search instead for 
Did you mean: 

trigger email if no file found

Former Member
0 Kudos

Hi,

I have a requirement like below:

Every day interface will run between 4.00 AM to 4.30 AM. In this case file will be picked from aplication server(NFS) and processed by using proxy(FILE to PROXY communication). In this stipulated time 4.00 AM to 4.30 AM, If there is no file found in NFS path for current date and time, then I have to trigger an email saying that there is no file found.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Check if in your case you can trigger alerts from XI, if file is not present at source location and communiation channel is giving any error for it....

Check out below link...

Amol

former_member206760
Active Contributor
0 Kudos

hi praveen,

This is not a std requirement . Talk to your client regarding this.

One solution could be create a Ztable on XI abap stack with one field STATUS .

when a file is read in the message mapping you can do a RFC lookup that will update the STATUS field to Y

now create a Z abap report that will run at say 5.00 and chk this table field STATUS if the field is not Y .this program will send an email

Former Member
0 Kudos

Please suggest how to do this?