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

ALV font

Former Member
0 Likes
908

Hi

I have an urgent requirement. Is there any way that i make my few columns bold in ALV leaving the rest untouched?

Thanks in advance....

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
866

Hi,

You cann't change the font, but you can put color for a perticular cell. Check the following link for example program:

[Removed by the moderator.]

Regards,

Bhaskar

5 REPLIES 5
Read only

Former Member
0 Likes
866

Hi

Only you can add color to ALV fields

Can't change the FONT of the output fields in ALV

Reward points if useful

Regards

Anji

Read only

Former Member
0 Likes
866

Hi Swarna,

not exactly bold , but you can change the color

wa_fieldcat-emphasize = 'C410'.

Thanks.

Read only

Former Member
0 Likes
866

hi swarna,

if u want the o/p of certain col should br bold,

then use this in that particlar field catlogue...

<b>wa_fcat-key = 'X'.</b>

<b>in the printout, it will come as bold....</b>

With Regards,

S.Barani

Message was edited by:

S BHARANIDARAN

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
866

Hi

<b>Can't change the FONT of the output fields in ALV</b>

But you can add your required colors only.

Regards,

Sreeram

Read only

Former Member
0 Likes
867

Hi,

You cann't change the font, but you can put color for a perticular cell. Check the following link for example program:

[Removed by the moderator.]

Regards,

Bhaskar