Skip to content

ABAP Keyword Documentation →  ABAP − Reference →  Calling and leaving program units →  Calling Processing Blocks 

Call Event Handler

Event handlers are special methods that are declared using the addition FOR EVENT ... OF of the statements METHODS and CLASS-METHODS. They are not usually called directly using explicit method calls.

  • Instead, they are called indirectly using RAISE EVENT.
  • They can only be executed if an event handler is registered using SET HANDLER.

Other versions: 7.31 | 7.40 | 7.54

Continue

RAISE EVENT

SET HANDLER