SAP ABAP Class CL_RSDD_CS_CALC_ATTRIBUTE (Calculated Attribute for Calculation Scenarios)
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_ATTRIBUTE | Implementation of a CalcScenario Attribute | 20101109 |
Properties
| Class | CL_RSDD_CS_CALC_ATTRIBUTE | |
| Short Description | Calculated Attribute for Calculation Scenarios | |
| Super Class | CL_RSDD_CS_ATTRIBUTE | Implementation of a CalcScenario Attribute |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSDD_CALCSCENARIO | Create Calculation Scenario |
| Created | 20101109 | 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
Class CL_RSDD_CS_CALC_ATTRIBUTE has no interface implemented.
Friends
Class CL_RSDD_CS_CALC_ATTRIBUTE 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 | 20101109 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSDD_CS_CALC_OPERATOR | Calculation Rule as Object Tree | 20101109 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | STRING | XML Tag | 20101109 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20101109 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20101109 | |
| 3 | Instance method | Public | Method | Returns the textual calculation rule (if found) | 20101109 | |
| 4 | Instance method | Public | Method | Returns the root operator for the calculation rule | 20101109 | |
| 5 | Instance method | Public | Method | Defines a calculation rule in "plaintext" | 20101109 | |
| 6 | Instance method | Public | Method | Sets the root operator for the calculation rule | 20101109 |
Events
Class CL_RSDD_CS_CALC_ATTRIBUTE has no event.
Types
Class CL_RSDD_CS_CALC_ATTRIBUTE has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_RSDD_CS_CALC_ATTRIBUTE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSDD_CS_CALC_ATTRIBUTE has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DATATP | Call by reference | Type reference (TYPE) | DATATYPE_D | Datentyp für Data Dictionary | 20101109 | |||
| 2 | I_DECIMALS | Call by reference | Type reference (TYPE) | N | Anzahl der Nachkommastellen | 20101109 | |||
| 3 | I_DIGITS | Call by reference | Type reference (TYPE) | N | Anzahl signifikanter Stellen | 20110223 | |||
| 4 | I_FIELDNM | Call by reference | Type reference (TYPE) | CSEQUENCE | Bei BW Kennzahen: Feldname (falls aus Metadaten bekannt) | 20101109 | |||
| 5 | I_FORMULA | Call by reference | Type reference (TYPE) | STRING | Rechnungsvorschrifr | 20101109 | |||
| 6 | I_INTLEN | Call by reference | Type reference (TYPE) | RSDINTLEN | interne Datenlänge | 20101109 | |||
| 7 | I_INTTP | Call by reference | Type reference (TYPE) | ABAP_TYPEKIND | interner ABAP-Datentyp | 20101109 | |||
| 8 | I_IS_KEYFIGURE | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Ist dieses Attribut ein Kennzahl oder ein Viewattribut | 20101109 | ||
| 9 | I_IS_SID | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Für BW Viewattribute: ist es die SID-Ausprägung | 20101109 | ||
| 10 | I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Name dieses Attributs | 20101109 | |||
| 11 | I_NAME_MAPPER | Call by reference | Object reference (TYPE REF TO) | IF_RSDRV_TREX_NAME_MAPPER | Name Mapper BI <-> CalcSchema Attributes | 20101109 | |||
| 12 | I_NO_NAME_CONVERT | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Keine Namenskonvertierung | 20101109 | ||
| 13 | I_USE_TYPE_DEFAULTS | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Vorschlagswerte für Datentypen benutzen | 20101109 | ||
| 14 | I_VIEW_CONTEXT | Call by reference | Type reference (TYPE) | INT4 | N_C_QUERY_CONTEXT | I_VIEW_CONTEXT | 20110519 |
Method CONSTRUCTOR on class CL_RSDD_CS_CALC_ATTRIBUTE 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 | 20101109 |
Method GET_FORMULA on class CL_RSDD_CS_CALC_ATTRIBUTE 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 | 20101109 |
Method GET_OPERATOR on class CL_RSDD_CS_CALC_ATTRIBUTE 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 | Berechnungsvorschrift | 20101109 |
Method SET_FORMULA on class CL_RSDD_CS_CALC_ATTRIBUTE 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 | 20101109 |
Method SET_OPERATOR on class CL_RSDD_CS_CALC_ATTRIBUTE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |