Show TOC

Syntax documentationget_control_object Locate this document in the navigation structure

Use this method to get a reference to the Desktop Office Integration control. You can use this reference to address the Methods of Class CL_GUI_CONTROL.

Syntax Syntax

  1. CALL METHOD control->get_control_object
    EXPORTING no_flush = no_flush
    IMPORTING control = control_2
    retcode = retcode
    error = error.
End of the code.
Description of parameters

Parameter

Optional

Description

control_2

X

Reference to the Desktop Office Integration control.

The data object must be created with reference to the class cl_gui_control.