Event Handler Activation & Deactivation
In OO ABAP , SET HANDLER ……… FOR ALL INSTANCES can be used to register event handler. But sometimes we need to activate and deactivate this event handler. This can be done by adding as addition- ACTIVATION to the SET HANDLER statement and passing Boolean ABAP_TRUE or ABAP_FALSE. Watch the video for details: