ABAP Keyword Documentation → ABAP Glossary
event
An event can trigger the processing of a processing block, without actually knowing the processing block.
In ABAP Objects, an event is a component of a class or
interface declared using [CLASS-]
EVENTS
. Events in classes trigger
event handlers.
The ABAP runtime environment also has events, which trigger the processing of event blocks.