SAP ABAP Class IF_FDT_WD_CONFIGURATION (FDT WD: Configuration)
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_FDT_WD_ENHANCEMENT | FDT WD: Configuration of Enhancements | 20080626 |
2 | Interface composition (i COMPRISING i_ref) | IF_FDT_WD_OBJM_CONFIGURATION | FDT WD: Configuration for the object manager | 20080626 |
3 | Interface composition (i COMPRISING i_ref) | IF_FDT_WD_REPOSITORY_CONFIG | Stores all the repository config parameters | 20090424 |
4 | Interface composition (i COMPRISING i_ref) | IF_FDT_WD_USER_CONFIGURATION | FDT WD: User Configuration | 20081010 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BRF_UI_MODE | BRF UI Class | 20110118 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FDT_WD_CONFIGURATION | FDT WD: Configuration for Web Dynpro Ui | 20060706 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_GHO_FDT_CM_UI_MODE_CONFIG | BRF Plus Configuration Class for Formula tab in Capt. meas. | 20131111 |
Properties
Class | IF_FDT_WD_CONFIGURATION | |
Short Description | FDT WD: Configuration | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20060706 | SAP |
Last change | 20141121 | |
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 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
3 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_FDT_WD_CONFIGURATION has no interface implemented.
Friends
Class IF_FDT_WD_CONFIGURATION has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'CUSTOMER_TOOLS_' | Customer Tools: Prefix for WD ID | 20131206 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'CL_WD_MENU_ACTION_ITEM' | 20131206 | ||
3 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'CL_WD_MENU_SEPARATOR' | 20131206 | ||
4 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'DISPLAY_MODE' | 20100709 | ||
5 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'HIDE_LINK_NODE' | 20100709 | ||
6 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'HIDE_SETTINGS_DIALOG' | 20100709 | ||
7 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'LAST_DISPLAYED_OBJ' | 20100709 | ||
8 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'LEFT_PANEL_WIDTH' | 20100709 | ||
9 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'MAX_DISPLAY' | 20100709 | ||
10 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'PREVENT_NAVIGATION' | 20100709 | ||
11 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'USE_SIMPLE_RULESET' | 20100709 | ||
12 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'DISPLAY_TECHNICAL_NAMES' | 20100709 | ||
13 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'TEXT_BASED_MODE' | 20100709 | ||
14 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'USER_MODE' | 20100709 | ||
15 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'DEC_TAB_HIDE_SETTINGS' | 20100709 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Clears all the parameters | 20090209 |
2 | ![]() |
Instance method | Public | Method | Creates Object Manager Configuration | 20081016 |
3 | ![]() |
Instance method | Public | Method | Returns a parameter | 20131206 |
4 | ![]() |
Instance method | Public | Method | Returns a parameter | 20060706 |
5 | ![]() |
Instance method | Public | Method | Returns all parameters | 20060908 |
6 | ![]() |
Instance method | Public | Method | Returns the current UI session | 20090723 |
7 | ![]() |
Instance method | Public | Method | Sets a parameter | 20131206 |
8 | ![]() |
Instance method | Public | Method | Sets a parameter | 20060706 |
9 | ![]() |
Instance method | Public | Method | Sets all parameters | 20060908 |
Events
Class IF_FDT_WD_CONFIGURATION has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_CATALOG_FAVORITE | Public | See coding | 20100709 | BEGIN OF s_catalog_favorite,
catalog_id TYPE if_fdt_types=>id,
"later there might be further attributes here (position)
END OF s_catalog_favorite
|
||
2 | S_CUSTOMER_TOOLS | Public | See coding | 20131206 | BEGIN OF s_customer_tools,
position type int4,
menu_type type string,
description type string,
url TYPE string,
END OF s_customer_tools
|
||
3 | S_PARAMETER | Public | See coding | 20100709 | BEGIN OF s_parameter ,
name TYPE string ,
value TYPE string,
END OF s_parameter
|
||
4 | TH_CUSTOMER_TOOLS | Public | See coding | 20131206 | th_customer_tools TYPE HASHED TABLE OF s_customer_tools
WITH UNIQUE KEY position
|
||
5 | TH_PARAMETER | Public | See coding | 20100709 | th_parameter TYPE HASHED TABLE OF s_parameter
WITH UNIQUE KEY name
|
||
6 | TS_CATALOG_FAVORITE | Public | See coding | 20100709 | ts_catalog_favorite TYPE SORTED TABLE OF s_catalog_favorite
WITH UNIQUE KEY catalog_id
|
Method Signatures
Method CLEAR_PARAMETERS Signature
Method CLEAR_PARAMETERS on class IF_FDT_WD_CONFIGURATION has no parameter.
Method CLEAR_PARAMETERS on class IF_FDT_WD_CONFIGURATION has no exception.
Method CREATE_OBJM_CONFIGURATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_OBJM_CONFIGURATION | Value transfer | Object reference (TYPE REF TO) | IF_FDT_WD_CONFIGURATION | Configuration | 20081016 |
Method CREATE_OBJM_CONFIGURATION on class IF_FDT_WD_CONFIGURATION has no exception.
Method GET_CUSTOMER_TOOLS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RTH_CUSTOMER_TOOLS | Value transfer | Type reference (TYPE) | TH_CUSTOMER_TOOLS | Name | 20131206 |
Method GET_CUSTOMER_TOOLS on class IF_FDT_WD_CONFIGURATION has no exception.
Method GET_PARAMETER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_PARAMETER_EXISTS | Call by reference | Type reference (TYPE) | ABAP_BOOL | True: Parameter exists | 20070830 | ||
2 | ![]() |
EV_VALUE | Call by reference | Type reference (TYPE) | DATA | Value | 20061010 | ||
3 | ![]() |
IV_DEFAULT_VALUE | Call by reference | Type reference (TYPE) | DATA | Default value, if parameter does not exist | 20090311 | ||
4 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | STRING | Name | 20060706 |
Method GET_PARAMETER on class IF_FDT_WD_CONFIGURATION has no exception.
Method GET_PARAMETERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RTH_PARAMETER | Value transfer | Type reference (TYPE) | TH_PARAMETER | All Parameters | 20060908 |
Method GET_PARAMETERS on class IF_FDT_WD_CONFIGURATION has no exception.
Method GET_SESSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_SESSION | Value transfer | Object reference (TYPE REF TO) | IF_FDT_WD_SESSION | FDT WD: Session | 20090723 |
Method GET_SESSION on class IF_FDT_WD_CONFIGURATION has no exception.
Method SET_CUSTOMER_TOOLS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ITH_CUSTOMER_TOOLS | Call by reference | Type reference (TYPE) | TH_CUSTOMER_TOOLS | Beschreibung | 20131206 |
Method SET_CUSTOMER_TOOLS on class IF_FDT_WD_CONFIGURATION has no exception.
Method SET_PARAMETER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | STRING | Beschreibung | 20060706 | ||
2 | ![]() |
IV_VALUE | Call by reference | Type reference (TYPE) | DATA | Value | 20060706 |
Method SET_PARAMETER on class IF_FDT_WD_CONFIGURATION has no exception.
Method SET_PARAMETERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ITH_PARAMETERS | Call by reference | Type reference (TYPE) | TH_PARAMETER | 20060908 |
Method SET_PARAMETERS on class IF_FDT_WD_CONFIGURATION has no exception.
History
Last changed by/on | SAP | 20141121 |
SAP Release Created in |