Show TOC

get_living_dynpro_controlsLocate this document in the navigation structure

Use

This method returns a list of reference variables to all active custom controls.

        
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 ).