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 Mail

Former Member
0 Likes
833

Please tell me which function module is used to send mail from SAP R/3

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
805

so_new_document_send_api1

so_new_document_send_api1

6 REPLIES 6
Read only

Former Member
0 Likes
806

so_new_document_send_api1

Read only

abdulazeez12
Active Contributor
0 Likes
805

Eswar,

You use the following function module to send mail from SAP R/3.

SO_DOCUMENT_SEND_API1

Azeez.

Read only

Former Member
0 Likes
805

Hi,

Use this Function module <b>SO_NEW_DOCUMENT_SEND_API1</b> to send the mail from SAP

for sample code refer the below link

http://sapr3.tripod.com/abap011.htm

Thanks

Sudheer

Read only

athavanraja
Active Contributor
0 Likes
805

Welcome to SDN.

Search before posting, this has been discussed many times here and lot of code samples are available within the forum.

there are many ways one of the FMS

SO_NEW_DOCUMENT_ATT_SEND_API1

Regards

Raja

Read only

Former Member
0 Likes
805

Fm's are...

SO_NEW_DOCUMENT_ATT_SEND_API1

SO_OBJECT_SEND

check the example here

http://www.sapdevelopment.co.uk/reporting/email/email_mbody.htm

Read only

Former Member