Application Development 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: 

How to get automatic email notification if any batch job fails?

Former Member
0 Kudos

Hi all,

I have scheduled a batch job in SM36 which runs daily. Our requirement is instead of monitoring the jobs daily, whenever the job fails/cancelled, I need to get an email notification to my email id.

Please let me know if its possible.

Thanks in advance.

Regards,

Vijay

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Check this link.

http://scn.sap.com/thread/1691876

Also, you can write your own program which checks the table TBTCO and figures out the status of your job. This new program can be scheduled as background job every half hour or so.

Thanks,

Shambu

1 REPLY 1

Former Member
0 Kudos

Hi,

Check this link.

http://scn.sap.com/thread/1691876

Also, you can write your own program which checks the table TBTCO and figures out the status of your job. This new program can be scheduled as background job every half hour or so.

Thanks,

Shambu