On the selection screen, we can define several events. These events are processed during the processing of the selection screen.
A list of selection screen events is provided as follows:
- OUTPUT: This is an event raised during the PBO of the selection screen. This is used to prepare data in the selection screen or dynamic modifications of a screen.
- ON: This is an event raised during the PAI of the selection screen.
- ON END OF: This is an event raised after the selection table is passed to the program and after user action in the dialog box for multiple selections has taken place. In this event, entire selections can be checked.
- ON BLOCK: This is an event raised when all fields in a block are filled and passed ...