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

Sending e-mail from ABAP

Former Member
0 Likes
894

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
820

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

3 REPLIES 3
Read only

Former Member
0 Likes
821

Hi Dirk,

The function module to use is SO_DOCUMENT_SEND_API1; it is quiet documented in SAP.

Regards,

John.

Read only

nablan_umar
Product and Topic Expert
Product and Topic Expert
0 Likes
820

Look at function modules under function group SOI1. You will see function modules that allow attachments.

Read only

thomas_jung
Developer Advocate
Developer Advocate
0 Likes
820

There are some weblogs here:

4.6x and lower:

/people/thomas.jung3/blog/2004/09/07/sending-e-mail-from-abap--version-46d-and-lower--api-interface

6.10 and higher:

/people/thomas.jung3/blog/2004/09/08/sending-e-mail-from-abap--version-610-and-higher--bcs-interface