ABAP Keyword Documentation →  ABAP − Short Reference → 

SELECTION-SCREEN - BLOCK - Short Reference

Reference

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