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

Use

Use this method to set the configuration of the splitter bar for the columns.

Features

call method splitter_container->set_column_sash

  exporting
    id = id
    type = type
    value = value

  importing
    result = result

  exceptions
    cntl_error = 1
    cntl_system_error = 2.

Parameters

Description

Possible values

ID

ID of the splitter bar

The first splitter bar has the value 1, and so on

type

Attribute of the splitter bar

type_movable

value

Value of the attribute

splitter_container->true : Movable splitter bar

splitter_container->false : Fixed splitter bar

result

Result

 

NoteIf you want to change the splitter bar attribute, change the value of type to type_moveable and then choose the corresponding value of the attribute.

Leaving content frame