2010 May 06 10:21 AM
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.
2010 May 06 10:40 AM
Hi Praveen,
Use FM:- SO_SEND_HISTORY_READ " Read status records.
Thanks
Rahul
2010 May 06 11:27 AM
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.
2010 May 06 12:31 PM
Hi,
What will be the return_codes in RECEIVERS table.
How can i check those codes.
2010 May 06 12:37 PM
2010 May 06 12:40 PM
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
2010 May 06 12:48 PM
Hi Sidarth,
What is Object in the FM SO_HISTORY_CORRESPONDEND_GET
Sunil,
What is the return code values that I can check
2010 May 06 11:09 AM
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