Get Example source ABAP code based on a different SAP table
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>>.