double_click 

Use

The ALV Grid Control triggers this event if a user double-clicks on cells of the grid control.

In demo report BCALV_GRID_03 of development class SLIS , double-clicking takes you to a details list.

Event parameter

Meaning

E_ROW
TYPE REF TO LVC_S_ROW

Structure with row index

E_COLUMN
TYPE REF TO LVC_S_COL

Structure with column name

 

For an overview, see: Events of Class CL_GUI_ALV_GRID