SAP ABAP Class CL_RSR_MDX_OPERATOR (Operator, e.g.: +,-,/,*,...)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSR_MDX_LIB (Package) MDX: Functions
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSR_MDX_CMD | Abstract MDX Command | 20010125 |
Properties
| Class | CL_RSR_MDX_OPERATOR | |
| Short Description | Operator, e.g.: +,-,/,*,... | |
| Super Class | CL_RSR_MDX_CMD | Abstract MDX Command |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSR_MDX_LIB | MDX: Functions |
| Created | 20010125 | 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) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSR_MDX_OPERATOR has no interface implemented.
Friends
Class CL_RSR_MDX_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) | CHAR1 | RSDRS_C_OPERATOR-DIVIDED | Operator '/' | 20090126 | ||
| 2 | Constant | Public | Type reference (TYPE) | CHAR1 | RSDRS_C_OPERATOR-MINUS | Operator '-' | 20090126 | ||
| 3 | Constant | Public | Type reference (TYPE) | CHAR1 | RSDRS_C_OPERATOR-PLUS | Operator '+' | 20090126 | ||
| 4 | Constant | Public | Type reference (TYPE) | CHAR1 | RSDRS_C_OPERATOR-TIMES | Operator '*' | 20090126 | ||
| 5 | Instance attribute | Private | Type reference (TYPE) | RSD_SID | 20020708 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | RSDTXTTABFL | RSD_C_CNVFL-INI | Text Table Exists | 20020705 | ||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSR_MDX_OLAP_REQUEST | OLAP Request | 20020708 | |||
| 8 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | 20020708 | ||||
| 9 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | 20020708 | ||||
| 10 | Instance attribute | Private | Type reference (TYPE) | TP_TSX_DATA | Intermediate results | 20130726 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | I | 20020708 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Sets the precision of the calculation | 20080414 |
Events
Class CL_RSR_MDX_OPERATOR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TP_SX_DATA | Private | See coding | 20130726 | BEGIN OF tp_sx_data,
kid TYPE rsd_sid,
e_t_data TYPE rrx1_t_dat_n,
END OF tp_sx_data
|
||
| 2 | TP_TSX_DATA | Private | See coding | 20130726 | tp_tsx_data type sorted table of tp_sx_data
with unique key kid
|
Method Signatures
Method SET_PRECISION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_S_DAT_N | Call by reference | Type reference (TYPE) | RRX1_S_DAT_N | 20080414 |
Method SET_PRECISION on class CL_RSR_MDX_OPERATOR has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |