cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Make Caption Text Bold

Former Member
0 Likes
1,017

Is there a provision to make the caption text bold in Web Dynpro ABAP??

Accepted Solutions (0)

Answers (3)

Answers (3)

Chaitanya_Priya
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi,

I also had same req.We cant make the caption text bold.

Regards,

Priya

Former Member
0 Likes

I tried wrapping the text in the bold tags of HTML i.e. the anchor braces with a B inside it (just like HTML) in the text property of the caption.

It shows the text in bold in the development environment but as soon as i test the application all the efforts seems to be in vain....

Edited by: Rahul Gupta on Oct 26, 2009 7:37 AM

Former Member
0 Likes

hi,

I dont think it will be possible to achieve this with Caption.

Try with other UI 's like Label , TextView. It will work for them using Design property.

Former Member
0 Likes

check wid the semantic property if u wan ur text view UI to be bold

i suppose , it is not possible for Caption

u can make the semantic color as standard, diminished , positive , critical, negative , marked1 and marked2

refer the SAP online help :

http://help.sap.com/saphelp_nw2004s/helpdata/en/7d/c8f641091b5f24e10000000a1550b0/frameset.htm

regards,

amit

Former Member
0 Likes

Hi,

Check out Property of Caption. I dont think there is any property to change text to bold/italic.

You can use Text View and design property of this to achieve the same.