Hello all.
I have an ALV format report with decleration of event object.
I want implement the hotspot for a specific fields.
That's my event object:
LR_EVENTS = GR_TABLE->GET_EVENT( ).
CREATE OBJECT GR_EVENTS.
SET HANDLER GR_EVENTS->ON_DOUBLE_CLICK FOR LR_EVENTS.
I want to change the double_click to on_click with hotspot on specific fields.
How can I do it ?
Regards,
Rebeka