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: 

Bold Fonts

Former Member
0 Kudos

Hi,

I had a query ! I don't know, wheather it is possible or not ?

I have a simple, report output. I am getting the output as simple and normal list output..

But for some record, i wanted the list to be displayed in BOLD or with some large fonts. Is there any way, to achive this output.

If possible, plz drop me a piece of code...

Thanks

Sangram

1 ACCEPTED SOLUTION

Former Member

Hi,

Format intensified on.

Write: / l_header_text.

Format intensified off.

in simple lists you can't increase only the header font, you can only bolden header or what you want.

That's it. If you have to use different fonts use smartforms.

Reward if it helps..

regards,

Omkar.

4 REPLIES 4

Former Member

Hi,

Format intensified on.

Write: / l_header_text.

Format intensified off.

in simple lists you can't increase only the header font, you can only bolden header or what you want.

That's it. If you have to use different fonts use smartforms.

Reward if it helps..

regards,

Omkar.

Former Member
0 Kudos

Hi,

I think u using Classical programming.

I faced same problem but there is no way to do this, means u cant do changes in FONT SIZE or FONT FORMAT.

Former Member
0 Kudos

Hi

There is <b>no way to increase the FONT or to MAKE BOLD in the Report Output</b>

Just use the commands like INTENSIFIED ON or OFF and use COLOR functions from 1 to 6 to high light the fields

<b>Reward points for useful Answers</b>

Regards

Anji

0 Kudos

Hi,

Check standard program DD_STYLE_TABLE where the font size of the heading is different, I think it is possible in OO abap.

regards,

Prabhu