Application Development 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: 

FM to send mail to a user inbox

Former Member
0 Kudos
426

Hi ,

I need to attach a internal table to a mail and send it to a user SAP inbox. Please tell which FM should be used for this .

Regards,

Divyanshu

4 REPLIES 4

Former Member
0 Kudos
164

Hi,

Use the function module SO_DOCUMENT_SEND_API1 to send the mail to SAP inbox. You can also refer the standard programs LSOI1U23 & LSOI1U25 using the FM.

If this helps, please close the loop with reward points.

Rgds,

Message was edited by: Sailatha Nagasamudram

0 Kudos
164

this has been discussed many times in this forum.

check out the following weblogs for a detailed explanation.

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

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

Regards

Raja

Former Member
0 Kudos
164

Hi Divyanshu,

try this

FG - SOI1

FM - SO_DOCUMENT_SEND_API1

also see FM's in

FG - SOA2

Regards,

Narinder Hartala

Former Member