Show TOC

SET_COLUMN_SASHLocate this document in the navigation 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.
         

Parameter

Meaning

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 : Splitter bar is movable

  • splitter_container->false : Splitter bar is fixed

Result

Result

Note

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