SAP ABAP Class CL_RSD_MAP_UI_TREE_SETTINGS (Mapping: UI)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DBA (Application Component) Data Basis
⤷
RSD_MAPPING (Package) Mapping Service for InfoObjects

⤷

⤷

Properties
Class | CL_RSD_MAP_UI_TREE_SETTINGS | |
Short Description | Mapping: UI | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSD_MAPPING | Mapping Service for InfoObjects |
Created | 20080717 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSD_MAP_UI_TREE_SETTINGS has no interface implemented.
Friends
Class CL_RSD_MAP_UI_TREE_SETTINGS has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CUSTOM_CONTAINER | Container for Custom Controls in Screen Area | 20080717 | ||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CONTROL | Proxy Class for Control in GUI | 20080717 | ||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_SPLITTER_CONTAINER | Splitter Control | 20080717 | ||
4 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_TOOLBAR | Toolbar of left tree | 20080717 | ||
5 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_COLUMN_TREE_MODEL | Column Tree Control with Data Management at Backend | 20080717 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TTY_DISPLAY | 20080718 | |||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSD_MAPPING_T_SEARCH_METHOD | TTyp: Search Method: Exact, Fuzzy... | 20080718 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSD_MAPPING_T_STRATEGY_RI | Collection for possible mapping strategies | 20080717 | ||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSD_MAPPING_T_STRATEGY_RI | Collection for possible mapping strategies | 20080718 | ||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSD_MAPPING_T_STRATEGY_RI | Collection for possible mapping strategies | 20080718 | ||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSDMP_MODE | 20080717 | |||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | 20080717 | |||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSDMP_TY_SELECTION | RSDMP_S_SELECTION-SINGLE | 20080717 | ||
14 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSD_MAPPING_SEARCH_METHOD | Search Method: Exact, Fuzzy,... | 20080718 | ||
15 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Boolean | 20080718 |
Methods
Events
Class CL_RSD_MAP_UI_TREE_SETTINGS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TTY_DISPLAY | Private | See coding | 20080718 | tty_display type standard table of ty_display
|
||
2 | TY_DISPLAY | Private | See coding | 20080718 | begin of ty_display,
node type i,
order type i,
strategy type ref to if_rsd_mapping_strategy,
chosen type rs_bool,
xchosen type rs_bool,
sm_e type rsd_mapping_search_method,
xsm_e type rs_bool,
sm_f type rsd_mapping_search_method,
xsm_f type rs_bool,
end of ty_display
|
Method Signatures
Method ADD_NODES Signature
Method ADD_NODES on class CL_RSD_MAP_UI_TREE_SETTINGS has no parameter.
Method ADD_NODES on class CL_RSD_MAP_UI_TREE_SETTINGS has no exception.
Method BUILD_DISPLAY_TABLE Signature
Method BUILD_DISPLAY_TABLE on class CL_RSD_MAP_UI_TREE_SETTINGS has no parameter.
Method BUILD_DISPLAY_TABLE on class CL_RSD_MAP_UI_TREE_SETTINGS has no exception.
Method CHECKBOXES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_DISPLAY | Call by reference | Type reference (TYPE) | TY_DISPLAY | 20080721 | |||
2 | ![]() |
IS_STRATEGY | Call by reference | Type reference (TYPE) | RSD_MAPPING_S_STRATEGY_RI | Collection für mögliche Mapping-Strategie | 20080721 | ||
3 | ![]() |
IT_SEARCH_METHOD | Call by reference | Type reference (TYPE) | RSD_MAPPING_T_SEARCH_METHOD | TTyp: Suchmethode: Exakt, Fuzzy... | 20080721 | ||
4 | ![]() |
I_USE_ALL_SEARCHMETHODS | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20080721 |
Method CHECKBOXES on class CL_RSD_MAP_UI_TREE_SETTINGS has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_CONTAINER_PARENT | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CUSTOM_CONTAINER | Container fuer Custom Controls in der Dynpro Area | 20080717 | ||
2 | ![]() |
IT_SEARCH_METHOD | Call by reference | Type reference (TYPE) | RSD_MAPPING_T_SEARCH_METHOD | TTyp: Suchmethode: Exakt, Fuzzy... | 20080718 | ||
3 | ![]() |
IT_STRATEGY_RI | Call by reference | Type reference (TYPE) | RSD_MAPPING_T_STRATEGY_RI | Vorschlag | 20080717 | ||
4 | ![]() |
I_USE_ALL_SEARCHMETHODS | Call by reference | Type reference (TYPE) | RSD_MAPPING_SEARCH_METHOD | Suchmethode: Exakt, Fuzzy,... | 20080718 | ||
5 | ![]() |
I_USE_ALL_STRATEGIES | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20080718 |
Method CONSTRUCTOR on class CL_RSD_MAP_UI_TREE_SETTINGS has no exception.
Method CREATE_TOOLBAR_TREE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_TOOLBAR | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstracter Container fuer GUI Controls | 20080717 |
Method CREATE_TOOLBAR_TREE on class CL_RSD_MAP_UI_TREE_SETTINGS has no exception.
Method FCODE_COLLAPSE Signature
Method FCODE_COLLAPSE on class CL_RSD_MAP_UI_TREE_SETTINGS has no parameter.
Method FCODE_COLLAPSE on class CL_RSD_MAP_UI_TREE_SETTINGS has no exception.
Method FCODE_DOWN Signature
Method FCODE_DOWN on class CL_RSD_MAP_UI_TREE_SETTINGS has no parameter.
Method FCODE_DOWN on class CL_RSD_MAP_UI_TREE_SETTINGS has no exception.
Method FCODE_EXPAND Signature
Method FCODE_EXPAND on class CL_RSD_MAP_UI_TREE_SETTINGS has no parameter.
Method FCODE_EXPAND on class CL_RSD_MAP_UI_TREE_SETTINGS has no exception.
Method FCODE_MARK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_MARK | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20080717 |
Method FCODE_MARK on class CL_RSD_MAP_UI_TREE_SETTINGS has no exception.
Method FCODE_SEARCH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_TREE | Call by reference | Object reference (TYPE REF TO) | CL_COLUMN_TREE_MODEL | Column Tree Control | 20080717 | ||
2 | ![]() |
I_NEXT | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20080717 |
Method FCODE_SEARCH on class CL_RSD_MAP_UI_TREE_SETTINGS has no exception.
Method FCODE_TECH Signature
Method FCODE_TECH on class CL_RSD_MAP_UI_TREE_SETTINGS has no parameter.
Method FCODE_TECH on class CL_RSD_MAP_UI_TREE_SETTINGS has no exception.
Method FCODE_UP Signature
Method FCODE_UP on class CL_RSD_MAP_UI_TREE_SETTINGS has no parameter.
Method FCODE_UP on class CL_RSD_MAP_UI_TREE_SETTINGS has no exception.
Method FREE Signature
Method FREE on class CL_RSD_MAP_UI_TREE_SETTINGS has no parameter.
Method FREE on class CL_RSD_MAP_UI_TREE_SETTINGS has no exception.
Method GET_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_SEARCH_METHOD | Call by reference | Type reference (TYPE) | RSD_MAPPING_T_SEARCH_METHOD | TTyp: Suchmethode: Exakt, Fuzzy... | 20080722 | ||
2 | ![]() |
ET_STRATEGY_RI | Call by reference | Type reference (TYPE) | RSD_MAPPING_T_STRATEGY_RI | Collection für mögliche Mapping-Strategien | 20080722 |
Method GET_DATA on class CL_RSD_MAP_UI_TREE_SETTINGS has no exception.
Method GET_ICON Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_IOBJNM | Call by reference | Type reference (TYPE) | RSDIOBJNM | InfoObject | 20080717 | ||
2 | ![]() |
I_OBJVERS | Call by reference | Type reference (TYPE) | RSOBJVERS | Objektversion | 20080717 | ||
3 | ![]() |
R_ICON | Value transfer | Type reference (TYPE) | RSICON | Icone | 20080717 |
Method GET_ICON on class CL_RSD_MAP_UI_TREE_SETTINGS has no exception.
Method GET_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_MODE | Call by reference | Type reference (TYPE) | RSDMP_MODE | 20080717 |
Method GET_MODE on class CL_RSD_MAP_UI_TREE_SETTINGS has no exception.
Method GET_SELECTIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_PROPOSAL_RI | Value transfer | Type reference (TYPE) | RSD_MAPPING_T_PROPOSAL_RI | Zuordnung: Vorschlag zur Feldbeschreibung | 20080717 |
Method GET_SELECTIONS on class CL_RSD_MAP_UI_TREE_SETTINGS has no exception.
Method HANDLE_FCODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FCODE | Call by reference | Type reference (TYPE) | UI_FUNC | Funktionscode | 20080717 |
Method HANDLE_FCODE on class CL_RSD_MAP_UI_TREE_SETTINGS has no exception.
Method INIT Signature
Method INIT on class CL_RSD_MAP_UI_TREE_SETTINGS has no parameter.
Method INIT on class CL_RSD_MAP_UI_TREE_SETTINGS has no exception.
Method INIT_TREE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_PARENT | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstracter Container fuer GUI Controls | 20080717 |
Method INIT_TREE on class CL_RSD_MAP_UI_TREE_SETTINGS has no exception.
Method ON_CHECKBOX_CHANGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHECKED | Value transfer | Attribute reference (LIKE) | 20080717 | ||||
2 | ![]() |
ITEM_NAME | Value transfer | Attribute reference (LIKE) | 20080717 | ||||
3 | ![]() |
NODE_KEY | Value transfer | Attribute reference (LIKE) | 20080717 |
Method ON_CHECKBOX_CHANGE on class CL_RSD_MAP_UI_TREE_SETTINGS has no exception.
Method ON_FUNCTION_SELECTED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FCODE | Value transfer | Attribute reference (LIKE) | 20080717 |
Method ON_FUNCTION_SELECTED on class CL_RSD_MAP_UI_TREE_SETTINGS has no exception.
Method SET_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_MODE | Call by reference | Type reference (TYPE) | RSDMP_MODE | 20080717 |
Method SET_MODE on class CL_RSD_MAP_UI_TREE_SETTINGS has no exception.
Method SET_SELECTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_SELECTION | Call by reference | Type reference (TYPE) | RSDMP_TY_SELECTION | 20080717 |
Method SET_SELECTION on class CL_RSD_MAP_UI_TREE_SETTINGS has no exception.
Method UPDATE_TREE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_SEARCH_METHOD | Call by reference | Type reference (TYPE) | RSD_MAPPING_T_SEARCH_METHOD | TTyp: Suchmethode: Exakt, Fuzzy... | 20080721 |
Method UPDATE_TREE on class CL_RSD_MAP_UI_TREE_SETTINGS has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 712 |