ABAP Keyword Documentation →  ABAP Glossary → 

event handler

Method that can handle an event triggered by RAISE EVENT in a different method or in the same method. To ensure that an event handler handles a triggered event, it must be registered with the statement SET HANDLER.

More