SAP EVENT - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

event
An event can trigger the processing of a processing block, without actually knowing the processing block.
Either a component of a class or an interface declared using $[CLASS-$]EVENTS , or an event of the ABAP runtime framework. Events in classes trigger event handlers.
BEGIN_SECTION VERSION 5 OUT
Events of the ABAP runtime framework trigger the processing of event blocks.
END_SECTION VERSION 5 OUT