SAP ABAP Interface IF_BICS_RS (Result Set)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
BW_BICS_CONSUMER_QUERY_VIEW (Package) BW BICS Consumer Query View

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BICS_RS | Result Set | 20100329 |
Properties
Interface | IF_BICS_RS | |
Short Description | Result Set |
General Data
Package | BW_BICS_CONSUMER_QUERY_VIEW | BW BICS Consumer Query View |
Created | 20100329 | SAP |
Last changed | 20140121 | 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 | CL_BICS_RS | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | IF_BICS_RS | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_BICS_CONTEXT | Context of an Object | 20100329 | ||
2 | IF_BICS_QV_CONTEXT | Context of a Query View Object | 20100329 |
Friends
Interface IF_BICS_RS has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | N_DELTA_MODE | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20121002 | |||
2 | N_S_RESULT_SET_CHANGE | Instance attribute | Public | Type reference (TYPE) | IF_BICS_EVENT=>TN_S_RESULT_SET_CHANGE | 20100712 | |||
3 | N_TS_AXIS_OBJECTS | Instance attribute | Public | Type reference (TYPE) | TN_TS_AXIS_OBJECT | 20101119 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Read Column Axis | 20100329 |
2 | ![]() |
Instance method | Public | Method | Get Unit/Currency Details | 20100921 |
3 | ![]() |
Instance method | Public | Method | Get Data Cell | 20100503 |
4 | ![]() |
Instance method | Public | Method | Get Data Cells | 20100414 |
5 | ![]() |
Instance method | Public | Method | Get Data Cell | 20100503 |
6 | ![]() |
Instance method | Public | Method | Get Members | 20110607 |
7 | ![]() |
Instance method | Public | Method | Read Row Axis | 20100329 |
8 | ![]() |
Instance method | Public | Method | Get Renderer | 20130201 |
9 | ![]() |
Instance method | Public | Method | Set New Cell Values (Planning) | 20101026 |
10 | ![]() |
Instance method | Public | Method | Special set new values (via renderer) | 20130506 |
Events
Interface IF_BICS_RS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_DEC_FLOAT | Public | Type reference (TYPE) | IF_RSBOLAP_RESULT_SET=>TN_DEC_FLOAT | 20111012 |
|
|
2 | TN_S_AXIS_OBJECT | Public | See coding | 20101116 | BEGIN OF tn_s_axis_object,
r_axis TYPE REF TO cl_bics_axis,
object_position TYPE i,
id TYPE if_bics_object=>tn_id,
r_characteristic TYPE REF TO cl_bics_qv_characteristic,
r_hierarchy TYPE REF TO cl_bics_qv_hierarchy,
is_structure TYPE abap_bool,
id_index TYPE i,
hierarchy_id_index TYPE i,
s_index_list TYPE to_s_index_list,
rest_node_type TYPE REF TO if_bics_node_type,
rest_node_id TYPE if_bics_object=>tn_id,
root_node_id TYPE if_bics_object=>tn_id,
sx_members TYPE if_bics_characteristic=>tn_sx_characteristic_members,
r_structure_members TYPE REF TO if_bics_iobj_member_container,
END OF tn_s_axis_object
|
||
3 | TN_S_NEW_CELL_VALUE | Public | See coding | New Cell Value | 20101026 | BEGIN OF tn_s_new_cell_value,
cell_id TYPE if_bics_object=>tn_id,
value TYPE tn_dec_float,
locked_value TYPE abap_bool,
END OF tn_s_new_cell_value
|
|
4 | TN_S_NEW_CELL_VALUE_INDEXES | Public | See coding | 20130506 | BEGIN OF tn_s_new_cell_value_indexes,
row_index TYPE if_bics_object=>tn_id,
column_index TYPE if_bics_object=>tn_id,
value TYPE tn_dec_float,
locked_value TYPE abap_bool,
END OF tn_s_new_cell_value_indexes
|
||
5 | TN_TS_AXIS_OBJECT | Public | See coding | 20101119 | tn_ts_axis_object TYPE SORTED TABLE OF tn_s_axis_object
WITH UNIQUE KEY r_axis object_position
|
||
6 | TN_TS_NEW_CELL_VALUE | Public | See coding | New Cell Values | 20101026 | tn_ts_new_cell_value TYPE SORTED TABLE OF tn_s_new_cell_value
WITH UNIQUE KEY cell_id
|
|
7 | TN_TS_NEW_CELL_VALUE_INDEXES | Public | See coding | 20130506 | tn_ts_new_cell_value_indexes TYPE SORTED TABLE OF tn_s_new_cell_value_indexes
WITH UNIQUE KEY row_index column_index
|
||
8 | TO_S_INDEX_LIST | Public | See coding | 20101116 | BEGIN OF to_s_index_list,
index_id TYPE i,
index_key TYPE i,
index_node_type TYPE i,
index_level TYPE i,
index_level_shift TYPE i,
index_parent TYPE i,
index_drillstate TYPE i,
END OF to_s_index_list
|
Method Signatures
Method GET_COLUMNS_AXIS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_R_AXIS | Value transfer | Object reference (TYPE REF TO) | IF_BICS_RS_AXIS | Result Set Achse | 20100329 |
Method GET_COLUMNS_AXIS on Interface IF_BICS_RS has no exception.
Method GET_CURRENCY_UNIT_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_R_CURRENCY_UNIT_INFO | Value transfer | Object reference (TYPE REF TO) | IF_BICS_CURRENCY_UNIT_INFO | 20100922 |
Method GET_CURRENCY_UNIT_INFO on Interface IF_BICS_RS has no exception.
Method GET_DATA_CELL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_COLUMN | Call by reference | Type reference (TYPE) | I | 20100503 | |||
2 | ![]() |
I_ROW | Call by reference | Type reference (TYPE) | I | 20100503 | |||
3 | ![]() |
R_R_DATA_CELL | Value transfer | Object reference (TYPE REF TO) | IF_BICS_RS_DATA_CELL | Datenzelle im Result Set | 20100503 |
Method GET_DATA_CELL on Interface IF_BICS_RS has no exception.
Method GET_DATA_CELLS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_R_DATA_CELLS | Value transfer | Object reference (TYPE REF TO) | IF_BICS_RS_DATA_CELL_CONTAINER | Result Set Datenzellen | 20100414 |
Method GET_DATA_CELLS on Interface IF_BICS_RS has no exception.
Method GET_DATA_CELL_BY_TUPLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_COLUMN_TUPLE | Call by reference | Object reference (TYPE REF TO) | IF_BICS_RS_AXIS_TUPLE | Achsentupel im Result Set | 20100503 | ||
2 | ![]() |
I_R_ROW_TUPLE | Call by reference | Object reference (TYPE REF TO) | IF_BICS_RS_AXIS_TUPLE | Achsentupel im Result Set | 20100503 | ||
3 | ![]() |
R_R_DATA_CELL | Value transfer | Object reference (TYPE REF TO) | IF_BICS_RS_DATA_CELL | Datenzelle im Result Set | 20100503 |
Method GET_DATA_CELL_BY_TUPLE on Interface IF_BICS_RS has no exception.
Method GET_MEMBERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_QV_CHARACTERISTIC | Call by reference | Object reference (TYPE REF TO) | IF_BICS_QV_CHARACTERISTIC | Merkmale QV-Layer | 20110607 | ||
2 | ![]() |
R_R_MEMBERS | Value transfer | Object reference (TYPE REF TO) | IF_BICS_IOBJ_MEMBER_CONTAINER | Behälter für (einen oder mehrere) Iobj Member | 20110607 |
Method GET_MEMBERS on Interface IF_BICS_RS has no exception.
Method GET_ROWS_AXIS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_R_AXIS | Value transfer | Object reference (TYPE REF TO) | IF_BICS_RS_AXIS | Result Set Achse | 20100329 |
Method GET_ROWS_AXIS on Interface IF_BICS_RS has no exception.
Method GET_RS_RENDERER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_R_RS_RENDERER | Value transfer | Object reference (TYPE REF TO) | IF_RSBOLAP_RS_RENDER_CALLBACK | Callback for Implementing Result Set Rendering | 20130201 |
Method GET_RS_RENDERER on Interface IF_BICS_RS has no exception.
Method SET_NEW_VALUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TS_NEW_CELL_VALUE | Call by reference | Type reference (TYPE) | TN_TS_NEW_CELL_VALUE | Neue Zellwerte | 20101026 | ||
2 | ![]() |
R_NEW_VALUES_VALID | Value transfer | Type reference (TYPE) | ABAP_BOOL | Werte ok | 20101026 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Nur Anzeigemodus | 20101026 | |
2 | ![]() |
Unbekannte Zelle | 20101109 |
Method SET_NEW_VALUES_VIA_RENDERER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TS_NEW_CELL_VALUE | Call by reference | Type reference (TYPE) | TN_TS_NEW_CELL_VALUE | New Cell Values via CellID | 20130506 | ||
2 | ![]() |
I_TS_NEW_CELL_VALUE_INDEXES | Call by reference | Type reference (TYPE) | TN_TS_NEW_CELL_VALUE_INDEXES | New Cell Values via Indexes | 20130506 | ||
3 | ![]() |
R_NEW_VALUES_VALID | Value transfer | Type reference (TYPE) | ABAP_BOOL | Values OK | 20130506 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Display Mode Only | 20130506 | |
2 | ![]() |
Unknown Cell | 20130506 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 730 |