ABAP Keyword Documentation →  ABAP − Reference →  Program Flow Logic →  Exception Handling →  Class-Based Exceptions →  System Response After a Class-Based Exception → 

Class-Based Exceptions in Event Handlers

Class-based exceptions in event handlers are a special case of class-based exceptions in procedures.

Since event handlers and triggers are completely detached, the trigger of an event does not know the handler and therefore cannot handle its exceptions. For this reason, no class-based exceptions can be declared using RAISING in the declaration.

This has the following consequences:

Notes