SAP ABAP Class CL_WD_SPLITTER_LAYOUT (CL_WD_SPLITTER_LAYOUT)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_UIEL_STANDARD (Package) UIE Library "Standard"
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_LAYOUT 20140402
Properties
Class CL_WD_SPLITTER_LAYOUT  
Short Description    
Super Class CL_WD_LAYOUT  
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_UIEL_STANDARD   UIE Library "Standard" 
Created 20140402   SAP 
Last change 20141121    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_WD_SPLITTER_LAYOUT has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_NW7_VIEW_ELEMENT_ADAPTER 20140730 Web Dynpro Local Test XX7
2 CL_WDR_VIEW_ELEMENT 20140730 Web Dynpro View Element
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BP_BORDER Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20140403
2 BP_COLUMN_SIZE_UNIT Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20140429
3 BP_HEIGHT Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20140403
4 BP_ROW_SIZE_UNIT Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20140429
5 BP_WIDTH Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20140403
6 CC_COLUMNS Instance attribute Public Type reference (TYPE) I 20140402
7 CC_ROWS Instance attribute Public Type reference (TYPE) I 20140402
8 CH_COLUMNS Instance attribute Protected Type reference (TYPE) CL_WD_SPLITTER_COLUMN=>TT_SPLITTER_COLUMN 20140402
9 CH_ROWS Instance attribute Protected Type reference (TYPE) CL_WD_SPLITTER_ROW=>TT_SPLITTER_ROW 20140402
10 CID_SPLITTER_LAYOUT Constant Public Type reference (TYPE) GUID '4C321F24E49A65C9E1000A000A42123F' 20140402
11 E_BORDER Constant Public See coding 20140403
12 E_COLUMN_SIZE_UNIT Constant Public See coding 20140429
13 E_ROW_SIZE_UNIT Constant Public See coding 20140429
14 MP_ON_RESIZE Instance attribute Protected Attribute reference (LIKE) IF_WD_EVENT=>PARAMETERS 20140403
15 T_BORDER Constant Public Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE '99' 20140403
16 T_COLUMN_SIZE_UNIT Constant Public Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE '99' 20140429
17 T_ROW_SIZE_UNIT Constant Public Type reference (TYPE) WDY_UIE_LIBRARY_ENUM_TYPE '99' 20140429
18 VL_BORDER Instance attribute Protected Type reference (TYPE) WDUI_SPLITTER_BORDER 20140403
19 VL_COLUMN_SIZE_UNIT Instance attribute Protected Type reference (TYPE) WDUI_SPLITTER_SIZE_UNIT 20140429
20 VL_HEIGHT Instance attribute Protected Type reference (TYPE) STRING 20140403
21 VL_ON_RESIZE Instance attribute Protected Type reference (TYPE) STRING 20140403
22 VL_ROW_SIZE_UNIT Instance attribute Protected Type reference (TYPE) WDUI_SPLITTER_SIZE_UNIT 20140429
23 VL_WIDTH Instance attribute Protected Type reference (TYPE) STRING 20140403
Methods
# Method Level Visibility Method type Description Created on
1 ADD_COLUMN Instance method Public Method 20140402
2 ADD_ROW Instance method Public Method 20140402
3 BIND_BORDER Instance method Public Method 20140403
4 BIND_COLUMN_SIZE_UNIT Instance method Public Method 20140429
5 BIND_HEIGHT Instance method Public Method 20140403
6 BIND_ROW_SIZE_UNIT Instance method Public Method 20140429
7 BIND_WIDTH Instance method Public Method 20140403
8 BOUND_BORDER Instance method Public Method 20140403
9 BOUND_COLUMN_SIZE_UNIT Instance method Public Method 20140429
10 BOUND_HEIGHT Instance method Public Method 20140403
11 BOUND_ROW_SIZE_UNIT Instance method Public Method 20140429
12 BOUND_WIDTH Instance method Public Method 20140403
13 CONSTRUCTOR Instance method Public Constructor 20140402
14 GET_BORDER Instance method Public Method 20140403
15 GET_COLUMN Instance method Public Method 20140402
16 GET_COLUMNS Instance method Public Method 20140402
17 GET_COLUMN_SIZE_UNIT Instance method Public Method 20140429
18 GET_HEIGHT Instance method Public Method 20140403
19 GET_ON_RESIZE Instance method Public Method 20140403
20 GET_ROW Instance method Public Method 20140402
21 GET_ROWS Instance method Public Method 20140402
22 GET_ROW_SIZE_UNIT Instance method Public Method 20140429
23 GET_WIDTH Instance method Public Method 20140403
24 HAS_COLUMNS Instance method Public Method 20140402
25 HAS_ROWS Instance method Public Method 20140402
26 MAPPED_ON_RESIZE Instance method Public Method 20140403
27 MAP_ON_RESIZE Instance method Public Method 20140403
28 NEW_SPLITTER_LAYOUT Static method Public Method 20140402
29 NUMBER_OF_COLUMNS Instance method Public Method 20140402
30 NUMBER_OF_ROWS Instance method Public Method 20140402
31 REMOVE_ALL_COLUMNS Instance method Public Method 20140402
32 REMOVE_ALL_ROWS Instance method Public Method 20140402
33 REMOVE_COLUMN Instance method Public Method 20140402
34 REMOVE_ROW Instance method Public Method 20140402
35 SET_BORDER Instance method Public Method 20140403
36 SET_COLUMN_SIZE_UNIT Instance method Public Method 20140429
37 SET_HEIGHT Instance method Public Method 20140403
38 SET_ON_RESIZE Instance method Public Method 20140403
39 SET_ROW_SIZE_UNIT Instance method Public Method 20140429
40 SET_WIDTH Instance method Public Method 20140403
Events
Class CL_WD_SPLITTER_LAYOUT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_SPLITTER_LAYOUT Public See coding 20140402 tt_SPLITTER_LAYOUT TYPE TABLE OF REF TO CL_WD_SPLITTER_LAYOUT WITH DEFAULT KEY
Method Signatures

