ABAP Keyword Documentation →  ABAP Glossary → 

event block

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

More