SAP CALL EVENT HANDLER

Get Example source ABAP code based on a different SAP table
  


ARTICLE

Call Event Handler
Event handlers are special methods that are declared by the addition FOR EVENT ... OF of the statements METHODS and CLASS-METHODS. Instead being called directly using explicit method calls, they are usually called indirectly using RAISE EVENT . They can only be executed if an event handler is registered using SET HANDLER.