Event Block

Processing block without a local data area, which can be defined in every ABAP program except for subroutine pools, class pools, and interface pools, and which is processed at the start of the corresponding event of the ABAP runtime environment. It starts with an event keyword and ends at the start of the next processing block.

More