Skip to content

ABAP Keyword Documentation →  ABAP - Quick Reference 

SELECTION-SCREEN - BLOCK - Quick reference

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 title title for the block.
  • NO INTERVALS
    Specifies the addition NO INTERVALS for all the selection criteria in the block.