|
Colour a row in ALV 1.Add a field to the display table to hold the colour eg ROW_COLOUR(4),Char1 = C, Char2 = colour, Char3 = intensity, Char 4 = inverse.
2.Define colour field in layout eg. gs_layout-info_fieldname = 'ROW_COLOUR'.
3.Set ROW_COLOUR to value e.g. C500.
COLOUR chart:- 1 = blue, 2 = white, 3 = yellow, 4 = blue, 5 = green, 6 = red, 7 = orange
|