Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Email program

govind_parmar
Participant
0 Kudos

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'

2 REPLIES 2

Former Member
0 Kudos

Hi,

Yes, this is possible.

You can also use function module SO_NEW_DOCUMENT_ATT_SEND_API1 to send your report as an attachement.

0 Kudos

but the requirement is not with the attachement..the contents should be displayed as we open the email...