SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
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.