Development resources, articles, tutorials, code samples, tools and downloads for SAP HANA and ABAP, HANA Database, SQLScript, SAP UI5, Screen Personas, Web Dynpro, Workflow
SAP Email Send using ABAP efg_gen_send_email Function Call
Sending email from an ABAP report using efg_gen_send_email function call can be easily managed.
If your business requirement does not require to send attachment with email, ABAP developers can use efg_gen_send_email to send SAP email.
Here is the part of the email send by SAP system used by efg_gen_send_email function call.
You can find the ABAP source codes of the sample ABAP report zemailexample below.
Here is the ABAP code of example SAP email send report.