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 | ![]() |
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 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'constant' | Operand is a constant | 20091119 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'keyfigure' | Operand is a key figure | 20091119 | |
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSDINTLEN | Internal length | 20091119 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_TYPEKIND | Internal ABAP Data Type | 20091119 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | Scaling for Type 'Constant' | 20091119 | ||
6 | ![]() |
Static Attribute | Private | Type reference (TYPE) | STRING | XML Tag | 20091119 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | Operand Type | 20091119 | ||
8 | ![]() |
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 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20091119 |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20091119 |
3 | ![]() |
Instance method | Public | Method | Returns the internal ABAP data type | 20091119 |
4 | ![]() |
Instance method | Public | Method | Returns the internal data length | 20091119 |
5 | ![]() |
Instance method | Public | Method | Returns the scaling (only for constants) | 20091119 |
6 | ![]() |
Instance method | Public | Method | Returns the associated TREX data type | 20091119 |
7 | ![]() |
Instance method | Public | Method | Returns the operand type | 20091119 |
8 | ![]() |
Instance method | Public | Method | Returns the value of the operand | 20091119 |
9 | ![]() |
Instance method | Private | Method | Sets the internal data type | 20091119 |
10 | ![]() |
Instance method | Private | Method | Sets the internal data length | 20091119 |
11 | ![]() |
Instance method | Private | Method | Sets the scaling (only for constants) | 20091119 |
12 | ![]() |
Instance method | Private | Method | Sets the operand type | 20091119 |
13 | ![]() |
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 | ![]() |
I_INTLEN | Value transfer | Type reference (TYPE) | RSDINTLEN | Interne Länge | 20091119 | ||
2 | ![]() |
I_INTTP | Value transfer | Type reference (TYPE) | ABAP_TYPEKIND | Interner ABAP Datentyp | 20091119 | ||
3 | ![]() |
I_SCALE | Value transfer | Type reference (TYPE) | I | Skalierung | 20091119 | ||
4 | ![]() |
I_TYPE | Call by reference | Type reference (TYPE) | STRING | Type des Operanden | 20091119 | ||
5 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 |