get_scroll_info_via_id 

Use

Get the current scroll position in the grid control:

Features

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

       IMPORTING
         
ES_ROW_INFO  = <structure of type LVC_S_ROW >
         
ES_COL_INFO  = <structure of type LVC_S_COL > .

Parameter

Meaning

ES_ROW_INFO

Information on vertical scrolling

ES_COL_INFO

Information on horizontal scrolling

 

For an overview, see: Methods of Class CL_GUI_ALV_GRID