SAP ABAP Class IF_RSBOLAP_RESULT_SET (Query View Result Set)
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_RSBOLAP_EVENT_SOURCE | Object That Communicates Changes | 20090727 |
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
Class | IF_RSBOLAP_RESULT_SET | |
Short Description | Query View Result Set | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20040212 | 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) |
3 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_RSBOLAP_RESULT_SET has no interface implemented.
Friends
Class IF_RSBOLAP_RESULT_SET has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | RSBOLAP_OBJECT_STATE | 1 | 20090422 | ||
2 | ![]() |
Constant | Public | Type reference (TYPE) | RSBOLAP_OBJECT_STATE | 4 | 20090422 | ||
3 | ![]() |
Constant | Public | Type reference (TYPE) | RSBOLAP_OBJECT_STATE | 3 | 20090422 | ||
4 | ![]() |
Constant | Public | Type reference (TYPE) | RSBOLAP_OBJECT_STATE | 2 | 20090422 | ||
5 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'column' | 20090903 | ||
6 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'row' | 20090903 | ||
7 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'state' | 20090903 | ||
8 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'DISPLAY_LEVEL' | 20090903 | ||
9 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'DISPLAY_VALUE' | 20090903 | ||
10 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'ELEMENT' | 20090903 | ||
11 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'NUMERICAL_PRECISION' | 20090903 | ||
12 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'RESULT_SET' | 20090903 | ||
13 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'TUPLE' | 20090903 | ||
14 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'TUPLES' | 20090903 | ||
15 | ![]() |
Instance attribute | Public | Type reference (TYPE) | RS_BOOL | Result set up-to-date? | 20090730 | ||
16 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | IF_RSBOLAP_RS_AXIS | Column Axis | 20090420 | ||
17 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | IF_RSBOLAP_QUERY_VIEW | Query View | 20090618 | ||
18 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | IF_RSBOLAP_RS_AXIS | Row Axis | 20090420 | ||
19 | ![]() |
Instance attribute | Public | Type reference (TYPE) | RSBOLAP_OBJECT_STATE | Access (Data, Authorizations) | 20090624 | ||
20 | ![]() |
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 class IF_RSBOLAP_RESULT_SET has no parameter.
Method FREE on class 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 class 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 class 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 class 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 class IF_RSBOLAP_RESULT_SET has no exception.
Event Signatures
Event CHANGED Signature
Event CHANGED on class 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 class IF_RSBOLAP_RESULT_SET has no parameter.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in |