Show TOC

Example documentationget_living_dynpro_controls Locate this document in the navigation structure

 

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

Syntax Syntax

  1. CALL METHOD cl_gui_cfw=>get_living_dynpro_controls
    	IMPORTING control_list = control_list.
End of the code.

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