Development resources, articles, tutorials, code samples, tools and downloads for SAP HANA and ABAP, HANA Database, SQLScript, SAP UI5, Screen Personas, Web Dynpro, Workflow
ABAP programmers can create email, arrange mail content, set recipients of different recipient types and send email in ABAP code using standard ABAP classes.
SAP users can display send status of every email sent within ABAP code using SAP transaction code SOST
ABAP developers can use ABAP classes cl_bcs, cl_document_bcs, cl_cam_address_bcs to create an email in SAP system, to define various recepients of the email and to send the email prepared to its recipients
It is possible to create email content using ABAP class cl_document_bcs method create_document.
After email is created and sent in SAP system, it is possible to display and check their status using SAP SOST transaction as seen in below screenshot.
SAP users can display content of the highlighted email in SOST transaction as well.