2009 Apr 01 6:58 AM
2009 Apr 01 7:01 AM
2009 Apr 01 7:09 AM
2009 Apr 01 7:19 AM
Hi,
You know how to give color to a Row in an ALV Grid (by specfifying layout-info_fname = 'ROWCOLOR' where rowcolor is a CHAR4 field in the internal table that you pass to the ALV Grid.
Now when you give colors to each line, normally we give colors as follows,
itab-rowcolor = 'C510'. "Green Intensified background
If you want to give colors to letters then simply give the following,
itab-rowcolor = 'C501'. "Green letters & not background
Hope this helps..
Shalini.