Method ADD_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I 20140402
2 Importing THE_COLUMN Call by reference Object reference (TYPE REF TO) CL_WD_SPLITTER_COLUMN 20140402

Method ADD_COLUMN on class CL_WD_SPLITTER_LAYOUT has no exception.

Method ADD_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I 20140402
2 Importing THE_ROW Call by reference Object reference (TYPE REF TO) CL_WD_SPLITTER_ROW 20140402

Method ADD_ROW on class CL_WD_SPLITTER_LAYOUT has no exception.

Method BIND_BORDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Call by reference Type reference (TYPE) STRING 20140403

Method BIND_BORDER on class CL_WD_SPLITTER_LAYOUT has no exception.

Method BIND_COLUMN_SIZE_UNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Call by reference Type reference (TYPE) STRING 20140429

Method BIND_COLUMN_SIZE_UNIT on class CL_WD_SPLITTER_LAYOUT has no exception.

Method BIND_HEIGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Call by reference Type reference (TYPE) STRING 20140403

Method BIND_HEIGHT on class CL_WD_SPLITTER_LAYOUT has no exception.

Method BIND_ROW_SIZE_UNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Call by reference Type reference (TYPE) STRING 20140429

Method BIND_ROW_SIZE_UNIT on class CL_WD_SPLITTER_LAYOUT has no exception.

Method BIND_WIDTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Call by reference Type reference (TYPE) STRING 20140403

Method BIND_WIDTH on class CL_WD_SPLITTER_LAYOUT has no exception.

Method BOUND_BORDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20140403
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20140403
3 Returning PATH Value transfer Type reference (TYPE) STRING 20140403

Method BOUND_BORDER on class CL_WD_SPLITTER_LAYOUT has no exception.

Method BOUND_COLUMN_SIZE_UNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20140429
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20140429
3 Returning PATH Value transfer Type reference (TYPE) STRING 20140429

Method BOUND_COLUMN_SIZE_UNIT on class CL_WD_SPLITTER_LAYOUT has no exception.

Method BOUND_HEIGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20140403
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20140403
3 Returning PATH Value transfer Type reference (TYPE) STRING 20140403

Method BOUND_HEIGHT on class CL_WD_SPLITTER_LAYOUT has no exception.

Method BOUND_ROW_SIZE_UNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20140429
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20140429
3 Returning PATH Value transfer Type reference (TYPE) STRING 20140429

Method BOUND_ROW_SIZE_UNIT on class CL_WD_SPLITTER_LAYOUT has no exception.

Method BOUND_WIDTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20140403
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20140403
3 Returning PATH Value transfer Type reference (TYPE) STRING 20140403

Method BOUND_WIDTH on class CL_WD_SPLITTER_LAYOUT has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) STRING 20140402
2 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20140402

Method CONSTRUCTOR on class CL_WD_SPLITTER_LAYOUT has no exception.

Method GET_BORDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20140403
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20140403
3 Returning VALUE Value transfer Type reference (TYPE) WDUI_SPLITTER_BORDER 20140403

Method GET_BORDER on class CL_WD_SPLITTER_LAYOUT has no exception.

Method GET_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) STRING 20140402
2 Importing INDEX Call by reference Type reference (TYPE) I 20140402
3 Returning THE_COLUMN Value transfer Object reference (TYPE REF TO) CL_WD_SPLITTER_COLUMN 20140402

Method GET_COLUMN on class CL_WD_SPLITTER_LAYOUT has no exception.

Method GET_COLUMNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning THE_COLUMNS Value transfer Type reference (TYPE) CL_WD_SPLITTER_COLUMN=>TT_SPLITTER_COLUMN 20140402

Method GET_COLUMNS on class CL_WD_SPLITTER_LAYOUT has no exception.

Method GET_COLUMN_SIZE_UNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20140429
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20140429
3 Returning VALUE Value transfer Type reference (TYPE) WDUI_SPLITTER_SIZE_UNIT 20140429

Method GET_COLUMN_SIZE_UNIT on class CL_WD_SPLITTER_LAYOUT has no exception.

Method GET_HEIGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20140403
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20140403
3 Returning VALUE Value transfer Type reference (TYPE) STRING 20140403

Method GET_HEIGHT on class CL_WD_SPLITTER_LAYOUT has no exception.

Method GET_ON_RESIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) STRING 20140403

Method GET_ON_RESIZE on class CL_WD_SPLITTER_LAYOUT has no exception.

Method GET_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) STRING 20140402
2 Importing INDEX Call by reference Type reference (TYPE) I 20140402
3 Returning THE_ROW Value transfer Object reference (TYPE REF TO) CL_WD_SPLITTER_ROW 20140402

Method GET_ROW on class CL_WD_SPLITTER_LAYOUT has no exception.

Method GET_ROWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning THE_ROWS Value transfer Type reference (TYPE) CL_WD_SPLITTER_ROW=>TT_SPLITTER_ROW 20140402

Method GET_ROWS on class CL_WD_SPLITTER_LAYOUT has no exception.

Method GET_ROW_SIZE_UNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20140429
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20140429
3 Returning VALUE Value transfer Type reference (TYPE) WDUI_SPLITTER_SIZE_UNIT 20140429

Method GET_ROW_SIZE_UNIT on class CL_WD_SPLITTER_LAYOUT has no exception.

Method GET_WIDTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20140403
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20140403
3 Returning VALUE Value transfer Type reference (TYPE) STRING 20140403

Method GET_WIDTH on class CL_WD_SPLITTER_LAYOUT has no exception.

Method HAS_COLUMNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) ABAP_BOOL 20140402

Method HAS_COLUMNS on class CL_WD_SPLITTER_LAYOUT has no exception.

Method HAS_ROWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) ABAP_BOOL 20140402

Method HAS_ROWS on class CL_WD_SPLITTER_LAYOUT has no exception.

Method MAPPED_ON_RESIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PARAMETERS Call by reference Attribute reference (LIKE) IF_WD_EVENT=>PARAMETERS 20140403

Method MAPPED_ON_RESIZE on class CL_WD_SPLITTER_LAYOUT has no exception.

Method MAP_ON_RESIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARAMETERS Call by reference Attribute reference (LIKE) IF_WD_EVENT=>PARAMETERS 20140403

Method MAP_ON_RESIZE on class CL_WD_SPLITTER_LAYOUT has no exception.

