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

Use

This method returns the reference variable of a selected cell. You use the reference variable to include a new control in the container.

Features

call method splitter_container->get_container

  exporting
    row = row
    column = column

  receiving
    container = container

Parameters

Description

Possible values

row

Line of the cell

 

column

Column of the cell

 

 

 

Leaving content frame