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

Email

0 Likes
868

Hi All,

How to create FM to send email ?
Please Help.

Regards,

Akansha

5 REPLIES 5
Read only

former_member206650
Active Participant
0 Likes
837

hi Akansha Mangal ,

SO_NEW_DOCUMENT_SEND_API1

further information you can get in the link

hope it helps...

Read only

Former Member
0 Likes
837

Hi,

Standard FM already Avaibale use

Function module  SO_DOCUMENT_SEND_API1

Reagrds,

Read only

Former Member
0 Likes
837

Hi Akanksha,

I would recommend you using the link posted on SCN Wiki

http://wiki.scn.sap.com/wiki/display/ABAP/Send+Message+to+External+email+id+and+SAP+User+id+via+ABAP

The thing with this is, it does have the email text i.e. body text as hardcoded, so we can pass the same type to the FM and also for the attachment(s).

Please come back to me if you need any further inputs on this.

BR/Thanks

Pranav Agrawal    

Read only

rosenberg_eitan
Active Contributor
0 Likes
837

Hi ,

Please use  CL_BCS if you can

Use this link to search:

Site Search - SCN Wiki

Read only

Former Member
0 Likes
837


Hi Akansha,

You can use this function module:

SO_DOCUMENT_SEND_API1

but make sure the user running the program should have a valid email ID entered in user profile(tcode:SU01D )

You can also check all the email queues in your system using SOST tcode.

Thanks &Regards,

Tashi