Hi gurus,
I have searched the forums for advice on this and come across three different articles addressing the approach, but I cannot seem to accomplish this task. The requirement is that we change the color of a row in an ALV grid of this custom report after a user double-clicks on it. Double-clicking will take the user into a sales order, and when they return we wish to color the row so they know they have already addressed it. Does anybody have some "simple enough" methods of accomplishing this?
We are using function module 'REUSE_ALV_GRID_DISPLAY' and passing in a field catalog of type slis_t_fieldcat_alv with fields in a custom table i_output. I've attempted the methods I found of adding an element to the end of the field catalog and output table titled color (4 characters) and filling in the code prior to passing to the ALV table just to test, but I can't seem to even make that adjust the color of anything.
Any advice would be greatly appreciated.