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

Use

Use this method to set the width of a column.

Features

call method splitter_container->set_column_width

  exporting
    id = id
    width = width

  importing
    result = result

  exceptions
    cntl_error = 1
    cntl_system_error = 2.

Parameters

Description

Possible values

ID

ID of the column

 

width

Width of the column

 

result

Result

 

 

 

Leaving content frame