Hi community:
Is there any way in which I can use application events in the CL_GUI_ALV_GRID class? the method SET_REGISTERED_EVENTS was redefined and only throws an exception:
METHOD SET_REGISTERED_EVENTS.
*!!! Do not use for ALV Grid Control !!!!
RAISE ILLEGAL_EVENT_COMBINATION.
ENDMETHOD.