Hi,
I have an ALV Output. I want to color one Particular Column conditionally based on the fieldvalue.
If Fieldvalue = '1'.
I want the cell to be colored in Red.
If Fieldvalue = '2'.
I want the cell to be colored in Yellow.
If Fieldvalue = '3'.
I want the cell to be colored Green.
So, in the output I will be having Red, Yellow or Green color in the same column but different records.
Fieldvalue is a Field in my final internal table.
Please help resolve.
Thanks in advance,
Ishaq.