SAP SELECTION-SCREEN BOL - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for SELECTION-SCREEN

SELECTION-SCREEN - LINE

ABAP Reference
ABAP Code Snippet


ABAP Syntax SELECTION-SCREEN BEGIN OF LINE.

...
SELECTION-SCREEN END OF LINE.
ABAP Code Snippet

What does it do? Defines a line on the current selection screen, in which screen elements can be positioned using SELECTION-SCREEN POSITION.

Return to menu