SAP ABAP Class CL_RSDD_CS_CONSTANT_MAPPING (Mapping of a Calc. View Attribute to a Constant)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSDD_CALCSCENARIO (Package) Create Calculation Scenario
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSDD_CS_MAPPING Abstract Mapping Description for a CalcView Attribute 20091113
Properties
Class CL_RSDD_CS_CONSTANT_MAPPING  
Short Description Mapping of a Calc. View Attribute to a Constant    
Super Class CL_RSDD_CS_MAPPING Abstract Mapping Description for a CalcView Attribute 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSDD_CALCSCENARIO   Create Calculation Scenario 
Created 20091112   SAP 
Last change 20130531   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)
2 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSDD_CS_CONSTANT_MAPPING has no interface implemented.
Friends
Class CL_RSDD_CS_CONSTANT_MAPPING has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 G_C_NULL_VALUE Static Attribute Public Type reference (TYPE) STRING 'NULL' NULL-Value (no mapping) 20120926
2 P_DATA_TYPE Instance attribute Private Type reference (TYPE) STRING Internal Data Type in the Calc. View 20091113
3 P_DECIMALS Instance attribute Private Type reference (TYPE) I 0 Number of Decimal Places 20091201
4 P_FILTER_PUSHDOWN Instance attribute Private Type reference (TYPE) RS_BOOL RS_C_TRUE Boolean 20120117
5 P_LENGTH Instance attribute Private Type reference (TYPE) I 0 Length in Bytes 20091201
6 P_TAGNAME Static Attribute Private Type reference (TYPE) STRING Name of XML Tag 20091112
7 P_VALUE Instance attribute Private Type reference (TYPE) STRING Constant Value 20091113
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20091112
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20091113
3 GET_DATA_TYPE Instance method Public Method Returns the data type in calc. view format 20091113
4 GET_DECIMALS Instance method Public Method Returns the number of decimal places 20091201
5 GET_FILTER_PUSHDOWN Instance method Public Method Read Behaviour (Filter: "true", Constant: "false") 20120117
6 GET_LENGTH Instance method Public Method Returns the data length of the constant 20091201
7 GET_VALUE Instance method Public Method Returns the constant value of the mapping 20091113
8 SET_DATA_TYPE Instance method Private Method Sets the data type for the constant mapping (float, double.. 20091113
9 SET_DECIMALS Instance method Private Method Sets the number of decimal places 20091201
10 SET_FILTER_PUSHDOWN Instance method Public Method Set Behaviour (Filter: "true", Constant: "false") 20120117
11 SET_LENGTH Instance method Private Method Sets the data length of the constant 20091201
12 SET_VALUE Instance method Public Method Sets the constant value of this mapping 20091113
Events
Class CL_RSDD_CS_CONSTANT_MAPPING has no event.
Types
Class CL_RSDD_CS_CONSTANT_MAPPING has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_RSDD_CS_CONSTANT_MAPPING has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSDD_CS_CONSTANT_MAPPING has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATA_TYPE Call by reference Type reference (TYPE) CSEQUENCE Interner (TREX) Datentyp der Abbildung 20091201
2 Importing I_DECIMALS Call by reference Type reference (TYPE) I Anzahl der Nachkommastellen (bei 'fixed') 20091201
3 Importing I_LENGTH Call by reference Type reference (TYPE) I Konstantenlänge in Bytes 20091201
4 Importing I_TARGET Value transfer Object reference (TYPE REF TO) CL_RSDD_CS_ATTRIBUTE_BASE Abbildungsziel 20091113
5 Importing I_TYPE Call by reference Type reference (TYPE) CSEQUENCE Abbildungstyp (attribute, viewAttribute, keyfigure) 20091113
6 Importing I_VALUE Call by reference Type reference (TYPE) CSEQUENCE Konstantenwert der Abbildung 20091113

Method CONSTRUCTOR on class CL_RSDD_CS_CONSTANT_MAPPING has no exception.

Method GET_DATA_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_DATA_TYPE Value transfer Type reference (TYPE) STRING Datentyp für CalcView 20091113

Method GET_DATA_TYPE on class CL_RSDD_CS_CONSTANT_MAPPING has no exception.

Method GET_DECIMALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_DECIMALS Value transfer Type reference (TYPE) I Anzahl der Nachkommastellen 20091201

Method GET_DECIMALS on class CL_RSDD_CS_CONSTANT_MAPPING has no exception.

Method GET_FILTER_PUSHDOWN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_PUSHDOWN Value transfer Type reference (TYPE) RS_BOOL Fungiert als Filter (true) oder Konstante (false) 20120117

Method GET_FILTER_PUSHDOWN on class CL_RSDD_CS_CONSTANT_MAPPING has no exception.

Method GET_LENGTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_LENGTH Value transfer Type reference (TYPE) I Datenlänge 20091201

Method GET_LENGTH on class CL_RSDD_CS_CONSTANT_MAPPING has no exception.

Method GET_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_VALUE Value transfer Type reference (TYPE) STRING Konstantenwert der Abbildung 20091113

Method GET_VALUE on class CL_RSDD_CS_CONSTANT_MAPPING has no exception.

Method SET_DATA_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATA_TYPE Call by reference Type reference (TYPE) STRING setzt Datentyp für das CalcView 20091113

Method SET_DATA_TYPE on class CL_RSDD_CS_CONSTANT_MAPPING has no exception.

Method SET_DECIMALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DECIMALS Call by reference Type reference (TYPE) I Anzahl der Nachkommastellen 20091201

Method SET_DECIMALS on class CL_RSDD_CS_CONSTANT_MAPPING has no exception.

Method SET_FILTER_PUSHDOWN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PUSHDOWN Call by reference Type reference (TYPE) RS_BOOL Als Filter (true) oder Konstante (false) fungieren 20120117

Method SET_FILTER_PUSHDOWN on class CL_RSDD_CS_CONSTANT_MAPPING has no exception.

Method SET_LENGTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LENGTH Call by reference Type reference (TYPE) I Datenlänge 20091201

Method SET_LENGTH on class CL_RSDD_CS_CONSTANT_MAPPING has no exception.

Method SET_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VALUE Call by reference Type reference (TYPE) STRING Konstantenwert 20091113

Method SET_VALUE on class CL_RSDD_CS_CONSTANT_MAPPING has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 730