Hi,
Yes, its possible to enhance standard WD and make the necessary arrangements to set the color of alv.
- If the context node is created using a structure
- create a z structure and add a field CELLDESIGN in it
- Now, append the z structure into the standard structure of node
- update the node attributes by using structure attributes
- if the context node is created without any structure
- create an attribute CELLDESIGN
- Enhance the view
- Find out the method where the actual alv settings are done and use the POST EXIT of the same method to write the logic to set the color of alv
- get the alv model
- get the columns
- set the cell design fieldname
- While populating alv data into context, set the celldesign field value based on the requirement
Hope this helps you.
Regards,
Rama