Entering content frameSyntax documentationget_control_object Locate the document in its SAP Library structure

Use this method to get a reference to the Desktop Office Integration control. You can use this reference to address the Structure link methods of the control framework.

CALL METHOD control->get_control_object
      EXPORTING no_flush = no_flush
      IMPORTING control  = control_2
                retcode  = retcode
                error    = error.

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 .

 

Leaving content frame