SAP ABAP Class CL_FDT_SETTING (FDT: Setting Parameters)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
     SFDT_SERVICE (Package) BRFplus: Services
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FDT_SETTING FDT: Constants for Boolean Settings Parameter 20070126
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FDT_TEXT_SETTING FDT: Constants for Text Settings Parameter 20080925
Properties
Class CL_FDT_SETTING  
Short Description FDT: Setting Parameters    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SFDT_SERVICE   BRFplus: Services 
Created 20070126   SAP 
Last change 20130531   SAP 
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
# Interface Abstract Final Description Created on
1 IF_FDT_SETTING FDT: Constants for Boolean Settings Parameter 20070126
2 IF_FDT_TEXT_SETTING FDT: Constants for Text Settings Parameter 20080925
Friends
Class CL_FDT_SETTING has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_DEFAULT_USER Constant Public Type reference (TYPE) SY-UNAME 'SAP' User for default entries 20120117
2 GTH_PARAM_VALUE Static Attribute Private Type reference (TYPE) TH_PARAM_VALUE 20070126
3 GTH_TEXT_PARAM_VALUE Static Attribute Private Type reference (TYPE) TH_TEXT_PARAM_VALUE 20080925
Methods
# Method Level Visibility Method type Description Created on
1 GET_PARAM_VALUE Static method Public Method Get the value for a boolean settings parameter 20070126
2 GET_TEXT_PARAM_VALUE Static method Public Method Get the value for a text settings parameter 20080925
3 TABDIRDEVC_WRITE Static method Public Method 20110614
4 TMP_USE_CLIENT_PURIFICATION Static method Public Method 20110512
Events
Class CL_FDT_SETTING has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_PARAM_VALUE Private See coding 20070126 BEGIN OF s_param_value, client TYPE mandt, param_id TYPE fdt_paramid, param_value TYPE fdt_paramvalue, ch_user TYPE fdt_setting-ch_user, "note1305703 ch_timestamp TYPE fdt_setting-ch_timestamp, "note1305703 cr_user TYPE fdt_setting-ch_user, "note1305703 cr_timestamp TYPE fdt_setting-ch_timestamp, "note1305703 END OF s_param_value
2 S_TEXT_PARAM_VALUE Private See coding 20080925 BEGIN OF s_text_param_value, client TYPE mandt, param_id TYPE fdt_text_paramid, param_value TYPE fdt_text_paramvalue, ch_user TYPE fdt_setting-ch_user, "note1305703 ch_timestamp TYPE fdt_setting-ch_timestamp, "note1305703 cr_user TYPE fdt_setting-ch_user, "note1305703 cr_timestamp TYPE fdt_setting-ch_timestamp, "note1305703 END OF s_text_param_value
3 TH_PARAM_VALUE Private See coding 20070126 th_param_value TYPE HASHED TABLE OF s_param_value WITH UNIQUE KEY client param_id
4 TH_TEXT_PARAM_VALUE Private See coding 20080925 th_text_param_value TYPE HASHED TABLE OF s_text_param_value WITH UNIQUE KEY client param_id
Method Signatures

Method GET_PARAM_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CLIENT_INDEPENDENT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20120113
2 Importing IV_PARAM_DEFAULT Call by reference Type reference (TYPE) FDT_PARAMVALUE Default Value for (New) Settings Parameter 20070126
3 Importing IV_PARAM_ID Call by reference Type reference (TYPE) FDT_PARAMID ID for Settings Parameter 20070126
4 Returning RV_PARAM_VALUE Value transfer Type reference (TYPE) FDT_PARAMVALUE Value for Settings Parameter 20070126
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20070126

Method GET_TEXT_PARAM_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CLIENT_INDEPENDENT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20120113
2 Importing IV_PARAM_DEFAULT Call by reference Type reference (TYPE) FDT_TEXT_PARAMVALUE Default Value for (New) Settings Parameter 20080925
3 Importing IV_PARAM_ID Call by reference Type reference (TYPE) FDT_TEXT_PARAMID ID for Settings Parameter 20080925
4 Returning RV_PARAM_VALUE Value transfer Type reference (TYPE) FDT_TEXT_PARAMVALUE Value for Text Settings Parameter 20080925
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20080925

Method TABDIRDEVC_WRITE Signature

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

Method TABDIRDEVC_WRITE on class CL_FDT_SETTING has no exception.

Method TMP_USE_CLIENT_PURIFICATION Signature

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

Method TMP_USE_CLIENT_PURIFICATION on class CL_FDT_SETTING has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710