SAP ABAP Class /IWFND/IF_CONFIG_INFO (Configuration Info)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /IWFND/CL_CONFIG_INFO Configuration Info 20110314
Properties
Class /IWFND/IF_CONFIG_INFO  
Short Description Configuration Info    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20110314   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /IWFND/IF_CONFIG_INFO has no forward declaration.
Interfaces
Class /IWFND/IF_CONFIG_INFO has no interface implemented.
Friends
Class /IWFND/IF_CONFIG_INFO has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_META_DATA_CACHE_ENABLED Constant Public Type reference (TYPE) /IWFND/COF_PARAMETER_NAME 'MED_CACHE_ENABLED' Configuration Parameter Name 20110314
2 GC_SA_META_DATA_CACHE_ENABLED Constant Public Type reference (TYPE) /IWFND/COF_PARAMETER_NAME 'SA_MED_CACHE_ENABLED' Configuration Parameter Name 20130621
3 GC_VS_PROFILE_CONFIGURATION Constant Public Type reference (TYPE) /IWFND/COF_PARAMETER_NAME 'GATEWAY_VIRUSCAN_PROFILE' Configuration parameter for virus scanner 20110325
4 MT_PARAMETER Instance attribute Public Type reference (TYPE) TY_T_CONFIG_PARAMETER 20110314
Methods
# Method Level Visibility Method type Description Created on
1 GET_BOOLEAN_PARAMETER Instance method Public Method 20110314
2 GET_PARAMETER Instance method Public Method 20110314
3 GET_PARAMETERS Instance method Public Method 20110314
4 REMOVE_PARAMETER Instance method Public Method 20110314
5 REMOVE_PARAMETERS Instance method Public Method 20110314
6 SAVE Instance method Public Method 20110314
7 SET_BOOLEAN_PARAMETER Instance method Public Method 20110314
8 SET_PARAMETER Instance method Public Method 20110314
9 SET_PARAMETERS Instance method Public Method 20110314
Events
Class /IWFND/IF_CONFIG_INFO has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_CONFIG_PARAMETER Public See coding 20110314 BEGIN OF ty_s_config_parameter, name TYPE /iwfnd/cof_parameter_name, value TYPE /iwfnd/cof_parameter_value, END OF ty_s_config_parameter
2 TY_T_CONFIG_PARAMETER Public See coding 20110314 ty_t_config_parameter TYPE HASHED TABLE OF ty_s_config_parameter WITH UNIQUE KEY name
Method Signatures

Method GET_BOOLEAN_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_VALUE Call by reference Type reference (TYPE) BOOLEAN 20110314
2 Importing IV_NAME Call by reference Type reference (TYPE) /IWFND/COF_PARAMETER_NAME 20110314

Method GET_BOOLEAN_PARAMETER on class /IWFND/IF_CONFIG_INFO has no exception.

Method GET_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_VALUE Call by reference Type reference (TYPE) /IWFND/COF_PARAMETER_VALUE 20110314
2 Importing IV_NAME Call by reference Type reference (TYPE) /IWFND/COF_PARAMETER_NAME 20110314

Method GET_PARAMETER on class /IWFND/IF_CONFIG_INFO has no exception.

Method GET_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PARAMETER Call by reference Type reference (TYPE) TY_T_CONFIG_PARAMETER 20110314

Method GET_PARAMETERS on class /IWFND/IF_CONFIG_INFO has no exception.

Method REMOVE_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) /IWFND/COF_PARAMETER_NAME 20110314

Method REMOVE_PARAMETER on class /IWFND/IF_CONFIG_INFO has no exception.

Method REMOVE_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_NAMES Call by reference Type reference (TYPE) /IWFND/T_COD_SELECT_OPTIONS 20110314

Method REMOVE_PARAMETERS on class /IWFND/IF_CONFIG_INFO has no exception.

Method SAVE Signature

Method SAVE on class /IWFND/IF_CONFIG_INFO has no parameter.
# Exception Resumable Description Created on
1 /IWFND/CX_COF Exceptions for configuration 20110314

Method SET_BOOLEAN_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) /IWFND/COF_PARAMETER_NAME Configuration Parameter Name 20110314
2 Importing IV_VALUE Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20110314

Method SET_BOOLEAN_PARAMETER on class /IWFND/IF_CONFIG_INFO 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) /IWFND/COF_PARAMETER_NAME 20110314
2 Importing IV_VALUE Call by reference Type reference (TYPE) /IWFND/COF_PARAMETER_VALUE 20110314

Method SET_PARAMETER on class /IWFND/IF_CONFIG_INFO has no exception.

Method SET_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PARAMETER Call by reference Type reference (TYPE) TY_T_CONFIG_PARAMETER 20110314

Method SET_PARAMETERS on class /IWFND/IF_CONFIG_INFO has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in