Entering content frameFunction documentation get_scroll_info_via_id Locate the document in its SAP Library structure

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

Parameter

Meaning

ES_ROW_NO

Information on vertical scroll position

ES_COL_INFO

Information on horizontal scroll position

 

For an overview, see: Methods of Class CL_GUI_ALV_GRID

 

 

 

 

 

Leaving content frame