SAP ABAP Interface IF_RSR_RESULT_OPS_CONTROLLER (Controller for Result Modification Operations)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSROA_MISC (Package) OLAP: Various
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSR_RESULT_OPS_CONTROLLER | Controller for Result Operations | 20120223 |
Properties
| Interface | IF_RSR_RESULT_OPS_CONTROLLER | |
| Short Description | Controller for Result Modification Operations |
General Data
| Package | RSROA_MISC | OLAP: Various |
| Created | 20120201 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | IF_RSR_RESULT_GRID_OPERATION | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
| 2 | RRK0 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
| 3 | RRK1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
| 4 | RS | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_RSR_RESULT_OPS_CONTROLLER has no interface.
Friends
Interface IF_RSR_RESULT_OPS_CONTROLLER has no friend.
Attributes
Interface IF_RSR_RESULT_OPS_CONTROLLER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Perform Axis Operations | 20120223 | |
| 2 | Instance method | Public | Method | Perform Grid Operations | 20120223 | |
| 3 | Instance method | Public | Method | Execute all operations | 20120716 | |
| 4 | Instance method | Public | Method | Perform Operations on Hierarchy Drill | 20120223 | |
| 5 | Instance method | Public | Method | Release Resources | 20120223 | |
| 6 | Instance method | Public | Method | Initialize | 20120223 | |
| 7 | Instance method | Public | Method | Prepare Axis Operations | 20120223 | |
| 8 | Instance method | Public | Method | Prepare Grid Operations | 20120223 | |
| 9 | Instance method | Public | Method | 20120223 |
Events
Interface IF_RSR_RESULT_OPS_CONTROLLER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_S_RESULT_OPERATION | Public | See coding | 20120223 | begin of tn_s_result_operation,
is_grid_operation type rs_bool,
order_number type i,
name type c length 60,
ref type ref to if_rsr_result_operation,
end of tn_s_result_operation
|
||
| 2 | TN_TS_RESULT_OPERATION | Public | See coding | 20120223 | tn_ts_result_operation type sorted table of tn_s_result_operation with unique key order_number
|
Method Signatures
Method EXECUTE_AXIS_OPERATIONS 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_S_AXIS_DATA | Call by reference | Type reference (TYPE) | IF_RSR_RESULT_AXIS_OPERATION=>TN_S_AXIS_DATA | 20120223 |
Method EXECUTE_AXIS_OPERATIONS on Interface IF_RSR_RESULT_OPS_CONTROLLER has no exception.
Method EXECUTE_GRID_OPERATIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_GRID_DATA | Call by reference | Type reference (TYPE) | IF_RSR_RESULT_GRID_OPERATION=>TN_S_GRID_DATA | 20120223 |
Method EXECUTE_GRID_OPERATIONS on Interface IF_RSR_RESULT_OPS_CONTROLLER has no exception.
Method EXECUTE_OPERATIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_GRID_DATA | Call by reference | Type reference (TYPE) | IF_RSR_RESULT_GRID_OPERATION=>TN_S_GRID_DATA | 20120716 |
Method EXECUTE_OPERATIONS on Interface IF_RSR_RESULT_OPS_CONTROLLER has no exception.
Method EXECUTE_OPERATIONS_ON_HRYDRILL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_CHILDREN_FROM | Call by reference | Type reference (TYPE) | I | 20120223 | ||||
| 2 | C_CHILDREN_TO | Call by reference | Type reference (TYPE) | I | 20120223 | ||||
| 3 | C_NODE_FROM | Call by reference | Type reference (TYPE) | I | 20120223 | ||||
| 4 | C_NODE_TO | Call by reference | Type reference (TYPE) | I | 20120223 | ||||
| 5 | I_AXIS | Call by reference | Type reference (TYPE) | RRXAXIS | 20120223 | ||||
| 6 | I_S_GRID_DATA | Call by reference | Type reference (TYPE) | IF_RSR_RESULT_GRID_OPERATION=>TN_S_GRID_DATA | 20120223 |
Method EXECUTE_OPERATIONS_ON_HRYDRILL on Interface IF_RSR_RESULT_OPS_CONTROLLER has no exception.
Method FREE Signature
Method FREE on Interface IF_RSR_RESULT_OPS_CONTROLLER has no parameter.
Method FREE on Interface IF_RSR_RESULT_OPS_CONTROLLER has no exception.
Method INITIALIZE_OPERATIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SX_KIDS | Call by reference | Type reference (TYPE) | RRK0_SX_KID_SELECTION | 20120223 | ||||
| 2 | I_S_QUERY_STATE | Call by reference | Type reference (TYPE) | IF_RSR_RESULT_OPERATION=>TN_S_QUERY_STATE | 20120223 | ||||
| 3 | I_TS_DIM | Call by reference | Type reference (TYPE) | IF_RSR_RESULT_OPERATION=>TN_TS_DIM | 20120223 | ||||
| 4 | I_TS_KIDS_TEXT | Call by reference | Type reference (TYPE) | IF_RSR_RESULT_OPERATION=>TN_TS_KID_TEXT | 20120223 |
Method INITIALIZE_OPERATIONS on Interface IF_RSR_RESULT_OPS_CONTROLLER has no exception.
Method PREPARE_AXIS_OPERATIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_CONTAINS_DETAILS | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20120223 | |||
| 2 | C_EMPTY_VALUES | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20120223 | |||
| 3 | C_NOZERO | Call by reference | Type reference (TYPE) | RRXNOZERO | Flag für Nullunterdrückung | 20120223 | |||
| 4 | C_ONLY_SET_DELETE_MARKER | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20120223 | |||
| 5 | C_ONLY_VALUES | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20120223 | |||
| 6 | C_SUMPOSIT | Call by reference | Type reference (TYPE) | RRXSUMPOSIT | Query: Position der Ergebniszeile | 20120223 | |||
| 7 | C_SX_REQ_KIDS | Call by reference | Type reference (TYPE) | RRK0_SX_KID_SELECTION | 20120223 | ||||
| 8 | C_TH_AGGR_IDXS | Call by reference | Type reference (TYPE) | RRK1_TH_AGGR_IDXS | 20120223 | ||||
| 9 | C_TS_AXES | Call by reference | Type reference (TYPE) | RRK0_TS_AXES | 20120223 | ||||
| 10 | C_TX_SORTING | Call by reference | Type reference (TYPE) | RRK0_TX_SORTING | 20120223 | ||||
| 11 | C_WITH_AGGREGATES | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20120223 |
Method PREPARE_AXIS_OPERATIONS on Interface IF_RSR_RESULT_OPS_CONTROLLER has no exception.
Method PREPARE_GRID_OPERATIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_CONTAINS_DETAILS | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20120223 | |||
| 2 | C_EMPTY_VALUES | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20120223 | |||
| 3 | C_NOZERO | Call by reference | Type reference (TYPE) | RRXNOZERO | Flag für Nullunterdrückung | 20120223 | |||
| 4 | C_ONLY_SET_DELETE_MARKER | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20120223 | |||
| 5 | C_ONLY_VALUES | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20120223 | |||
| 6 | C_SUMPOSIT | Call by reference | Type reference (TYPE) | RRXSUMPOSIT | Query: Position der Ergebniszeile | 20120223 | |||
| 7 | C_SX_REQ_KIDS | Call by reference | Type reference (TYPE) | RRK0_SX_KID_SELECTION | 20120223 | ||||
| 8 | C_TH_AGGR_IDXS | Call by reference | Type reference (TYPE) | RRK1_TH_AGGR_IDXS | 20120223 | ||||
| 9 | C_TS_AXES | Call by reference | Type reference (TYPE) | RRK0_TS_AXES | 20120223 | ||||
| 10 | C_TX_SORTING | Call by reference | Type reference (TYPE) | RRK0_TX_SORTING | 20120223 | ||||
| 11 | C_WITH_AGGREGATES | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20120223 |
Method PREPARE_GRID_OPERATIONS on Interface IF_RSR_RESULT_OPS_CONTROLLER has no exception.
Method SET_KIDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SX_KIDS | Call by reference | Type reference (TYPE) | RRK0_SX_KID_SELECTION | 20120223 | ||||
| 2 | I_TS_KIDS_TEXT | Call by reference | Type reference (TYPE) | IF_RSR_RESULT_OPERATION=>TN_TS_KID_TEXT | 20120223 |
Method SET_KIDS on Interface IF_RSR_RESULT_OPS_CONTROLLER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |