SAP ABAP Class CL_SCP_CCC_CACHE (Maintain CCC Cache)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-I18 (Application Component) Internationalization (I18N)
     SCP (Package) SAP Code Pages
Properties
Class CL_SCP_CCC_CACHE  
Short Description Maintain CCC Cache    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SCP   SAP Code Pages 
Created 20050104   SAP 
Last change 20050228   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
Class CL_SCP_CCC_CACHE has no interface implemented.
Friends
Class CL_SCP_CCC_CACHE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CACHE_PARAMS Instance attribute Private Type reference (TYPE) INT_CACHE_PARAMETERS Parameters for Cache Info - table 20050113
2 COMPARE_LIST_EXISTS Instance attribute Private Type reference (TYPE) ABAP_BOOL List for comparision exists 20050113
3 OLD_LIST Instance attribute Private Type reference (TYPE) INT_CACHE_INFO Cache information text 20050113
4 PARAMS_SET Instance attribute Private Type reference (TYPE) ABAP_BOOL Parameter s are set 20050113
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR_CACHE Static method Public Method Clears CCC cache 20050104
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20050113
3 DISPLAY_CACHE_INFO Instance method Public Method Displays CCC cache info 20050112
4 GET_CACHE_INFO Instance method Public Method Get CCC cache info (called after set_cache_info_param) 20050112
5 GET_DEF_CACHE_INFO_PARAM Instance method Private Method Get default cache parameters 20050113
6 SET_CACHE_INFO_PARAM Instance method Public Method Set parameters to get CCC cache info 20050112
Events
Class CL_SCP_CCC_CACHE has no event.
Types
Class CL_SCP_CCC_CACHE has no local type.
Method Signatures

Method CLEAR_CACHE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CLEAR_LOCAL_ONLY Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20050107
# Exception Resumable Description Created on
1 CLEAR_ERROR Fehler beim Leeren des Cache 20050113
2 USER_NOT_ALLOWED Benutzer nicht berechtigt den Cache zu leeren 20050114

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CACHE_PARAMS Call by reference Type reference (TYPE) INT_CACHE_PARAMETERS Parameter für Cache-Infotabelle 20050113

Method CONSTRUCTOR on class CL_SCP_CCC_CACHE has no exception.

Method DISPLAY_CACHE_INFO Signature

Method DISPLAY_CACHE_INFO on class CL_SCP_CCC_CACHE has no parameter.
Method DISPLAY_CACHE_INFO on class CL_SCP_CCC_CACHE has no exception.

Method GET_CACHE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_CACHE_INFO Call by reference Type reference (TYPE) INT_CACHE_INFO Cache-Info 20050112
2 Importing IM_CACHE_PARAM_TAB Call by reference Type reference (TYPE) INT_CACHE_PARAMETERS Parameter für Cache-Infotabelle 20050113

Method GET_CACHE_INFO on class CL_SCP_CCC_CACHE has no exception.

Method GET_DEF_CACHE_INFO_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_CACHE_PARAM_TAB Call by reference Type reference (TYPE) INT_CACHE_PARAMETERS Parameter für Cache-Infotabelle 20050113

Method GET_DEF_CACHE_INFO_PARAM on class CL_SCP_CCC_CACHE has no exception.

Method SET_CACHE_INFO_PARAM Signature

Method SET_CACHE_INFO_PARAM on class CL_SCP_CCC_CACHE has no parameter.
# Exception Resumable Description Created on
1 CANCELED_BY_USER Benutzer hat Parameteränderung abgebrochen 20050114
History
Last changed by/on SAP  20050228 
SAP Release Created in 700