‎2008 Nov 03 7:30 AM
Hi experts,
I am writing a program which troggers an email to sales rep using the below function module:
My requirements is that we need a text in the body of email with underline. can this be feasible as we are passing the content of email in an internal table?
CALL FUNCTION 'SO_NEW_DOCUMENT_SEND_API1'
‎2008 Nov 03 7:33 AM
Hi,
Yes, this is possible.
You can also use function module SO_NEW_DOCUMENT_ATT_SEND_API1 to send your report as an attachement.
‎2008 Nov 03 8:03 AM
but the requirement is not with the attachement..the contents should be displayed as we open the email...