SAP ABAP Class CL_RSBOLAP_QV_RESULT_SET_CONS (Result Set for Consumers)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-ET (Application Component) End User Technology
⤷
RSBOLAP_QUERY_VIEW (Package) Query Navigational State
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSBOLAP_QV_RESULT_SET | Execution of a Navigational State | 20090623 |
Properties
| Class | CL_RSBOLAP_QV_RESULT_SET_CONS | |
| Short Description | Result Set for Consumers | |
| Super Class | CL_RSBOLAP_QV_RESULT_SET | Execution of a Navigational State |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSBOLAP_QUERY_VIEW | Query Navigational State |
| Created | 20090623 | SAP |
| Last change | 20140121 | 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 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 4 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 5 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 6 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 7 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 8 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 9 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSBOLAP_QV_RESULT_SET_CONS has no interface implemented.
Friends
Class CL_RSBOLAP_QV_RESULT_SET_CONS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Object reference (TYPE REF TO) | RRX1_TH_DAT_N | Complete Data Cells Including Drill Operation | 20090918 | |||
| 2 | Instance attribute | Public | Object reference (TYPE REF TO) | RSDM_TH_TXT_N | Complete Texts Including Drill Operations | 20090918 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | CL_RSBOLAP_RS_AXIS=>TN_SX_AXIS | Complete Axis Section with Drill Operations | 20090803 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | RSBOLAP_T_OBJECT | Drill Operations Executed on the Result Set | 20090803 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Performance: Suppress Post Processing | 20090812 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Perform Result Set Post-Processing Steps | 20120629 | |
| 2 | Instance method | Protected | Method | Collapse Nodes | 20090922 | |
| 3 | Instance method | Public | Constructor | 20090623 | ||
| 4 | Instance method | Public | Method | Delete Drill Operation from the List of Executed Operations | 20110201 | |
| 5 | Instance method | Protected | Method | Universal Display Hierarchy: Expand Node | 20110201 | |
| 6 | Instance method | Public | Method | Execute Drill Operation | 20090629 | |
| 7 | Instance method | Protected | Method | Expand Node | 20090922 | |
| 8 | Instance method | Protected | Method | Expand Node | 20110201 | |
| 9 | Instance method | Protected | Method | Get Cell Context for an axis | 20121210 | |
| 10 | Instance method | Protected | Method | Sorts a Block from the Data | 20090811 |
Events
Class CL_RSBOLAP_QV_RESULT_SET_CONS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TO_S_SUPPRESS_INDEX | Protected | See coding | 20090811 | BEGIN OF to_s_suppress_index,
level TYPE i,
index TYPE i,
delete_marker TYPE rs_bool,
conditional_suppression TYPE rs_bool,
END OF to_s_suppress_index
|
||
| 2 | TO_T_SUPPRESS_INDEX | Protected | See coding | 20090811 | to_t_suppress_index TYPE STANDARD TABLE OF to_s_suppress_index
|
Method Signatures
Method APPLY_EXCEPTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_AXIS | Call by reference | Type reference (TYPE) | RSBOLAP_AXIS | Achsenname | 20120629 | |||
| 2 | I_CHILDREN_POSITION_FROM | Call by reference | Type reference (TYPE) | I | 20120629 | ||||
| 3 | I_CHILDREN_POSITION_TO | Call by reference | Type reference (TYPE) | I | 20120629 | ||||
| 4 | I_NODE_POSITION_FROM | Call by reference | Type reference (TYPE) | I | 20120629 | ||||
| 5 | I_NODE_POSITION_TO | Call by reference | Type reference (TYPE) | I | 20120629 |
Method APPLY_EXCEPTIONS on class CL_RSBOLAP_QV_RESULT_SET_CONS has no exception.
Method COLLAPSE_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DELETE_FROM | Value transfer | Type reference (TYPE) | I | 20090922 | ||||
| 2 | I_DELETE_TO | Value transfer | Type reference (TYPE) | I | 20090922 | ||||
| 3 | I_NODE_POSITION_FROM | Value transfer | Type reference (TYPE) | I | 20090922 | ||||
| 4 | I_NODE_POSITION_TO | Value transfer | Type reference (TYPE) | I | 20090922 | ||||
| 5 | I_R_DRILL_OPERATION | Call by reference | Object reference (TYPE REF TO) | CL_RSBOLAP_QV_DRILL_OPERATION | 20090922 | ||||
| 6 | R_EXECUTED | Value transfer | Type reference (TYPE) | RS_BOOL | 20090922 |
Method COLLAPSE_NODE on class CL_RSBOLAP_QV_RESULT_SET_CONS has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_RS_AXIS_CLASS_NAME | Value transfer | Type reference (TYPE) | STRING | 'CL_RSBOLAP_RS_AXIS' | 20090623 | |||
| 2 | I_R_OLAP | Call by reference | Object reference (TYPE REF TO) | IF_RSR_OLAP | 20090623 | ||||
| 3 | I_R_QUERY_VIEW | Call by reference | Object reference (TYPE REF TO) | CL_RSBOLAP_QUERY_VIEW | 20090623 |
Method CONSTRUCTOR on class CL_RSBOLAP_QV_RESULT_SET_CONS has no exception.
Method DELETE_DRILL_OP_FROM_EXECUTED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DRILL_OPERATION_ID | Call by reference | Type reference (TYPE) | RSBOLAP_OBJECT_ID | Objekt ID | 20110201 |
Method DELETE_DRILL_OP_FROM_EXECUTED on class CL_RSBOLAP_QV_RESULT_SET_CONS has no exception.
Method DRILL_DOWN_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DELETE_FROM | Value transfer | Type reference (TYPE) | I | 20110201 | ||||
| 2 | I_DELETE_TO | Value transfer | Type reference (TYPE) | I | 20110201 | ||||
| 3 | I_NODE_POSITION_FROM | Value transfer | Type reference (TYPE) | I | 20110201 | ||||
| 4 | I_NODE_POSITION_TO | Value transfer | Type reference (TYPE) | I | 20110201 | ||||
| 5 | I_R_DRILL_OPERATION | Call by reference | Object reference (TYPE REF TO) | CL_RSBOLAP_QV_DRILL_OPERATION | Drill Operation im Query View | 20110201 | |||
| 6 | R_EXECUTED | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20110201 |
Method DRILL_DOWN_NODE on class CL_RSBOLAP_QV_RESULT_SET_CONS has no exception.
Method EXECUTE_DRILL_OPERATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DELETE_FROM | Call by reference | Type reference (TYPE) | I | 20090629 | ||||
| 2 | I_DELETE_TO | Call by reference | Type reference (TYPE) | I | 20090629 | ||||
| 3 | I_NODE_POSITION_FROM | Call by reference | Type reference (TYPE) | I | 20090629 | ||||
| 4 | I_NODE_POSITION_TO | Call by reference | Type reference (TYPE) | I | 20090629 | ||||
| 5 | I_R_DRILL_OPERATION | Call by reference | Object reference (TYPE REF TO) | CL_RSBOLAP_QV_DRILL_OPERATION | Drill Operation im Query View | 20090629 | |||
| 6 | R_EXECUTED | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20090703 |
Method EXECUTE_DRILL_OPERATION on class CL_RSBOLAP_QV_RESULT_SET_CONS has no exception.
Method EXPAND_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DELETE_FROM | Value transfer | Type reference (TYPE) | I | 20090922 | ||||
| 2 | I_DELETE_TO | Value transfer | Type reference (TYPE) | I | 20090922 | ||||
| 3 | I_NODE_POSITION_FROM | Value transfer | Type reference (TYPE) | I | 20090922 | ||||
| 4 | I_NODE_POSITION_TO | Value transfer | Type reference (TYPE) | I | 20090922 | ||||
| 5 | I_R_DRILL_OPERATION | Call by reference | Object reference (TYPE REF TO) | CL_RSBOLAP_QV_DRILL_OPERATION | 20090922 | ||||
| 6 | R_EXECUTED | Value transfer | Type reference (TYPE) | RS_BOOL | 20090922 |
Method EXPAND_NODE on class CL_RSBOLAP_QV_RESULT_SET_CONS has no exception.
Method EXPAND_STRUCTURE_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DELETE_FROM | Value transfer | Type reference (TYPE) | I | 20110201 | ||||
| 2 | I_DELETE_TO | Value transfer | Type reference (TYPE) | I | 20110201 | ||||
| 3 | I_NODE_POSITION_FROM | Value transfer | Type reference (TYPE) | I | 20110201 | ||||
| 4 | I_NODE_POSITION_TO | Value transfer | Type reference (TYPE) | I | 20110201 | ||||
| 5 | I_R_DRILL_OPERATION | Call by reference | Object reference (TYPE REF TO) | CL_RSBOLAP_QV_DRILL_OPERATION | 20110201 | ||||
| 6 | R_EXECUTED | Value transfer | Type reference (TYPE) | RS_BOOL | 20110201 |
Method EXPAND_STRUCTURE_NODE on class CL_RSBOLAP_QV_RESULT_SET_CONS has no exception.
Method GET_CELL_CONTEXT_AXIS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_TSX_CELL_CONTEXT | Call by reference | Type reference (TYPE) | RSDD_TSX_SELDR | Selection to the Data Manager | 20121210 | |||
| 2 | I_CONTAINING_STRUCTURES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Include Structures in Cell Context Info | 20121210 | ||
| 3 | I_R_RESULT_SET_AXIS | Call by reference | Object reference (TYPE REF TO) | CL_RSBOLAP_RS_AXIS | Axis Object in Result Set | 20121210 | |||
| 4 | I_TUPLE_INDEX | Call by reference | Type reference (TYPE) | I | Row Tuple Index | 20121210 |
Method GET_CELL_CONTEXT_AXIS on class CL_RSBOLAP_QV_RESULT_SET_CONS has no exception.
Method GET_DATA_BLOCK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_CURUNIT_COLUMN | Call by reference | Type reference (TYPE) | I | Currencies/Units Downg Column | 20090811 | |||
| 2 | E_T_CURUNIT_ROW | Call by reference | Type reference (TYPE) | I | Currencies/Units Across Rows | 20090811 | |||
| 3 | E_T_DATA | Call by reference | Type reference (TYPE) | RRX1_T_DAT_N | Data Container | 20090811 | |||
| 4 | E_T_HRY_DISP | Call by reference | Type reference (TYPE) | RRX1_T_HRY_DISP | Hierarchy Node Setting | 20090811 | |||
| 5 | I_FROM_COLUMN | Value transfer | Type reference (TYPE) | I | 1 | Left Margin | 20090811 | ||
| 6 | I_FROM_ROW | Value transfer | Type reference (TYPE) | I | 1 | Upper Margin | 20090811 | ||
| 7 | I_LOOP_ALONG | Call by reference | Type reference (TYPE) | RRXAXIS | RRX1_C_AXIS-ROWS | Along the Columns / Rows | 20090811 | ||
| 8 | I_TO_COLUMN | Value transfer | Type reference (TYPE) | I | 0 | Right Margin (0 = n_columns) | 20090811 | ||
| 9 | I_TO_ROW | Value transfer | Type reference (TYPE) | I | 0 | Lower Margin (0 = n_rows) | 20090811 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | No Processing | 20090811 | ||
| 2 | X Message | 20090811 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 730 |