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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_BICS_OBJECT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_BICS_RS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_BICS_RS_DATA_CELL_CONTAINER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 IF_RSBOLAP_RS_AXIS 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
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_TS_MEMBER_CONTAINER Instance attribute Public Type reference (TYPE) TN_TS_MEMBER_CONTAINER 20100503
2 O_R_COLUMNS_AXIS Instance attribute Protected Object reference (TYPE REF TO) CL_BICS_RS_AXIS Axis in Result Set 20100329
3 O_R_COLUMN_TUPLE_CONTAINER Instance attribute Protected Object reference (TYPE REF TO) CL_BICS_RS_AXIS_TUPLE_CTR Container for Column Tuple 20100420
4 O_R_CURRENCY_UNIT_INFO Instance attribute Public Object reference (TYPE REF TO) IF_BICS_CURRENCY_UNIT_INFO 20100922
5 O_R_DATA_CELL_CONTAINER Instance attribute Protected Object reference (TYPE REF TO) CL_BICS_RS_DATA_CELL_CONTAINER Container for Data Cells in ABAP BICS 20100419
6 O_R_ROWS_AXIS Instance attribute Protected Object reference (TYPE REF TO) CL_BICS_RS_AXIS Axis in Result Set 20100329
7 O_R_ROW_TUPLE_CONTAINER Instance attribute Protected Object reference (TYPE REF TO) CL_BICS_RS_AXIS_TUPLE_CTR Container of the Row Tuple 20100420
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20100329
2 GET_PROV_EXCEPTIONS Instance method Public Method Read Provider Exception Data 20110211
3 REFRESH_DATA Instance method Public Method Read New Data 20100329
4 SET_DATA 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 Importing 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 Returning 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 Importing 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 CX_BICS_NO_AUTHORITY No authorization 20130716
2 CX_BICS_RESULT_SET_EMPTY Leeres Result Set 20101124

Method SET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DELTA_MODE Call by reference Type reference (TYPE) ABAP_BOOL Delta Mode 20121018
2 Importing I_R_COLUMN_TUPLES Call by reference Object reference (TYPE REF TO) DATA 20100419
3 Importing I_R_DATA_CELLS Call by reference Object reference (TYPE REF TO) IF_BICS_RS_DATA_CELL=>TN_TS_DATA_CELL 20100419
4 Importing I_R_ROW_TUPLES Call by reference Object reference (TYPE REF TO) DATA 20100419
5 Importing I_TS_AXIS_OBJECTS Call by reference Type reference (TYPE) IF_BICS_RS~TN_TS_AXIS_OBJECT 20101119
6 Importing 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 Importing 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 Importing 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