Skip to content

ABAP Keyword Documentation →  ABAP - Quick Reference 

AT SELECTION-SCREEN - Quick 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 raised at certain times in selection screen processing. Without an addition, the event is raised when selection screen processing is completed.

Additions