set_scroll_info_via_id 

Use

Set the scroll position in the grid control:

Features

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

   EXPORTING
      IS_ROW_INFO    =   <structure of type LVC_S_ROW >
      IS_COLUMN_INFO =  
<structure of type LVC_S_COL > .

Parameter

Meaning

IS_ROW_INFO

Information on vertical scrolling

IS_COLUMN_INFO

Information on horizontal scrolling

 

For an overview, see: Methods of Class CL_GUI_ALV_GRID