SAP ABAP Class CL_RSDD_CS_CALC_OPERAND (Operand for a Calculation Formula in the CalcView)
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_XML Parent Class for XML Creation 20091119
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSDD_CS_OPERAND Operand Interface for Calculation View 20091119
Properties
Class CL_RSDD_CS_CALC_OPERAND  
Short Description Operand for a Calculation Formula in the CalcView    
Super Class CL_RSDD_CS_XML Parent Class for XML Creation 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSDD_CALCSCENARIO   Create Calculation Scenario 
Created 20091119   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)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSDD_CS_OPERAND Operand Interface for Calculation View 20091119
Friends
Class CL_RSDD_CS_CALC_OPERAND has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_C_CONSTANT Constant Public Type reference (TYPE) STRING 'constant' Operand is a constant 20091119
2 N_C_KEYFIGURE Constant Public Type reference (TYPE) STRING 'keyfigure' Operand is a key figure 20091119
3 P_INTLEN Instance attribute Private Type reference (TYPE) RSDINTLEN Internal length 20091119
4 P_INTTP Instance attribute Private Type reference (TYPE) ABAP_TYPEKIND Internal ABAP Data Type 20091119
5 P_SCALE Instance attribute Private Type reference (TYPE) I Scaling for Type 'Constant' 20091119
6 P_TAGNAME Static Attribute Private Type reference (TYPE) STRING XML Tag 20091119
7 P_TYPE Instance attribute Private Type reference (TYPE) STRING Operand Type 20091119
8 P_VALUE Instance attribute Private Type reference (TYPE) STRING Value of the Operand (Key Figure or Constant) 20091119
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20091119
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20091119
3 GET_INTERNAL_DATA_TYPE Instance method Public Method Returns the internal ABAP data type 20091119
4 GET_INTERNAL_LENGTH Instance method Public Method Returns the internal data length 20091119
5 GET_SCALE Instance method Public Method Returns the scaling (only for constants) 20091119
6 GET_TREX_DATA_TYPE Instance method Public Method Returns the associated TREX data type 20091119
7 GET_TYPE Instance method Public Method Returns the operand type 20091119
8 GET_VALUE Instance method Public Method Returns the value of the operand 20091119
9 SET_INTERNAL_DATA_TYPE Instance method Private Method Sets the internal data type 20091119
10 SET_INTERNAL_LENGTH Instance method Private Method Sets the internal data length 20091119
11 SET_SCALE Instance method Private Method Sets the scaling (only for constants) 20091119
12 SET_TYPE Instance method Private Method Sets the operand type 20091119
13 SET_VALUE Instance method Private Method Sets the value of the operand 20091119
Events
Class CL_RSDD_CS_CALC_OPERAND has no event.
Types
Class CL_RSDD_CS_CALC_OPERAND has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

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

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INTLEN Value transfer Type reference (TYPE) RSDINTLEN Interne Länge 20091119
2 Importing I_INTTP Value transfer Type reference (TYPE) ABAP_TYPEKIND Interner ABAP Datentyp 20091119
3 Importing I_SCALE Value transfer Type reference (TYPE) I Skalierung 20091119
4 Importing I_TYPE Call by reference Type reference (TYPE) STRING Type des Operanden 20091119
5 Importing I_VALUE Call by reference Type reference (TYPE) STRING Wert des Operanden 20091119

Method CONSTRUCTOR on class CL_RSDD_CS_CALC_OPERAND has no exception.

Method GET_INTERNAL_DATA_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_INTTP Value transfer Type reference (TYPE) ABAP_TYPEKIND Interner ABAP Datentyp 20091119

Method GET_INTERNAL_DATA_TYPE on class CL_RSDD_CS_CALC_OPERAND has no exception.

Method GET_INTERNAL_LENGTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_INTLEN Value transfer Type reference (TYPE) RSDINTLEN Interne Länge von InfoObjects im BW siehe Doku 20091119

Method GET_INTERNAL_LENGTH on class CL_RSDD_CS_CALC_OPERAND has no exception.

Method GET_SCALE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SCALE Value transfer Type reference (TYPE) F Skalierung 20091119

Method GET_SCALE on class CL_RSDD_CS_CALC_OPERAND has no exception.

Method GET_TREX_DATA_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TREX_DATA_TYPE Value transfer Type reference (TYPE) STRING TREX Datentyp 20091119

Method GET_TREX_DATA_TYPE on class CL_RSDD_CS_CALC_OPERAND has no exception.

Method GET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TYPE Value transfer Type reference (TYPE) STRING Typ des Operanden 20091119

Method GET_TYPE on class CL_RSDD_CS_CALC_OPERAND 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 Wert des Operanden 20091119

Method GET_VALUE on class CL_RSDD_CS_CALC_OPERAND has no exception.

Method SET_INTERNAL_DATA_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INTTP Call by reference Type reference (TYPE) ABAP_TYPEKIND Interner ABAP Datentyp 20091119

Method SET_INTERNAL_DATA_TYPE on class CL_RSDD_CS_CALC_OPERAND has no exception.

Method SET_INTERNAL_LENGTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INTLEN Call by reference Type reference (TYPE) RSDINTLEN Interne Länge 20091119

Method SET_INTERNAL_LENGTH on class CL_RSDD_CS_CALC_OPERAND has no exception.

Method SET_SCALE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SCALE Call by reference Type reference (TYPE) I Skalierung 20091119

Method SET_SCALE on class CL_RSDD_CS_CALC_OPERAND has no exception.

Method SET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPE Call by reference Type reference (TYPE) STRING Typ des Operanden 20091119

Method SET_TYPE on class CL_RSDD_CS_CALC_OPERAND 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 Wert des Operanden 20091119

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