SAP SET LEFT SCROLL BOUND - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for SET_SCROLL_BOUNDARY

SET LEFT SCROLL-BOUNDARY

ABAP Reference
ABAP Code Snippet


ABAP Syntax SET LEFT SCROLL-BOUNDARY [COLUMN col].

ABAP Code Snippet

What does it do? : Determines the left boundary of the horizontal scroll range of a list page.

ABAP Addition COLUMN col
Excludes all positions left of col from scrolling. If this is not specified, the current cursor position is used.

Return to menu