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

Use

Use this method to set the height of a row.

Features

call method splitter_container->set_row_height

  exporting
    id = id
    height = height

  importing
    result = result

  exceptions
    cntl_error = 1
    cntl_system_error = 2.

Parameters

Description

Possible values

ID

ID of the row

 

height

Height of the row

 

result

Result

 

 

Leaving content frame