SAP ABAP Class CL_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 - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_BICS_RS_BASE | Basis RS Class | 20111212 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BICS_RS | Result Set | 20100329 |
Properties
Class | CL_BICS_RS | |
Short Description | Result Set | |
Super Class | CL_BICS_RS_BASE | Basis RS Class |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | BW_BICS_CONSUMER_QUERY_VIEW | BW BICS Consumer Query View |
Created | 20100329 | 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 interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
3 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
4 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
5 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_BICS_RS | Result Set | 20100329 |
Friends
Class CL_BICS_RS has no friend class.
Attributes
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | 20100329 | |
2 | ![]() |
Instance method | Public | Method | Read Provider Exception Data | 20110211 |
3 | ![]() |
Instance method | Public | Method | Read New Data | 20100329 |
4 | ![]() |
Instance method | Public | Method | Set data | 20100419 |
Events
Class CL_BICS_RS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_S_MEMBER_CONTAINER | Public | See coding | Table of Member Containers | 20100503 | BEGIN OF tn_s_member_container,
id TYPE if_bics_object=>tn_id,
r_member_container TYPE REF TO if_bics_iobj_member_container,
END OF tn_s_member_container
|
|
2 | TN_TS_MEMBER_CONTAINER | Public | See coding | Table of Member Containers | 20100503 | tn_ts_member_container TYPE SORTED TABLE OF tn_s_member_container
WITH UNIQUE KEY id
|
|
3 | TO_S_INDEX_LIST | Public | See coding | 20100503 | 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 CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_QUERY_VIEW | Call by reference | Object reference (TYPE REF TO) | CL_BICS_QV | Query View | 20100329 |
Method CONSTRUCTOR on class CL_BICS_RS has no exception.
Method GET_PROV_EXCEPTIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_TH_ALERT_LEVEL | Value transfer | Object reference (TYPE REF TO) | DATA | Exceptiondaten | 20110211 |
Method GET_PROV_EXCEPTIONS on class CL_BICS_RS has no exception.
Method REFRESH_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DETERMINE_DELTA_RS | Call by reference | Type reference (TYPE) | ABAP_BOOL | Determine Delta Result Set if TRUE | 20121018 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
No authorization | 20130716 | |
2 | ![]() |
Leeres Result Set | 20101124 |
Method SET_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DELTA_MODE | Call by reference | Type reference (TYPE) | ABAP_BOOL | Delta Mode | 20121018 | ||
2 | ![]() |
I_R_COLUMN_TUPLES | Call by reference | Object reference (TYPE REF TO) | DATA | 20100419 | |||
3 | ![]() |
I_R_DATA_CELLS | Call by reference | Object reference (TYPE REF TO) | IF_BICS_RS_DATA_CELL=>TN_TS_DATA_CELL | 20100419 | |||
4 | ![]() |
I_R_ROW_TUPLES | Call by reference | Object reference (TYPE REF TO) | DATA | 20100419 | |||
5 | ![]() |
I_TS_AXIS_OBJECTS | Call by reference | Type reference (TYPE) | IF_BICS_RS~TN_TS_AXIS_OBJECT | 20101119 | |||
6 | ![]() |
I_TS_DATA_CELL_DELTA | Call by reference | Type reference (TYPE) | IF_BICS_RS_DATA_CELL_CONTAINER=>TN_TS_DATA_CELL_DELTA | Delta Data Cell IDs | 20121018 | ||
7 | ![]() |
I_TS_PROV_COLUMN_SETXX_DELTA | Call by reference | Type reference (TYPE) | IF_RSBOLAP_RS_AXIS=>TN_TS_DELTA_SETXX | Delta SetXX Line Indexes | 20121018 | ||
8 | ![]() |
I_TS_PROV_ROW_SETXX_DELTA | Call by reference | Type reference (TYPE) | IF_RSBOLAP_RS_AXIS=>TN_TS_DELTA_SETXX | Delta SetXX Line Indexes | 20121018 |
Method SET_DATA on class CL_BICS_RS has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 730 |