Skip to content

ABAP Keyword Documentation →  ABAP − Short Reference 

AT SELECTION-SCREEN - Short Reference

Reference

Other versions: 7.31 | 7.40 | 7.54

Syntax


AT SELECTION-SCREEN [ OUTPUT 
                    | {ON {par|selcrit}}
                    | {ON END OF selcrit}
                    | {ON BLOCK block}
                    | {ON RADIOBUTTON GROUP group}
                    | {ON {HELP-REQUEST|VALUE-REQUEST}
                       FOR {par|selcrit-low|selcrit-high}}
                    | {ON EXIT-COMMAND} ].

Effect

Introduces event blocks whose events are triggered at certain times during selection screen processing. Without an addition, the event is triggered when selection screen processing is completed.

Additions