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: 

How to change color/font in email sent by abap program

Former Member
0 Kudos
471

Hi experts,

I wrote a program which compares tables and email the differences as a result. How can I change the color and font for some rows in this email?

<<removed_by_moderator>>

Thanks,

Mike

Edited by: Vijay Babu Dudla on Feb 23, 2009 9:39 AM

2 REPLIES 2

former_member156446
Active Contributor
0 Kudos
89

[Check this Weblog|https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/send%252bemail%252bin%252bhtml%252bformat%252b%252bfrom%252bsap] if you send your email in HTML format then you can assign colors to the body of the email using HTML tags..

Former Member
0 Kudos
89

you can also get some info from [url] http://help-abap.blogspot.com/search/label/Email [url]

thanq