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: 

I wanted to know if one mail was properly received by the user

Former Member
0 Kudos
111

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?

1 REPLY 1

Former Member
0 Kudos
48

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