Entering content frame

Function documentation set_scroll_info_via_id Locate the document in its SAP Library structure

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

Parameter

Meaning

IS_COLUMN_INFO

Information on horizontal scrolling

IS_ROW_NO

Information on vertical scrolling

 

For an overview, see: Methods of Class CL_GUI_ALV_GRID

 

 

 

 

Leaving content frame