Skip to content

ABAP Keyword Documentation →  ABAP − Short Reference 

SELECTION-SCREEN EXCLUDE - Short Reference

Reference

Other versions: 7.31 | 7.40 | 7.54

Syntax


SELECTION-SCREEN EXCLUDE { {PARAMETERS parameter} 
                         | {SELECT-OPTIONS selcrit}
                         | {RADIOBUTTON GROUPS group}
                         | {BLOCKS block}
                         | {IDS id} }.

Effect

Deletes the specified element from a version of the standard selection screen in a logical database.

Additions

  • PARAMETERS parameter
    Deletes a parameter parameter.
  • SELECT-OPTIONS selcrit
    Deletes a selection criterion selcrit.
  • RADIOBUTTON GROUPS group
    Deletes a radio button group group.
  • BLOCKS block
    Deletes a block block.
  • IDS id
    Deletes all elements of the ID id.