2008 Apr 12 12:08 AM
Hi All,
I use FM 'SO_DOCUMENT_SEND_API1' to send out a email and due to some error, it failed. I need to generate the report daily.
Therefore, I retrieve all the failed email in table SOST.
In my report, I need to find out which email I sent out, such as populate the email subject or more specific data. But I do not know how can I retrieve that from the info in SOST. Can anybody throw a light on this?
Kindly advised, it's highly appreciated!
thanks & regards,
Ginnie
2008 Apr 12 12:55 AM
start of by using FM SX_SNDREC_SELECT, which will return the send request for a given period of time.
Using the data from the exporting parameter SNDRECS as input for SO_SOOD_READ.
Check FM from function group SOB5 and SOB7 (sap office).
Also you can use the returned data from SX_SNDREC_SELECT to do a direct select on table SOST.
Hi All,
I use FM 'SO_DOCUMENT_SEND_API1' to send out a email and due to some error, it failed. I need to generate the report daily.
Therefore, I retrieve all the failed email in table SOST.
In my report, I need to find out which email I sent out, such as populate the email subject or more specific data. But I do not know how can I retrieve that from the info in SOST. Can anybody throw a light on this?
Kindly advised, it's highly appreciated!
thanks & regards,
Ginnie
2008 Apr 12 12:55 AM
start of by using FM SX_SNDREC_SELECT, which will return the send request for a given period of time.
Using the data from the exporting parameter SNDRECS as input for SO_SOOD_READ.
Check FM from function group SOB5 and SOB7 (sap office).
Also you can use the returned data from SX_SNDREC_SELECT to do a direct select on table SOST.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |