SAP Function SPLITTERCONTROL_CREATE - Create a splitter control !! INTERNAL USE ONLY!!

Parameter Reference Type Length Default Optional Text
DOCK_AT I I 4 DOCK_AT_LEFT X Orientation within the window
HEIGHT I I 4 42 X Vertical size in 1/8 character
NO_FLUSH C C 0 'X' X -----
OWNER_DYNNR SYST-DYNNR C 4 Screen to which the control is assigned
OWNER_REPID SYST-REPID C 40 Report that Creates the Control
WIDTH I I 4 42 X Horizontal size in 1/8 character

Parameter Reference Type Length Default Optional Text
H_CONTROL CNTL_HANDLE 0 Control Handle

Exception Text
CREATE_ERROR Error Generating Control

Description
Defines the dialog type as MDI (minimize in GUI window) or desktop

Value range
DLG_STYLE_DESKTOP: Desktop (Minimize in taskbar)
DLG_STYLE_MDI : MDI (Minimize within GUI window)

Default
: Desktop