‎2014 Jun 19 9:54 AM
Hi All,
How to create FM to send email ?
Please Help.
Regards,
Akansha
‎2014 Jun 19 10:06 AM
‎2014 Jun 19 10:06 AM
Hi,
Standard FM already Avaibale use
Function module SO_DOCUMENT_SEND_API1
Reagrds,
‎2014 Jun 19 10:07 AM
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
‎2014 Jun 19 10:15 AM
‎2014 Jun 19 10:22 AM
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