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: 

Format Text Problem

Former Member
0 Kudos
68

Hi Guys,

I have a text stored in a variable like:

var1 = "ABC".

I am sending this text as an Email.

Can i Display this text in BOLD.

Kindly help me out on how do i go about this?

Thanks and Regards,

Frank

2 REPLIES 2

GauthamV
Active Contributor
0 Kudos
48

check this.

[output in bold for mail|https://forums.sdn.sap.com/click.jspa?searchID=22942470&messageID=1769338]

Former Member
0 Kudos
48

Hi

Good

If you want to display a particular value in bold letter as well as in the EMAIL format than you have to display that particular field in <b>....</b> tag of HTML format and you have to to use ABAP OBJECTS for this.

Thanks

mrutyun^