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

Use

Use this method to create a new cell grid. The existing grid is destroyed. You pass the grid when you create the Splitter Container. For further information, refer to the CONSTRUCTOR method.

CautionDo not use this method at present - it could cause unexpected results at the frontend.

Features

call method splitter_container->set_grid

  exporting
    rows = rows
    columns = columns

  importing
    result = result

  exceptions
    cntl_error = 1
    cntl_system_error = 2.

Parameters

Description

Possible values

rows

Number of columns

 

columns

Number of rows

 

result

Result

 

 

 

Leaving content frame