SAP ABAP Class CL_RSR_RESULT_OPERATION (Abstract Parent Class for Result Operations)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSROA_MISC (Package) OLAP: Various

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RS_BASE | BW Basis | 20120223 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSR_RESULT_OPERATION | Modification Operation for OLAP Result Set | 20120223 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RSR_LIST_CALCULATION | List-based Recalculation | 20120223 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_RSR_SPOC | Suppress Nodes with Only One Child | 20120223 |
3 | Inheritance (c INHERITING FROM c_ref) | CL_RSR_SUM_DELETION | Operation to Delete Selected Totals Rows | 20120223 |
4 | Inheritance (c INHERITING FROM c_ref) | CL_RSR_ZERO_SUPPRESSION | Zero suppression | 20120223 |
Properties
Class | CL_RSR_RESULT_OPERATION | |
Short Description | Abstract Parent Class for Result Operations | |
Super Class | CL_RS_BASE | BW Basis |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSROA_MISC | OLAP: Various |
Created | 20120126 | 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_RSR_RESULT_OPERATION | Modification Operation for OLAP Result Set | 20120223 |
Friends
Class CL_RSR_RESULT_OPERATION has no friend class.
Attributes
Class CL_RSR_RESULT_OPERATION has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Read Actual Zero Suppression Setting | 20120223 |
2 | ![]() |
Instance method | Protected | Method | Set Aggregation Level for DIM | 20120223 |
Events
Class CL_RSR_RESULT_OPERATION has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_S_AXIS_STATE | Public | Attribute reference (LIKE) | 20120223 |
|
||
2 | TN_S_DIM | Public | Attribute reference (LIKE) | 20120223 |
|
||
3 | TN_S_KID_TEXT | Public | Attribute reference (LIKE) | 20120223 |
|
||
4 | TN_S_QUERY_STATE | Public | Attribute reference (LIKE) | 20120223 |
|
||
5 | TN_S_STL_LEVEL | Public | See coding | 20120223 | BEGIN OF tn_s_stl_level,
chanmid TYPE rssid,
axis TYPE rrxaxis,
alevel TYPE rrlevel,
nosums TYPE rrxnosums,
END OF tn_s_stl_level
|
||
6 | TN_TS_DIM | Public | Attribute reference (LIKE) | 20120223 |
|
||
7 | TN_TS_KID_TEXT | Public | Attribute reference (LIKE) | 20120223 |
|
||
8 | TN_TS_STL_LEVEL | Public | See coding | 20120223 | tn_ts_stl_level TYPE SORTED TABLE OF tn_s_stl_level
WITH UNIQUE KEY chanmid
WITH NON-UNIQUE SORTED KEY alevel COMPONENTS axis alevel
|
Method Signatures
Method GET_REAL_NOSUMS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_NOSUMS | Value transfer | Type reference (TYPE) | RRXNOSUMS | Dim: Unterdrückung von Summenzeilen | 20120223 | ||
2 | ![]() |
I_SX_SETXX_STATE | Call by reference | Type reference (TYPE) | RRK1_SX_SETXX_STATE | Tabelle von SID (bzw. Integers) | 20120223 | ||
3 | ![]() |
I_S_DIM | Call by reference | Type reference (TYPE) | TN_S_DIM | Stammdaten ID | 20120223 | ||
4 | ![]() |
I_TS_DIM | Call by reference | Type reference (TYPE) | TN_TS_DIM | TP_TS_AXIS | 20120223 |
Method GET_REAL_NOSUMS on class CL_RSR_RESULT_OPERATION has no exception.
Method GET_STL_LEVEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_AXIS | Call by reference | Type reference (TYPE) | RRXAXIS | Achse entlang derer ein Merkmal in einer Query angeordnet is | 20120223 | ||
2 | ![]() |
I_R_COLUMN_SETXX_STATE | Call by reference | Object reference (TYPE REF TO) | RRK1_SX_SETXX_STATE | 20120223 | |||
3 | ![]() |
I_R_ROW_SETXX_STATE | Call by reference | Object reference (TYPE REF TO) | RRK1_SX_SETXX_STATE | 20120223 | |||
4 | ![]() |
I_TS_DIM | Call by reference | Type reference (TYPE) | TN_TS_DIM | 20120223 | |||
5 | ![]() |
R_TS_STL_LEVEL | Value transfer | Type reference (TYPE) | TN_TS_STL_LEVEL | 20120223 |
Method GET_STL_LEVEL on class CL_RSR_RESULT_OPERATION has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 740 |