Application Development and Automation 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: 
Read only

Checking email status after u sent

Former Member
0 Likes
1,639

Hi Gurus,

I have written a program to send an email with attachement.

Problem is how can check the status of the email in program. I know using transaction code SOST.

I need to check programatically the status.

Hi Gurus,

I have written a program to send an email with attachement.

Problem is how can check the status of the email in program. I know using transaction code SOST.

I need to check programatically the status.

7 REPLIES 7
Read only

Former Member
0 Likes
1,318

Hi Praveen,

Use FM:- SO_SEND_HISTORY_READ " Read status records.

Thanks

Rahul

Read only

0 Likes
1,318

HI Rahul,

Thanks for your time.

What are the parameters i need to pass in SEND_ID.

How to get those values to SEND_ID.

Read only

0 Likes
1,318

Hi,

What will be the return_codes in RECEIVERS table.

How can i check those codes.

Read only

0 Likes
1,318

hi

use this FM to find details

SO_HISTORY_CORRESPONDEND_GET

Read only

0 Likes
1,318

Hi Praveen,

after calling the function module to send the mail, you can loop through the receivers table and then get the value of return_code

Thanks,

Sid

Read only

0 Likes
1,318

Hi Sidarth,

What is Object in the FM SO_HISTORY_CORRESPONDEND_GET

Sunil,

What is the return code values that I can check

Read only

Former Member
0 Likes
1,318

Hi Praveen,

in the function module for sending mail, there would be a parameter to commit work, send 'X' to commit the work.....

and then in the tables there would be a parameter RECEIVERS, you can loop through that table and get the return_code value from that table and check the status of the mail....

Thanks,

Sid