SAP ABAP Class CL_CCMSBI_DSR_READ_CONFIG (Read Data from DSR 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_DSR_READ_CONFIG  
Short Description Read Data from DSR 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 20060403   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_CCMSBI_DSR_READ_CONFIG has no forward declaration.
Interfaces
Class CL_CCMSBI_DSR_READ_CONFIG has no interface implemented.
Friends
Class CL_CCMSBI_DSR_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) DSR_CFG_TAB CCMSBI: Configuration Data Table for Statistics Data 20060403
2 FIELDNAM_COMP Constant Public Type reference (TYPE) RSALIAS 'COMP' BW-DM field alias (cannot be longer than 18) 20060403
3 FIELDNAM_COMPTYP Constant Public Type reference (TYPE) RSALIAS 'COMPTYP' BW-DM field alias (cannot be longer than 18) 20060403
4 FIELDNAM_LSNAME Constant Public Type reference (TYPE) RSALIAS 'LSNAME' Field length 18 20060403
5 FIELDNAM_MSYSID Constant Public Type reference (TYPE) RSALIAS 'MONSYSID' Field length 18 20060403
6 FIELDNAM_PARAMNAME Constant Public Type reference (TYPE) RSALIAS 'PARAMNAM' BW-DM field alias 20060403
7 FIELDNAM_PARAMTXT Constant Public Type reference (TYPE) RSALIAS 'PARAMVALT' BW-DM field alias 20060403
8 FIELDNAM_PARAMTYPE Constant Public Type reference (TYPE) RSALIAS 'PARAMTYP' BW-DM field alias 20060403
9 FIELDNAM_PARAMVAL Constant Public Type reference (TYPE) RSALIAS 'PARAMVAL' BW-DM field alias 20060403
10 FIELDNAM_STATTYPE Constant Public Type reference (TYPE) RSALIAS 'STATTYP' Field length 18 20060403
11 IONAM_COMP Constant Public Type reference (TYPE) RSCHANM '0CCM_COMP' Characteristic 20060403
12 IONAM_COMPTYP Constant Public Type reference (TYPE) RSCHANM '0CCM_CMPT' Characteristic 20060403
13 IONAM_LSNAME Constant Public Type reference (TYPE) RSCHANM '0CCM_LSN' Characteristic 20060403
14 IONAM_MSYSID Constant Public Type reference (TYPE) RSCHANM '0CCMDMSYS' Characteristic 20060403
15 IONAM_PARAMNAME Constant Public Type reference (TYPE) RSCHANM '0CCM_PNAM' Characteristic 20060403
16 IONAM_PARAMTXT Constant Public Type reference (TYPE) RSCHANM '0CCM_PVALT' Characteristic 20060403
17 IONAM_PARAMTYPE Constant Public Type reference (TYPE) RSCHANM '0CCM_PTYP' Characteristic 20060403
18 IONAM_PARAMVAL Constant Public Type reference (TYPE) RSKYFNM '0CCM_PVAL' Key Figure 20060403
19 IONAM_STATTYPE Constant Public Type reference (TYPE) RSCHANM '0CCM_STYP' Characteristic 20060403
20 ODS_NAME Constant Public Type reference (TYPE) RSINFOPROV '0CCMSDCFG' InfoProvider 20060403
21 PARAM_TYPE_SEL Instance attribute Protected Type reference (TYPE) CCMSBI_PARAMTYPE_L Configuration Parameter Type 20060403
22 STATUS_OK Instance attribute Public Type reference (TYPE) CHAR1 Data Successfully Loaded from ODS? "X" -> Yes 20060403
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060403
2 GET_PARAM_TEXT Instance method Public Method Fetch Character-Type Parameter Value 20060403
3 GET_PARAM_VALUE Instance method Public Method Fetch Numerical Parameter Value 20060403
4 GET_PARAM_VALUE_AS_FLAG Instance method Public Method If Value > 0 then 'X', otherwise SPACE 20060403
Events
Class CL_CCMSBI_DSR_READ_CONFIG has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 DSR_CFG_STRUC Public See coding 20060403 begin of DSR_CFG_STRUC, lsname type CCMSBI_LANDSCAPE, monsysid(32) type c, comp type SWLN3CMPNM, comptyp type SWLN3CPTYP, stattyp type CCMSBI_STATTYPE_L, paramtyp type CCMSBI_PARAMTYPE_L, paramnam type CCMSBI_PARAMNAME_L, paramvalt type CCMSBI_PARAMTEXT, paramval type CCMSBI_PARAMVAL, end of DSR_CFG_STRUC
2 DSR_CFG_TAB Public See coding 20060403 DSR_CFG_tab type table of dSR_CFG_STRUC
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPONENT Call by reference Type reference (TYPE) SWLN3CMPNM DSR-Statistik: Name einer Nicht-R/3-Komponente 20060403
2 Importing COMPONENT_TYPE Call by reference Type reference (TYPE) SWLN3CPTYP DSR-Statistik: Typ einer Nicht-R/3-Komponente 20060403
3 Importing LSNAME Call by reference Type reference (TYPE) CCMSBI_LANDSCAPE CCMS/BW: Landscape-Name 20060403
4 Importing NO_DATA Value transfer Type reference (TYPE) CHAR1 ' ' 'X'->keine Daten lesen 20060403
5 Importing PARAM_TYPE Call by reference Type reference (TYPE) CCMSBI_PARAMTYPE_L '' Konfigurationsparametertyp 20060403
6 Importing STAT_TYPE Call by reference Type reference (TYPE) CCMSBI_STATTYPE_L Statistikdatentyp 20060403

Method CONSTRUCTOR on class CL_CCMSBI_DSR_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 20060403
2 Importing PARAM_TYPE Call by reference Type reference (TYPE) CCMSBI_PARAMTYPE_L Konfigurationsparametertyp 20060403
3 Returning PARAM_VALUE Value transfer Type reference (TYPE) CCMSBI_PARAMTEXT Parametertext 20060403

Method GET_PARAM_TEXT on class CL_CCMSBI_DSR_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 20060403
2 Importing PARAM_TYPE Call by reference Type reference (TYPE) CCMSBI_PARAMTYPE_L Konfigurationsparametertyp 20060403
3 Returning PARAM_VALUE Value transfer Type reference (TYPE) CCMSBI_PARAMVAL Konfigurationsparameterwert 20060403

Method GET_PARAM_VALUE on class CL_CCMSBI_DSR_READ_CONFIG has no exception.

Method GET_PARAM_VALUE_AS_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PARAM_FLAG Value transfer Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20060403
2 Importing PARAM_NAME Call by reference Type reference (TYPE) CCMSBI_PARAMNAME_L Konfigurationsparametername 20060403
3 Importing PARAM_TYPE Call by reference Type reference (TYPE) CCMSBI_PARAMTYPE_L Konfigurationsparametertyp 20060403

Method GET_PARAM_VALUE_AS_FLAG on class CL_CCMSBI_DSR_READ_CONFIG has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 703