ABAP Keyword Documentation → ABAP − Short Reference
SELECTION-SCREEN - BLOCK - Short Reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
SELECTION-SCREEN BEGIN OF BLOCK block 
       
                        [WITH FRAME [TITLE title]] 
                 
              [NO INTERVALS]. 
... 
SELECTION-SCREEN END OF BLOCK block. 
Effect
Defines a block named block on the current selection screen.  
Additions
- 
WITH FRAME
 Creates a frame around the block.
- 
TITLE title
 Creates a titletitlefor the block.
- 
NO INTERVALS
 Specifies the additionNO INTERVALSfor all the selection criteria in the block.