Embed a picture/image to body of an email in SAP
Posted by Admin, under ABAP, Sample Code, Utility, WorkflowsThere have been requirements to embed an image/picture(company logo, product images, etc.) in the email generated from SAP.
Following code helps to embed the same in mail. Here, we are assuming that we are successful in sending a text based email via ABAP. All you really need to do is a little HTML.
First, the image should be located on a server which can be hit threw the internet(if this email is to go outside your network). Next, use HTML to build your email body.




