set_current_cell_via_id 

Use

Set the cursor on a specific cell in the grid control. The grid control scrolls to the position specified if the cell is not visible.

Features

CALL METHOD <ref.var. to CL_GUI_ALV_GRID > ->set_current_cell_via_id

   EXPORTING
      IS_ROW_ID    =   <structure of type LVC_S_ROW >
      IS_COLUMN_ID =  
<structure of type LVC_S_COL > .

Parameter

Meaning

IS_ROW_ID

Structure with line index

IS_COLUMN_ID

Structure with column field names

 

For an overview, see: Methods of Class CL_GUI_ALV_GRID