Entering content frame

This graphic is explained in the accompanying textget_living_dynpro_controls Locate the document in its SAP Library structure

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

 

Leaving content frame