Start of Content Area

Syntax documentation get_registered_events  Locate the document in its SAP Library structure

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

Note

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 SET HANDLER statement.

CALL METHOD tree_model->get_registered_events
             IMPORTING events = events.

Parameter and Type

Opt.

Description

events
TYPE CNTL_SIMPLE_EVENTS

 

Internal table in which each row represents an event that you want to register.