The event AT SELECTION-SCREEN is the basic form of a whole series of events that occur while the selection screen is being processed.
AT SELECTION-SCREEN OUTPUT
event is triggered. This event block allows you to modify the selection screen directly before it is displayed.
AT SELECTION-SCREEN ON
is triggered when the contents of each individual input field are passed from the selection screen to the ABAP program. The input field
AT SELECTION-SCREEN ON BLOCK
is triggered when the contents of all of the fields in a block are passed from the selection screen to the ABAP program. You define a block by enclosing the declarations of the elements in the block between the statements SELECTION-SCREEN BEGIN OF BLOCK
AT SELECTION-SCREEN ON
event is triggered for the current line of the selection table. It can then be processed like a single field.
Next, the
AT SELECTION-SCREEN ON END OF
event is triggered. This event block allows you to check the whole selection table
AT SELECTION-SCREEN ON HELP-REQUEST FOR
The event is triggered when the user calls the F1 help for the field
AT SELECTION-SCREEN ON RADIOBUTTON GROUP
is triggered when the contents of all of the fields in a radio button group are passed from the selection screen to the ABAP program. To define a radio button group
AT SELECTION-SCREEN ON VALUE-REQUEST FOR
The event is triggered when the user calls the F4 help for the field