Method NEW_SPLITTER_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BIND_BORDER Call by reference Type reference (TYPE) STRING 20140403
2 Importing BIND_COLUMN_SIZE_UNIT Call by reference Type reference (TYPE) STRING 20140429
3 Importing BIND_HEIGHT Call by reference Type reference (TYPE) STRING 20140403
4 Importing BIND_ROW_SIZE_UNIT Call by reference Type reference (TYPE) STRING 20140429
5 Importing BIND_WIDTH Call by reference Type reference (TYPE) STRING 20140403
6 Importing BORDER Call by reference Type reference (TYPE) WDUI_SPLITTER_BORDER E_BORDER-NONE 20140403
7 Importing COLUMN_SIZE_UNIT Call by reference Type reference (TYPE) WDUI_SPLITTER_SIZE_UNIT E_COLUMN_SIZE_UNIT-RELATIV_PROZENT 20140429
8 Importing CONTAINER Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER 20140429
9 Returning CONTROL Value transfer Object reference (TYPE REF TO) CL_WD_SPLITTER_LAYOUT 20140429
10 Importing HEIGHT Call by reference Type reference (TYPE) STRING 20140429
11 Importing ID Call by reference Type reference (TYPE) STRING 20140429
12 Importing ON_RESIZE Call by reference Type reference (TYPE) STRING 20140429
13 Importing ROW_SIZE_UNIT Call by reference Type reference (TYPE) WDUI_SPLITTER_SIZE_UNIT E_ROW_SIZE_UNIT-RELATIV_PROZENT 20140429
14 Importing WIDTH Call by reference Type reference (TYPE) STRING 20140429

Method NEW_SPLITTER_LAYOUT on class CL_WD_SPLITTER_LAYOUT has no exception.

Method NUMBER_OF_COLUMNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NUMBER Value transfer Type reference (TYPE) I 20140402

Method NUMBER_OF_COLUMNS on class CL_WD_SPLITTER_LAYOUT has no exception.

Method NUMBER_OF_ROWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NUMBER Value transfer Type reference (TYPE) I 20140402

Method NUMBER_OF_ROWS on class CL_WD_SPLITTER_LAYOUT has no exception.

Method REMOVE_ALL_COLUMNS Signature

Method REMOVE_ALL_COLUMNS on class CL_WD_SPLITTER_LAYOUT has no parameter.
Method REMOVE_ALL_COLUMNS on class CL_WD_SPLITTER_LAYOUT has no exception.

Method REMOVE_ALL_ROWS Signature

Method REMOVE_ALL_ROWS on class CL_WD_SPLITTER_LAYOUT has no parameter.
Method REMOVE_ALL_ROWS on class CL_WD_SPLITTER_LAYOUT has no exception.

Method REMOVE_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) STRING 20140402
2 Importing INDEX Call by reference Type reference (TYPE) I 20140402
3 Returning THE_COLUMN Value transfer Object reference (TYPE REF TO) CL_WD_SPLITTER_COLUMN 20140402

Method REMOVE_COLUMN on class CL_WD_SPLITTER_LAYOUT has no exception.

Method REMOVE_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) STRING 20140402
2 Importing INDEX Call by reference Type reference (TYPE) I 20140402
3 Returning THE_ROW Value transfer Object reference (TYPE REF TO) CL_WD_SPLITTER_ROW 20140402

Method REMOVE_ROW on class CL_WD_SPLITTER_LAYOUT has no exception.

Method SET_BORDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) WDUI_SPLITTER_BORDER 20140403

Method SET_BORDER on class CL_WD_SPLITTER_LAYOUT has no exception.

Method SET_COLUMN_SIZE_UNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) WDUI_SPLITTER_SIZE_UNIT 20140429

Method SET_COLUMN_SIZE_UNIT on class CL_WD_SPLITTER_LAYOUT has no exception.

Method SET_HEIGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) STRING 20140403

Method SET_HEIGHT on class CL_WD_SPLITTER_LAYOUT has no exception.

Method SET_ON_RESIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) STRING 20140403

Method SET_ON_RESIZE on class CL_WD_SPLITTER_LAYOUT has no exception.

Method SET_ROW_SIZE_UNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) WDUI_SPLITTER_SIZE_UNIT 20140429

Method SET_ROW_SIZE_UNIT on class CL_WD_SPLITTER_LAYOUT has no exception.

Method SET_WIDTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) STRING 20140403

Method SET_WIDTH on class CL_WD_SPLITTER_LAYOUT has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in 740