Entering content frameFunction documentationset_current_cell_via_id Locate the document in its SAP Library structure

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 > ( obsolete )
      IS_COLUMN_ID =  
<structure of type LVC_S_COL >
      IS_ROW_NO    =  
<structure of type LVC_S_ROID >.

Parameter

Meaning

IS_COLUMN_ID

Structure with column field names

IS_ROW_NO

Structure with row index

 

For an overview, see: Methods of Class CL_GUI_ALV_GRID

 

 

 

 

Leaving content frame