EVENTS

How to use events of class CL_SALV_EVENTS_TABLE in SAP ABAP ALV Display

The new ALV Display provides different events based on the class CL_SALV_EVENTS_TABLE. It is much lesser compared to the old ALV Display. The Events can be found in the ‘Events’ tab of the class. Let us discuss about the following important Events of the class CL_SALV_EVENTS_TABLE. Events Description DOUBLE_CLICK This event will be triggered, when …

How to use events of class CL_SALV_EVENTS_TABLE in SAP ABAP ALV Display Read More »

What are the different events of the class CL_GUI_ALV_GRID?

The class CL_GUI_ALV_GRID of the old ALV model provides different events. It is available in the Tab EVENTS of the class CL_GUI_ALV_GRID. Event Parameter Description BUTTON_CLICK E_ROW -> RowE_COLUMN -> ColumnE_ROW_NO -> Row id It is triggered when a button is clicked. USER_COMMAND E_UCOMM -> Function code It is triggered when a function is triggered, …

What are the different events of the class CL_GUI_ALV_GRID? Read More »