SAP ABAP SCREEN EVENTS

Get Example source ABAP code based on a different SAP table
  


ARTICLE

Selection Screen and List Events
Selection screen and list events are events from classical screen processing, which are converted by the ABAP runtime environment into ABAP events and are handled directly in the ABAP program instead of in the dynpro flow logic.
Selection screen events occur during selection screen processing.
List events occur during classical list processing.
They are described in their respective environment.