ABAP Keyword Documentation → ABAP - Quick Reference
SELECTION-SCREEN - BLOCK - Quick 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 titletitle
for the block. -
NO INTERVALS
Specifies the additionNO INTERVALS
for all the selection criteria in the block.