SAP ABAP Interface IF_RSBOLAP_RESULT_SET (Query View Result Set)
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 - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSBOLAP_QV_RESULT_SET | Execution of a Navigational State | 20040907 |
Properties
Interface | IF_RSBOLAP_RESULT_SET | |
Short Description | Query View Result Set |
General Data
Package | RSBOLAP_QUERY_VIEW | Query Navigational State |
Created | 20040212 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | RS | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
3 | RSBOL | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_RSBOLAP_EVENT_SOURCE | Object That Communicates Changes | 20090727 |
Friends
Interface IF_RSBOLAP_RESULT_SET has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | C_STATE_DATA | Constant | Public | Type reference (TYPE) | RSBOLAP_OBJECT_STATE | 1 | 20090422 | ||
2 | C_STATE_LIMIT_EXCEEDED | Constant | Public | Type reference (TYPE) | RSBOLAP_OBJECT_STATE | 4 | 20090422 | ||
3 | C_STATE_NO_AUTHORITY | Constant | Public | Type reference (TYPE) | RSBOLAP_OBJECT_STATE | 3 | 20090422 | ||
4 | C_STATE_NO_DATA | Constant | Public | Type reference (TYPE) | RSBOLAP_OBJECT_STATE | 2 | 20090422 | ||
5 | DOM_ATTRIBUTE_COLUMN | Constant | Public | Type reference (TYPE) | STRING | 'column' | 20090903 | ||
6 | DOM_ATTRIBUTE_ROW | Constant | Public | Type reference (TYPE) | STRING | 'row' | 20090903 | ||
7 | DOM_ATTRIBUTE_STATE | Constant | Public | Type reference (TYPE) | STRING | 'state' | 20090903 | ||
8 | DOM_DISPLAY_LEVEL | Constant | Public | Type reference (TYPE) | STRING | 'DISPLAY_LEVEL' | 20090903 | ||
9 | DOM_DISPLAY_VALUE | Constant | Public | Type reference (TYPE) | STRING | 'DISPLAY_VALUE' | 20090903 | ||
10 | DOM_ELEMENT | Constant | Public | Type reference (TYPE) | STRING | 'ELEMENT' | 20090903 | ||
11 | DOM_NUMERICAL_PRECISION | Constant | Public | Type reference (TYPE) | STRING | 'NUMERICAL_PRECISION' | 20090903 | ||
12 | DOM_RESULT_SET | Constant | Public | Type reference (TYPE) | STRING | 'RESULT_SET' | 20090903 | ||
13 | DOM_TUPLE | Constant | Public | Type reference (TYPE) | STRING | 'TUPLE' | 20090903 | ||
14 | DOM_TUPLES | Constant | Public | Type reference (TYPE) | STRING | 'TUPLES' | 20090903 | ||
15 | N_IN_SYNC | Instance attribute | Public | Type reference (TYPE) | RS_BOOL | Result set up-to-date? | 20090730 | ||
16 | N_R_COLUMNS_AXIS | Instance attribute | Public | Object reference (TYPE REF TO) | IF_RSBOLAP_RS_AXIS | Column Axis | 20090420 | ||
17 | N_R_QUERY_VIEW | Instance attribute | Public | Object reference (TYPE REF TO) | IF_RSBOLAP_QUERY_VIEW | Query View | 20090618 | ||
18 | N_R_ROWS_AXIS | Instance attribute | Public | Object reference (TYPE REF TO) | IF_RSBOLAP_RS_AXIS | Row Axis | 20090420 | ||
19 | N_STATE | Instance attribute | Public | Type reference (TYPE) | RSBOLAP_OBJECT_STATE | Access (Data, Authorizations) | 20090624 | ||
20 | N_S_STATE | Instance attribute | Public | Type reference (TYPE) | BICS_PROV_RS_STATE | Status Description of Result Set | 20051213 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Release Internal Data Buffer | 20090422 |
2 | ![]() |
Instance method | Public | Method | Get Unit/Currency Details | 20090515 |
3 | ![]() |
Instance method | Public | Method | Get Result Set Data Cells | 20090511 |
4 | ![]() |
Instance method | Public | Method | Reload Result Set Data | 20090619 |
5 | ![]() |
Instance method | Public | Method | Set New Values | 20111012 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | CHANGED | Instance Event (0) |
Public (2) |
20090727 | |
2 | EXECUTED | Instance Event (0) |
Public (2) |
Result Set Executed | 20090728 |
3 | FREED | Instance Event (0) |
Public (2) |
20090727 |
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_DEC_FLOAT | Public | Type reference (TYPE) | RSROA_DF | DecFloat | 20111012 |
|
2 | TN_S_DATA_CELL_DELTA | Public | See coding | 20121017 | BEGIN OF tn_s_data_cell_delta,
tuple_id TYPE rssid,
kid TYPE rssid,
END OF tn_s_data_cell_delta
|
||
3 | TN_S_NEW_VALUE | Public | See coding | New Cell Value | 20111012 | BEGIN OF tn_s_new_value,
context_id TYPE rsbolap_object_id,
new_data_cell TYPE rs_bool,
characteristic_context TYPE rsbolap_t_object_id,
data_cell_id TYPE rsbolap_object_id,
value_type TYPE rsbolap_value_type,
old_value TYPE tn_dec_float,
new_value TYPE tn_dec_float,
cudim_id TYPE rsbolap_object_id,
locked_value TYPE rs_bool,
END OF tn_s_new_value
|
|
4 | TN_TS_DATA_CELL_DELTA | Public | See coding | 20121017 | tn_ts_data_cell_delta TYPE SORTED TABLE OF tn_s_data_cell_delta
WITH UNIQUE KEY tuple_id kid
|
||
5 | TN_TS_NEW_VALUE | Public | See coding | List of New Cell Values | 20111012 | tn_ts_new_value TYPE SORTED TABLE OF tn_s_new_value
WITH UNIQUE KEY context_id
|
Method Signatures
Method FREE Signature
Method FREE on Interface IF_RSBOLAP_RESULT_SET has no parameter.
Method FREE on Interface IF_RSBOLAP_RESULT_SET has no exception.
Method GET_CURRENCY_UNIT_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_THX_CURRENCY_UNIT_INFO | Call by reference | Type reference (TYPE) | RSBOLAP_RS_THX_CUDIM_INFO | Cudim ID und deren Infos | 20090515 | ||
2 | ![]() |
E_TH_CURR_UNIT_PREFIX_SUFFIX | Call by reference | Type reference (TYPE) | RSBOLAP_RS_TH_CUDIM_FORMATTED | Formatierte CUDIMs | 20090515 | ||
3 | ![]() |
I_T_CURRENCY_UNIT_ID | Call by reference | Type reference (TYPE) | RSBOLAP_T_OBJECT_ID | Liste von Objekt Ids | 20090515 |
Method GET_CURRENCY_UNIT_INFO on Interface IF_RSBOLAP_RESULT_SET has no exception.
Method GET_DATA_CELLS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_TS_DATA_CELLS | Call by reference | Type reference (TYPE) | RSBOLAP_RS_TS_DATA_CELLS | Datenzellen im ResultSet | 20090511 | ||
2 | ![]() |
E_TS_FORMATTED_DATA_CELLS | Call by reference | Type reference (TYPE) | RSBOLAP_RS_TS_DATA_CELLS_FORMA | Formatierte Datenzellen | 20090511 | ||
3 | ![]() |
I_FROM_COLUMN_INDEX | Call by reference | Type reference (TYPE) | RSBOLAP_INDEX | Position eines Objektes (1 basiert) | 20110527 | ||
4 | ![]() |
I_FROM_ROW_INDEX | Call by reference | Type reference (TYPE) | RSBOLAP_INDEX | Position eines Objektes (1 basiert) | 20110527 | ||
5 | ![]() |
I_TO_COLUMN_INDEX | Call by reference | Type reference (TYPE) | RSBOLAP_INDEX | Position eines Objektes (1 basiert) | 20110527 | ||
6 | ![]() |
I_TO_ROW_INDEX | Call by reference | Type reference (TYPE) | RSBOLAP_INDEX | Position eines Objektes (1 basiert) | 20110527 |
Method GET_DATA_CELLS on Interface IF_RSBOLAP_RESULT_SET has no exception.
Method REFRESH_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_OLAP_CACHE_WARM_UP | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20090619 |
Method REFRESH_DATA on Interface IF_RSBOLAP_RESULT_SET has no exception.
Method SET_NEW_VALUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_NEW_VALUES_VALID | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20111012 | ||
2 | ![]() |
E_T_MESSAGES | Call by reference | Type reference (TYPE) | BICS_PROV_T_MESSAGE | Nachrichtentexte | 20111012 | ||
3 | ![]() |
I_TS_NEW_VALUES | Call by reference | Type reference (TYPE) | TN_TS_NEW_VALUE | Neue Werte Tabelle | 20111012 | ||
4 | ![]() |
I_T_INDEX_CATALOG | Call by reference | Type reference (TYPE) | BICS_PROV_RS_T_INDEX_CATALOG | Katalog der Merkmals-Ids mit Indexen fürs Flachklopfen | 20111012 |
Method SET_NEW_VALUES on Interface IF_RSBOLAP_RESULT_SET has no exception.
Event Signatures
Event CHANGED Signature
Event CHANGED on Interface IF_RSBOLAP_RESULT_SET has no parameter.
Event EXECUTED Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | I_R_RESULT_SET | Exporting | Value transfer | Object reference (TYPE REF TO) | IF_RSBOLAP_RESULT_SET | Query View Ergebnismenge | 20090728 |
Event FREED Signature
Event FREED on Interface IF_RSBOLAP_RESULT_SET has no parameter.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 700 |