Application Development and Automation 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: 
Read only

Format Text Problem

Former Member
0 Likes
462

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

check this.

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

2 REPLIES 2
Read only

GauthamV
Active Contributor
0 Likes
442

check this.

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

Read only

Former Member
0 Likes
442

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^