get_living_dynpro_controls 
This method returns a list of reference variables to all active custom controls.
Syntax
CALL METHOD cl_gui_cfw=>get_living_dynpro_controls IMPORTING control_list = control_list.
Parameters |
Description |
|---|---|
control_list |
List of reference variables of active custom controls. The list has the type CNTO_CONTROL_LIST (defined in class CL_GUI_CFW). |