2012 Jun 27 4:03 PM
I have to create an ABAP program that populate information regarding the status of the mail sent by the system.
We are using the broadcast setting tool to generate and send the mails with the report attached. But now I have to create one program to show if each broadcaste setting was properly delivered. I know that there is the table SOST but I couldnt match with the broadcast setting.
Does anyone know how can I get this information?
2012 Jun 27 6:48 PM
Hi Alejandro,
The status is stored in table BCST_SR field STATE. You can link this using BCST_SR-OS_GUID with SOOS-SNDREQ. And I guess you already have enough data to select relevant records from SOOS.
Regards,
Shravan