2004 Nov 05 1:40 PM
We need to send email to an external adress from ABAP. Does anybody know a function module or method to do this, maybe even with sample coding?
Best regards
Dirk
2004 Nov 05 1:52 PM
Hi Dirk,
The function module to use is SO_DOCUMENT_SEND_API1; it is quiet documented in SAP.
Regards,
John.
We need to send email to an external adress from ABAP. Does anybody know a function module or method to do this, maybe even with sample coding?
Best regards
Dirk
2004 Nov 05 1:52 PM
Hi Dirk,
The function module to use is SO_DOCUMENT_SEND_API1; it is quiet documented in SAP.
Regards,
John.
2004 Nov 05 2:57 PM
Look at function modules under function group SOI1. You will see function modules that allow attachments.
2004 Nov 05 3:36 PM