Entering content frameFunction documentationREMOVE_CONTROL Locate the document in its SAP Library structure

Use

Use this method to remove a specific control from the Splitter Container.

NoteThe control is not destroyed. If you want to destroy it, you must call the FREE method and, if necessary, destroy the reference variable. For further information, refer to Structure link Lifetime Management.

Features

call method splitter_container->remove_control

  exporting
    row = row
    column = column

  importing
    result = result

  exceptions
    cntl_error = 1
    cntl_system_error = 2.

Parameters

Description

Possible values

row

Line of the cell

 

column

Column of the cell

 

result

Result

 

 

 

 

Leaving content frame