Transaction SOST or program RSSOSOSTSTAT display status of external email.
I have a print program that will email to customer when the billing document is created. However we do not send email immediately, I set up to send at 10am on the next business day from the billing creation date. For example if we bill on Friday, it will be sent at 10am on on Monday. If Monday is a holiday, it will be sent on Wednesday instead.
The reason is that if something is wrong, we will retrieve the email in the queue so that it will not send to customers.
And sometimes we send the email to multiple recipients.
The user wants me to write a report to monitor the email in wait status with information such as document title, recipient email address, emai l subject.
The program RSSOSTAT can provide that but it is not a batch program and the user does not have authorization for SOST.
Is there a batch program running in background similar to RSSOSTAT? From SOOD I can get the specific email subject which is the invoice number to be sent and SOSC is the table show entries to be connected to SAP communication and SAP Connect.
Thanks,