!--a11y-->
Use
Use this method to set the mode of the rows in the Splitter Container to absolute or relative. For further information, refer to
SAP Splitter Container.Features
call method splitter_container->set_column_mode
exporting
mode = mode
importing
result = result
exceptions
cntl_error = 1
cntl_system_error = 2.
Parameters |
Description |
Possible values |
mode |
Column mode |
splitter_container->mode_absolut : Absolutle mode (pixels)splitter_container->mode_relative : Relative mode (percentage) |
result |
Result |
