Use this method to return a list of the events that are registered at the Control Framework for the control instance.

Events in this list are registered at the Control Framework. However, in order for the event to be handled, you must also have registered its handler method using the
CALL METHOD tree_model->get_registered_events
IMPORTING events = events.
Parameter and Type |
Opt. |
Description |
events |
Internal table in which each row represents an event that you want to register. |