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 Coloring

Former Member
0 Likes
329

Hi,

I have applied the cell coloring in ALV grid.

Now, requirement is "values with in the colored cell should also have the same color as the cell".

i.e. If cells are gray colored then values of these particular cells should also be in gray color.

Please suggest a relevant solution.

Thanks.

Hi,

I have applied the cell coloring in ALV grid.

Now, requirement is "values with in the colored cell should also have the same color as the cell".

i.e. If cells are gray colored then values of these particular cells should also be in gray color.

Please suggest a relevant solution.

Thanks.

1 REPLY 1
Read only

Former Member
0 Likes
310

hi,use this

lr_column->set_cell_design_fieldname( value = 'COLOR_CELL' ).

thanks.