Skip to content

ABAP Keyword Documentation →  ABAP - Quick Reference 

SELECTION-SCREEN EXCLUDE - Quick 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
    Removes a parameter parameter.
  • SELECT-OPTIONS selcrit
    Removes a selection criterion selcrit.
  • RADIOBUTTON GROUPS group
    Removes a radio button group group.
  • BLOCKS block
    Removes a block block.
  • IDS id
    Removes all elements of the ID id.