SAP ABAP SCREEN EVENTS



Get Example source ABAP code based on a different SAP table
  



Selection Screen Events and List Events
Selection screen events and list events are events of classic dynpro processing that are transformed into ABAP events by the ABAP runtime framework 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 classic list processing.
They are described in their respective environments.