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 | ![]() |
Instance attribute | Public | Type reference (TYPE) | DSR_CFG_TAB | CCMSBI: Configuration Data Table for Statistics Data | 20060403 | ||
2 | ![]() |
Constant | Public | Type reference (TYPE) | RSALIAS | 'COMP' | BW-DM field alias (cannot be longer than 18) | 20060403 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | RSALIAS | 'COMPTYP' | BW-DM field alias (cannot be longer than 18) | 20060403 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | RSALIAS | 'LSNAME' | Field length 18 | 20060403 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | RSALIAS | 'MONSYSID' | Field length 18 | 20060403 | |
6 | ![]() |
Constant | Public | Type reference (TYPE) | RSALIAS | 'PARAMNAM' | BW-DM field alias | 20060403 | |
7 | ![]() |
Constant | Public | Type reference (TYPE) | RSALIAS | 'PARAMVALT' | BW-DM field alias | 20060403 | |
8 | ![]() |
Constant | Public | Type reference (TYPE) | RSALIAS | 'PARAMTYP' | BW-DM field alias | 20060403 | |
9 | ![]() |
Constant | Public | Type reference (TYPE) | RSALIAS | 'PARAMVAL' | BW-DM field alias | 20060403 | |
10 | ![]() |
Constant | Public | Type reference (TYPE) | RSALIAS | 'STATTYP' | Field length 18 | 20060403 | |
11 | ![]() |
Constant | Public | Type reference (TYPE) | RSCHANM | '0CCM_COMP' | Characteristic | 20060403 | |
12 | ![]() |
Constant | Public | Type reference (TYPE) | RSCHANM | '0CCM_CMPT' | Characteristic | 20060403 | |
13 | ![]() |
Constant | Public | Type reference (TYPE) | RSCHANM | '0CCM_LSN' | Characteristic | 20060403 | |
14 | ![]() |
Constant | Public | Type reference (TYPE) | RSCHANM | '0CCMDMSYS' | Characteristic | 20060403 | |
15 | ![]() |
Constant | Public | Type reference (TYPE) | RSCHANM | '0CCM_PNAM' | Characteristic | 20060403 | |
16 | ![]() |
Constant | Public | Type reference (TYPE) | RSCHANM | '0CCM_PVALT' | Characteristic | 20060403 | |
17 | ![]() |
Constant | Public | Type reference (TYPE) | RSCHANM | '0CCM_PTYP' | Characteristic | 20060403 | |
18 | ![]() |
Constant | Public | Type reference (TYPE) | RSKYFNM | '0CCM_PVAL' | Key Figure | 20060403 | |
19 | ![]() |
Constant | Public | Type reference (TYPE) | RSCHANM | '0CCM_STYP' | Characteristic | 20060403 | |
20 | ![]() |
Constant | Public | Type reference (TYPE) | RSINFOPROV | '0CCMSDCFG' | InfoProvider | 20060403 | |
21 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CCMSBI_PARAMTYPE_L | Configuration Parameter Type | 20060403 | ||
22 | ![]() |
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 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20060403 |
2 | ![]() |
Instance method | Public | Method | Fetch Character-Type Parameter Value | 20060403 |
3 | ![]() |
Instance method | Public | Method | Fetch Numerical Parameter Value | 20060403 |
4 | ![]() |
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 | ![]() |
COMPONENT | Call by reference | Type reference (TYPE) | SWLN3CMPNM | DSR-Statistik: Name einer Nicht-R/3-Komponente | 20060403 | ||
2 | ![]() |
COMPONENT_TYPE | Call by reference | Type reference (TYPE) | SWLN3CPTYP | DSR-Statistik: Typ einer Nicht-R/3-Komponente | 20060403 | ||
3 | ![]() |
LSNAME | Call by reference | Type reference (TYPE) | CCMSBI_LANDSCAPE | CCMS/BW: Landscape-Name | 20060403 | ||
4 | ![]() |
NO_DATA | Value transfer | Type reference (TYPE) | CHAR1 | ' ' | 'X'->keine Daten lesen | 20060403 | |
5 | ![]() |
PARAM_TYPE | Call by reference | Type reference (TYPE) | CCMSBI_PARAMTYPE_L | '' | Konfigurationsparametertyp | 20060403 | |
6 | ![]() |
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 | ![]() |
PARAM_NAME | Call by reference | Type reference (TYPE) | CCMSBI_PARAMNAME_L | Konfigurationsparametername | 20060403 | ||
2 | ![]() |
PARAM_TYPE | Call by reference | Type reference (TYPE) | CCMSBI_PARAMTYPE_L | Konfigurationsparametertyp | 20060403 | ||
3 | ![]() |
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 | ![]() |
PARAM_NAME | Call by reference | Type reference (TYPE) | CCMSBI_PARAMNAME_L | Konfigurationsparametername | 20060403 | ||
2 | ![]() |
PARAM_TYPE | Call by reference | Type reference (TYPE) | CCMSBI_PARAMTYPE_L | Konfigurationsparametertyp | 20060403 | ||
3 | ![]() |
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 | ![]() |
PARAM_FLAG | Value transfer | Type reference (TYPE) | CHAR1 | Einstelliges Kennzeichen | 20060403 | ||
2 | ![]() |
PARAM_NAME | Call by reference | Type reference (TYPE) | CCMSBI_PARAMNAME_L | Konfigurationsparametername | 20060403 | ||
3 | ![]() |
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 |