cancel
Showing results for 
Search instead for 
Did you mean: 

RFC for sending emails

Former Member
0 Kudos

Hi,

Is there any standard RFC in R/3 System by which we can send e-mails.

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

what do you mean RFC for sending mails ?

do you want to call an FM to send mail fomr the SAP

of do you want to call XI (via RFC) and send mail (mail adapter)?

if the first one try:

SO_NEW_DOCUMENT_ATT_SEND_API1

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

there are many examples on SDN

just type the FM name in abap forum search

if the second one just try some of my e-mail weblogs:

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/u/34500 [original link is broken] [original link is broken] [original link is broken]

Regards,

michal

Former Member
0 Kudos

Hi

Thanks for your valuable reply.

But i am completely a fresher to sap system.

And I am not able to understand the blog that you told me for first option(SO_NEW_DOCUMENT_ATT_SEND_API1 ).

Kindly please provide some more understandable information on it.

Thanks & Regrads,

Nilima

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>>>And I am not able to understand the blog that you told me for first option

it's not an easy one (although great)

but:)

just go to forums link:

https://www.sdn.sap.com/irj/sdn/collaboration

and put:

SO_NEW_DOCUMENT_ATT_SEND_API1

in the search field and you will find many code examples

on how to use this function

like:

or

Regards,

michal

Answers (0)