Entering content frameSyntax documentation double_click Locate the document in its SAP Library structure

Use

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

Note

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

(obsolete)

ES_ROW_NO
Type LVC_S_ROID

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

 

 

 

 

 

 

 

Leaving content frame