SAP EVENT BLOCK - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

event block
Processing block
BEGIN_SECTION VERSION 5 OUT without local data area, which can be defined in every ABAP program except for type pools, class pools, and interface pools.
END_SECTION VERSION 5 OUT An event block is processed when the corresponding event of the ABAP runtime framework is raised. It starts with an event keyword and ends at the start of the next processing block.
ABAP_MORE_INFO