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

Use

This method returns the configuration of the rows of the splitter bar.

Features

call method splitter_container->get_row_sash

  exporting
    id = id
    type = type

  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

type_movable

result

Result

splitter_container->true : Splitter bar is movable

splitter_container->false : Splitter bar is fixed

 

 

Leaving content frame