SAP ABAP Class CL_RSDD_CS_CALC_OPERATOR (Calculation Rule as Object Tree)
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_OPERATOR | |
| Short Description | Calculation Rule as Object Tree | |
| 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
Class CL_RSDD_CS_CALC_OPERATOR has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSDD_CS_OPERAND | Operand Interface for Calculation View | 20091119 |
Friends
Class CL_RSDD_CS_CALC_OPERATOR 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 | 'addition' | Summation | 20091119 | ||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'division' | Division | 20091119 | ||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'multiplication' | Multiplication | 20091119 | ||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'percent' | Percentage Operator | 20091119 | ||
| 5 | Constant | Public | Type reference (TYPE) | STRING | 'subtraction' | Subtraction | 20091119 | ||
| 6 | Static Attribute | Private | Type reference (TYPE) | STRING | XML Tag | 20091119 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | STRING | Operator Category | 20091119 | |||
| 8 | Instance attribute | Private | See coding | Operand Tree | 20091119 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds a new operand sheet to the operand tree | 20091119 | |
| 2 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20091119 | |
| 3 | Instance method | Public | Constructor | CONSTRUCTOR | 20091119 | |
| 4 | Instance method | Public | Method | Returns the operator type | 20091119 | |
| 5 | Instance method | Private | Method | Sets the operator type | 20091119 |
Events
Class CL_RSDD_CS_CALC_OPERATOR has no event.
Types
Class CL_RSDD_CS_CALC_OPERATOR has no local type.
Method Signatures
Method ADD_OPERAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OPERAND | Call by reference | Object reference (TYPE REF TO) | IF_RSDD_CS_OPERAND | Operand | 20091119 |
Method ADD_OPERAND on class CL_RSDD_CS_CALC_OPERATOR has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_RSDD_CS_CALC_OPERATOR has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSDD_CS_CALC_OPERATOR has no exception.
Method CONSTRUCTOR 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 | Operatorryp | 20091119 |
Method CONSTRUCTOR on class CL_RSDD_CS_CALC_OPERATOR 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 | Operatortyp | 20091119 |
Method GET_TYPE on class CL_RSDD_CS_CALC_OPERATOR 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 | Operatortyp | 20091119 |
Method SET_TYPE on class CL_RSDD_CS_CALC_OPERATOR has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |