2017 Dec 11 8:17 PM
Hi everybody
I need send a text(table, various lines), inside an email body how an imagen, not how HTML format. Is possible to do this ?
I saw various link but always send an email wiht the body in HTML format.
Regards
Gregory
2017 Dec 11 9:07 PM
Do you mean an email with a raw text, not HTML? Why do you use the word "image"?
2017 Dec 12 10:06 AM
Which FM or class are you using to send email can you share the code how your sending email currently ?
2017 Dec 12 7:28 PM
Hi
I have used the FM 'SO_DOCUMENT_SEND_API1' or recently the class CL_BCS
with these others classes ( CL_DOCUMENT_BCS,CL_SAPUSER_BCS,IF_RECIPIENT_BCS).
Send text how an image is a new requeriment and don't know if is possible, because I have sended a PDF or some lines inside a body of email.
Regards
Gregory Gotera
2018 Feb 08 9:46 AM
Don't use the function modules, use the CL_BCS classes.
You can't send PDFs in the body of the document. You have to add it as an attachment. You can't have images within the body of an email unless it is HTML (or you're using some weird kind of proprietry email format).
Those are your only options.
2018 Feb 08 8:54 PM
I suspect you meant to write "text as image", not "how". Sorry, it sounds confusing as written...