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: 

Mail not being sent for background job spool

0 Kudos

Hello All,

I have created a back ground job by adding a mail id in the spool receipient list. The job has finished successfully and spool is created but the mail has not been sent I have checked SOST transaction and no mail has been sent to this mail id.

This is only happening for some jobs other jobs are able to successfully send the spool as mails to the mail id's mentioned in spool receipient list.

I would like to know why this is happening only for some jobs and how can I check the whether mail has been generated or not.

Your replies will be greatly appreciated.

Thankyou,

Ranjan

1 REPLY 1

roberto_vacca2
Active Contributor
0 Kudos

Hi

To check whether mail is generated you can create dynamic break-point with SAAB transaction.

Using this transaction you create a memory area for your jobs where you can load any data value of your report..

Probably something goes wrong with COMMIT of Mail Function module system.

Hope to help..