SAP ABAP Class CL_CCMSBI_WAST_READ_CONFIG (Read Data from Statistics Record Configuration Data ODS)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BCT (Application Component) Business Content and Extractors
     RS_BCT_CCMS_WEBAS_STAT (Package) BW Content: Integration OF WebAs Statistics Data
Properties
Class CL_CCMSBI_WAST_READ_CONFIG  
Short Description Read Data from Statistics Record Configuration Data ODS    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RS_BCT_CCMS_WEBAS_STAT   BW Content: Integration OF WebAs Statistics Data 
Created 20041104   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_CCMSBI_WAST_READ_CONFIG has no forward declaration.
Interfaces
Class CL_CCMSBI_WAST_READ_CONFIG has no interface implemented.
Friends
Class CL_CCMSBI_WAST_READ_CONFIG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CFG_DATA Instance attribute Public Type reference (TYPE) CCMSBI_WAST_CFG_TAB CCMSBI: Configuration Data Table for Statistics Data 20041104
2 FIELDNAM_LSNAME Constant Public Type reference (TYPE) RSALIAS 'LSNAME' Field length 18 20041104
3 FIELDNAM_PARAMNAME Constant Public Type reference (TYPE) RSALIAS 'PARAM_NAME' BW-DM field alias 20041104
4 FIELDNAM_PARAMTXT Constant Public Type reference (TYPE) RSALIAS 'PARAM_TEXT' BW-DM field alias 20041104
5 FIELDNAM_PARAMTYPE Constant Public Type reference (TYPE) RSALIAS 'PARAM_TYPE' BW-DM field alias 20041104
6 FIELDNAM_PARAMVAL Constant Public Type reference (TYPE) RSALIAS 'PARAM_VALUE' BW-DM field alias 20041104
7 FIELDNAM_STATTYPE Constant Public Type reference (TYPE) RSALIAS 'STAT_TYPE' Field length 18 20041104
8 FIELDNAM_SYSID Constant Public Type reference (TYPE) RSALIAS 'SYSID' Field length 18 20041104
9 IONAM_LSNAME Constant Public Type reference (TYPE) RSCHANM '0CCM_LSN' Characteristic 20041104
10 IONAM_PARAMNAME Constant Public Type reference (TYPE) RSCHANM '0CCM_PNAM' Characteristic 20041104
11 IONAM_PARAMTXT Constant Public Type reference (TYPE) RSCHANM '0CCM_PVALT' Characteristic 20041104
12 IONAM_PARAMTYPE Constant Public Type reference (TYPE) RSCHANM '0CCM_PTYP' Characteristic 20041104
13 IONAM_PARAMVAL Constant Public Type reference (TYPE) RSKYFNM '0CCM_PVAL' Key Figure 20041104
14 IONAM_STATTYPE Constant Public Type reference (TYPE) RSCHANM '0CCM_STYP' Characteristic 20041104
15 IONAM_SYSID Constant Public Type reference (TYPE) RSCHANM '0CCM_SYS' Characteristic 20041104
16 ODS_NAME Constant Public Type reference (TYPE) RSINFOPROV '0CCM_SCFG' InfoProvider 20041104
17 PARAM_TYPE_SEL Instance attribute Protected Type reference (TYPE) CCMSBI_PARAMTYPE_L Configuration Parameter Type 20041104
18 STATUS_OK Instance attribute Public Type reference (TYPE) CHAR1 Data Successfully Loaded from ODS? "X" -> Yes 20041104
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20041104
2 GET_DAY_SLOT Static method Public Method Calendar Day, Week, and Month for Daily Aggregates 20060927
3 GET_MONTH_SLOT Static method Public Method Calendar Day, Week, and Month for Monthly Aggregates 20060927
4 GET_PARAM_TEXT Instance method Public Method Fetch Character-Type Parameter Value 20041105
5 GET_PARAM_VALUE Instance method Public Method Fetch Numerical Parameter Value 20041104
6 GET_TCODES Instance method Public Method Transaction Codes as a Selection Table 20041115
7 GET_WEEK_SLOT Static method Public Method Calendar Day, Week, and Month for Weekly Aggregates 20060927
Events
Class CL_CCMSBI_WAST_READ_CONFIG has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 DAYTYPE Public Type reference (TYPE) SYDATUM 20060927
2 MONTHTYPE Public See coding 20060927 monthtYPE(6) type n
3 WEEKTYPE Public See coding 20060927 weekTYPE(6) type n
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LSNAME Call by reference Type reference (TYPE) CCMSBI_LANDSCAPE CCMS/BW: Landscape-Name 20041104
2 Importing NO_DATA Value transfer Type reference (TYPE) CHAR1 ' ' 'X'->keine Daten lesen 20041202
3 Importing PARAM_TYPE Call by reference Type reference (TYPE) CCMSBI_PARAMTYPE_L '' Konfigurationsparametertyp 20041104
4 Importing STAT_TYPE Call by reference Type reference (TYPE) CCMSBI_STATTYPE_L Statistikdatentyp 20041104
5 Importing SYSID Call by reference Type reference (TYPE) SYSYSID R/3-System, Name des R/3-Systems 20041104

