SAP ABAP Class CL_RSDD_CS_CALC_KEYFIGURE (Caclulated Key Figure in Calculation View)
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_KEYFIGURE | Key figures | 20091119 |
Properties
Class | CL_RSDD_CS_CALC_KEYFIGURE | |
Short Description | Caclulated Key Figure in Calculation View | |
Super Class | CL_RSDD_CS_KEYFIGURE | Key figures |
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_KEYFIGURE has no forward declaration.
Interfaces
Class CL_RSDD_CS_CALC_KEYFIGURE has no interface implemented.
Friends
Class CL_RSDD_CS_CALC_KEYFIGURE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | Calculation Rule | 20091119 | ||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSDD_CS_CALC_OPERATOR | Calculation Rule as Object Tree | 20091119 | ||
3 | ![]() |
Static Attribute | Private | Type reference (TYPE) | STRING | XML Tag | 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 textual calculation rule (if found) | 20091119 |
4 | ![]() |
Instance method | Public | Method | Returns the root operator for the calculation rule | 20091119 |
5 | ![]() |
Instance method | Public | Method | Defines a calculation rule in "plaintext" | 20091119 |
6 | ![]() |
Instance method | Public | Method | Sets the root operator for the calculation rule | 20091119 |
Events
Class CL_RSDD_CS_CALC_KEYFIGURE has no event.
Types
Class CL_RSDD_CS_CALC_KEYFIGURE has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_RSDD_CS_CALC_KEYFIGURE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSDD_CS_CALC_KEYFIGURE has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_AGGRTYPE | Call by reference | Type reference (TYPE) | CSEQUENCE | Aggregationstyp (SUM, MAX, MIN, COUNT) | 20091119 | ||
2 | ![]() |
I_DATATP | Call by reference | Type reference (TYPE) | DATATYPE_D | Datentyp im ABAP Dictionary | 20091119 | ||
3 | ![]() |
I_DECIMALS | Call by reference | Type reference (TYPE) | N | Anzahl der Nachkommastellen | 20120514 | ||
4 | ![]() |
I_DIGITS | Call by reference | Type reference (TYPE) | N | Anzahl signifikanter Stellen | 20120514 | ||
5 | ![]() |
I_FIELDNM | Call by reference | Type reference (TYPE) | CSEQUENCE | Feldname Infoobjekt, wird für die TREX Indexspalte gebraucht | 20091130 | ||
6 | ![]() |
I_FORMULA | Call by reference | Type reference (TYPE) | STRING | Rechnungsvorschrift | 20091119 | ||
7 | ![]() |
I_INTLEN | Call by reference | Type reference (TYPE) | RSDINTLEN | Interne Länge | 20091119 | ||
8 | ![]() |
I_INTTP | Call by reference | Type reference (TYPE) | ABAP_TYPEKIND | Interner ABAP Datentyp | 20091119 | ||
9 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Name der Kennzahl | 20091119 | ||
10 | ![]() |
I_NAME_MAPPER | Call by reference | Object reference (TYPE REF TO) | IF_RSDRV_TREX_NAME_MAPPER | Name Mapper BI <-> Trex View attributes | 20100727 | ||
11 | ![]() |
I_VIEW_CONTEXT | Call by reference | Type reference (TYPE) | INT4 | N_C_QUERY_CONTEXT | Attributsicht | 20110519 |
Method CONSTRUCTOR on class CL_RSDD_CS_CALC_KEYFIGURE has no exception.
Method GET_FORMULA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_FORMULA | Value transfer | Type reference (TYPE) | STRING | Textuelle Rechnungsvorschrift | 20091119 |
Method GET_FORMULA on class CL_RSDD_CS_CALC_KEYFIGURE has no exception.
Method GET_OPERATOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_OPERATOR | Value transfer | Object reference (TYPE REF TO) | CL_RSDD_CS_CALC_OPERATOR | Rechnungsvorschrift als Objektbaum | 20091119 |
Method GET_OPERATOR on class CL_RSDD_CS_CALC_KEYFIGURE has no exception.
Method SET_FORMULA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FORMULA | Call by reference | Type reference (TYPE) | STRING | Rechnungsvorschrift in "Klartext" | 20091119 |
Method SET_FORMULA on class CL_RSDD_CS_CALC_KEYFIGURE has no exception.
Method SET_OPERATOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_OPERATOR | Call by reference | Object reference (TYPE REF TO) | CL_RSDD_CS_CALC_OPERATOR | Rechnungsvorschrift als Objektbaum | 20091119 |
Method SET_OPERATOR on class CL_RSDD_CS_CALC_KEYFIGURE has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 730 |