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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_FDT_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_FDT_WD_UI_MODE 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 GC_CT_ID_PREFIX Constant Public Type reference (TYPE) STRING 'CUSTOMER_TOOLS_' Customer Tools: Prefix for WD ID 20131206
2 GC_CT_MENU_TYPE_ACTION_ITEM Constant Public Type reference (TYPE) STRING 'CL_WD_MENU_ACTION_ITEM' 20131206
3 GC_CT_MENU_TYPE_SEPARATOR Constant Public Type reference (TYPE) STRING 'CL_WD_MENU_SEPARATOR' 20131206
4 GC_PARAMETER_DISPLAY_MODE Constant Public Type reference (TYPE) STRING 'DISPLAY_MODE' 20100709
5 GC_PARAMETER_HIDE_LINK_NODE Constant Public Type reference (TYPE) STRING 'HIDE_LINK_NODE' 20100709
6 GC_PARAMETER_HIDE_SETTING_DLG Constant Public Type reference (TYPE) STRING 'HIDE_SETTINGS_DIALOG' 20100709
7 GC_PARAMETER_LAST_DISPLAYED Constant Public Type reference (TYPE) STRING 'LAST_DISPLAYED_OBJ' 20100709
8 GC_PARAMETER_LEFT_PANEL_WIDTH Constant Public Type reference (TYPE) STRING 'LEFT_PANEL_WIDTH' 20100709
9 GC_PARAMETER_MAX_DISPLAY Constant Public Type reference (TYPE) STRING 'MAX_DISPLAY' 20100709
10 GC_PARAMETER_PREVENT_NAVI Constant Public Type reference (TYPE) STRING 'PREVENT_NAVIGATION' 20100709
11 GC_PARAMETER_SIMPLE_RULESET Constant Public Type reference (TYPE) STRING 'USE_SIMPLE_RULESET' 20100709
12 GC_PARAMETER_TECHNICAL_NAMES Constant Public Type reference (TYPE) STRING 'DISPLAY_TECHNICAL_NAMES' 20100709
13 GC_PARAMETER_TEXT_BASED_MODE Constant Public Type reference (TYPE) STRING 'TEXT_BASED_MODE' 20100709
14 GC_PARAMETER_USER_MODE Constant Public Type reference (TYPE) STRING 'USER_MODE' 20100709
15 GC_PARAM_HIDE_TAB_SETTINGS Constant Public Type reference (TYPE) STRING 'DEC_TAB_HIDE_SETTINGS' 20100709
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR_PARAMETERS Instance method Public Method Clears all the parameters 20090209
2 CREATE_OBJM_CONFIGURATION Instance method Public Method Creates Object Manager Configuration 20081016
3 GET_CUSTOMER_TOOLS Instance method Public Method Returns a parameter 20131206
4 GET_PARAMETER Instance method Public Method Returns a parameter 20060706
5 GET_PARAMETERS Instance method Public Method Returns all parameters 20060908
6 GET_SESSION Instance method Public Method Returns the current UI session 20090723
7 SET_CUSTOMER_TOOLS Instance method Public Method Sets a parameter 20131206
8 SET_PARAMETER Instance method Public Method Sets a parameter 20060706
9 SET_PARAMETERS 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 Returning 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 Returning 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 Exporting EV_PARAMETER_EXISTS Call by reference Type reference (TYPE) ABAP_BOOL True: Parameter exists 20070830
2 Exporting EV_VALUE Call by reference Type reference (TYPE) DATA Value 20061010
3 Importing IV_DEFAULT_VALUE Call by reference Type reference (TYPE) DATA Default value, if parameter does not exist 20090311
4 Importing 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 Returning 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 Returning 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 Importing 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 Importing IV_NAME Call by reference Type reference (TYPE) STRING Beschreibung 20060706
2 Importing 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 Importing 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