Method CONSTRUCTOR on class CL_CCMSBI_WAST_READ_CONFIG has no exception.

Method GET_DAY_SLOT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_DAY Value transfer Type reference (TYPE) DAYTYPE 20060927
2 Exporting OUT_DAY Value transfer Type reference (TYPE) DAYTYPE 20060927
3 Exporting OUT_MONTH Value transfer Type reference (TYPE) MONTHTYPE 20060927
4 Exporting OUT_WEEK Value transfer Type reference (TYPE) WEEKTYPE 20060927

Method GET_DAY_SLOT on class CL_CCMSBI_WAST_READ_CONFIG has no exception.

Method GET_MONTH_SLOT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_DAY Value transfer Type reference (TYPE) DAYTYPE 20060927
2 Exporting OUT_DAY Value transfer Type reference (TYPE) DAYTYPE 20060927
3 Exporting OUT_MONTH Value transfer Type reference (TYPE) MONTHTYPE 20060927
4 Exporting OUT_WEEK Value transfer Type reference (TYPE) WEEKTYPE 20060927

Method GET_MONTH_SLOT on class CL_CCMSBI_WAST_READ_CONFIG has no exception.

Method GET_PARAM_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARAM_NAME Call by reference Type reference (TYPE) CCMSBI_PARAMNAME_L Konfigurationsparametername 20041105
2 Importing PARAM_TYPE Call by reference Type reference (TYPE) CCMSBI_PARAMTYPE_L Konfigurationsparametertyp 20041105
3 Returning PARAM_VALUE Value transfer Type reference (TYPE) CCMSBI_PARAMTEXT Parametertext 20041105

Method GET_PARAM_TEXT on class CL_CCMSBI_WAST_READ_CONFIG has no exception.

Method GET_PARAM_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARAM_NAME Call by reference Type reference (TYPE) CCMSBI_PARAMNAME_L Konfigurationsparametername 20041104
2 Importing PARAM_TYPE Call by reference Type reference (TYPE) CCMSBI_PARAMTYPE_L Konfigurationsparametertyp 20041104
3 Returning PARAM_VALUE Value transfer Type reference (TYPE) CCMSBI_PARAMVAL Konfigurationsparameterwert 20041104

Method GET_PARAM_VALUE on class CL_CCMSBI_WAST_READ_CONFIG has no exception.

Method GET_TCODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting TCODES Call by reference Type reference (TYPE) CCMSBI_SELTAB Selektionstabelle 20041115

Method GET_TCODES on class CL_CCMSBI_WAST_READ_CONFIG has no exception.

Method GET_WEEK_SLOT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_DAY Value transfer Type reference (TYPE) DAYTYPE 20060927
2 Exporting OUT_DAY Value transfer Type reference (TYPE) DAYTYPE 20060927
3 Exporting OUT_MONTH Value transfer Type reference (TYPE) MONTHTYPE 20060927
4 Exporting OUT_WEEK Value transfer Type reference (TYPE) WEEKTYPE 20060927

Method GET_WEEK_SLOT on class CL_CCMSBI_WAST_READ_CONFIG has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 701