SAP SET HANDLER STATIC ABAP Statements
Get Example source ABAP code based on a different SAP table
ABAP_SYNTAX
ABAP Addition
What does it do?
This statement registers the
An event handler is executed if the associated static event is raised using
Events that can be handled by an event handler for static events are defined uniquely by their definition in the statement
ABAP Addition
What does it do?
The syntax and semantics of the addition
Latest notes:
As long as the registration of an instance method as an event handler for a static event is not canceled using
NON_V5_HINTS
ABAP_HINT_END
ABAP_EXAMPLE_VX5
Registration of a static handler for a static event. After the event has been raised, the handling takes place.
ABEXA 00653
ABAP_EXAMPLE_END
Return to menu