SAP ABAP Class CL_BICS_RS_RENDERER (Result Set Renderer)
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 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSBOLAP_RS_RENDER_CALLBACK Callback for Implementing Result Set Rendering 20111212
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BICS_INA_RS_RENDERER ZCL_BICS_INA_RS_RENDERER 20130718
2 Inheritance (c INHERITING FROM c_ref)  CL_BICS_RS_RENDERER_FLAT Flat Result Set 20111212
3 Inheritance (c INHERITING FROM c_ref)  CL_BICS_RS_RENDERER_LOCAL Result Set Renderer OLAP->BICS 20111212
Properties
Class CL_BICS_RS_RENDERER  
Short Description Result Set Renderer    
Super 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 20111205   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 Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 IF_RSBOLAP_RESULT_SET Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
6 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_RSBOLAP_RS_RENDER_CALLBACK Callback for Implementing Result Set Rendering 20111212
Friends
Class CL_BICS_RS_RENDERER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 O_R_DYN_DATA_GENERATOR Instance attribute Protected Object reference (TYPE REF TO) CL_BICS_DYN_DATA_GENERATOR 20111212
2 O_R_PROV_BODY_TUPLES Instance attribute Protected Object reference (TYPE REF TO) DATA 20111212
3 O_R_PROV_COLUMN_TUPLES Instance attribute Protected Object reference (TYPE REF TO) DATA 20111212
4 O_R_PROV_DATA_CELLS Instance attribute Protected Object reference (TYPE REF TO) RRX1_TH_DAT_N 20111212
5 O_R_PROV_ROW_TUPLES Instance attribute Protected Object reference (TYPE REF TO) DATA 20111212
6 O_R_PROV_TEXTS Instance attribute Protected Object reference (TYPE REF TO) RSDM_TH_TXT_N 20111212
7 O_R_QUERY_VIEW Instance attribute Protected Object reference (TYPE REF TO) CL_BICS_QV Query View 20111212
8 O_R_RESULT_SET_BASE Instance attribute Protected Object reference (TYPE REF TO) CL_BICS_RS_BASE Basis RS Class 20111212
9 O_SX_RENDER_INFO Instance attribute Protected Type reference (TYPE) TO_SX_RENDER_INFO 20111212
10 O_TH_PROV_AXIS_OBJECTS Instance attribute Protected Type reference (TYPE) RSBOLAP_RS_TH_AXIS_OBJECT 20111212
11 O_TS_BICS_AXIS_OBJECTS Instance attribute Protected Type reference (TYPE) IF_BICS_RS=>TN_TS_AXIS_OBJECT 20111212
12 O_TS_PROV_COLUMN_DELTA Instance attribute Protected Type reference (TYPE) IF_RSBOLAP_RS_AXIS=>TN_TS_DELTA_SETXX 20121018
13 O_TS_PROV_DATA_CELL_DELTA Instance attribute Protected Type reference (TYPE) IF_RSBOLAP_RESULT_SET=>TN_TS_DATA_CELL_DELTA 20121018
14 O_TS_PROV_ROW_DELTA Instance attribute Protected Type reference (TYPE) IF_RSBOLAP_RS_AXIS=>TN_TS_DELTA_SETXX 20121018
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20111212
2 CREATE_MEMBERS_TABLE Instance method Protected Method Create Member Table for a Characteristic 20111212
3 CREATE_MEMBERS_TABLE_STRUC Instance method Protected Method Create Member Table for a Structure 20111212
4 DETERMINE_RENDER_INFO Instance method Protected Method Find Render Info 20111212
5 POPULATE_RENDER_RESULT Instance method Protected Method Distribute Result 20111212
6 RENDER_AXES Instance method Protected Method Render Axes 20111212
7 RENDER_DATA_CELLS Instance method Protected Method Render Data Cells 20111212
8 RENDER_DATA_CELL_VALUE Instance method Protected Method Render Single Data Cell 20130131
9 RENDER_FLAT_AXIS Instance method Protected Method Render Axis Flat 20111212
10 SET_NEW_VALUES Instance method Public Method Set New Values 20130506
11 TRANSFORM_AXIS_OBJECTS Instance method Protected Method Transform Axis Tuple Information 20111212
12 TRANSFORM_TEXTS Instance method Protected Method Transform Texts 20111212
Events
Class CL_BICS_RS_RENDERER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TO_SX_RENDER_INFO Protected See coding 20111212 BEGIN OF to_sx_render_info, column_count TYPE i, row_count TYPE i, column_char_count TYPE i, row_char_count TYPE i, column_non_struc_count TYPE i, row_non_struc_count TYPE i, "sid_index_catalog TYPE rrk1_th_aggr_idxs, "max_sid_index TYPE i, "max_hsid_index TYPE i, "req_kids TYPE rrk0_sx_kid_selection, struc_sid_index_1 TYPE i, struc_sid_index_2 TYPE i, fix_eltsid_1 TYPE rssid, fix_eltsid_2 TYPE rssid, key_figure_axis TYPE REF TO cl_bics_axis, list_geometry TYPE i, " sorting TYPE rrk0_tx_sorting, END OF to_sx_render_info
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 20111212
2 Importing I_R_RESULT_SET Call by reference Object reference (TYPE REF TO) CL_BICS_RS_BASE Basis RS-Klasse 20111212

Method CONSTRUCTOR on class CL_BICS_RS_RENDERER has no exception.

Method CREATE_MEMBERS_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_MEMBER_DATA Call by reference Type reference (TYPE) INDEX TABLE 20111212
2 Importing I_FROM_INDEX Call by reference Type reference (TYPE) I 20111212
3 Importing I_R_AXIS Call by reference Object reference (TYPE REF TO) CL_BICS_AXIS Achsenkonstanten 20111212
4 Importing I_S_AXIS_OBJECT Call by reference Type reference (TYPE) IF_BICS_RS=>TN_S_AXIS_OBJECT 20111212
5 Importing I_TH_TXT_N Call by reference Type reference (TYPE) RSDM_TH_TXT_N 20111212
6 Importing I_TO_INDEX Call by reference Type reference (TYPE) I 20111212
# Exception Resumable Description Created on
1 CX_ESH_IF_INA ES-InA-Adapter: Errors 20130617

Method CREATE_MEMBERS_TABLE_STRUC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_MEMBER_DATA Call by reference Type reference (TYPE) INDEX TABLE 20111212
2 Importing I_FROM_INDEX Call by reference Type reference (TYPE) I 20111212
3 Importing I_R_AXIS Call by reference Object reference (TYPE REF TO) CL_BICS_AXIS Achsenkonstanten 20111212
4 Importing I_S_AXIS_OBJECT Call by reference Type reference (TYPE) IF_BICS_RS=>TN_S_AXIS_OBJECT 20111212
5 Importing I_TH_TXT_N Call by reference Type reference (TYPE) RSDM_TH_TXT_N 20111212
6 Importing I_TO_INDEX Call by reference Type reference (TYPE) I 20111212
# Exception Resumable Description Created on
1 CX_ESH_IF_INA ES-InA-Adapter: Errors 20130617

Method DETERMINE_RENDER_INFO Signature

Method DETERMINE_RENDER_INFO on class CL_BICS_RS_RENDERER has no parameter.
# Exception Resumable Description Created on
1 CX_BICS_NO_AUTHORITY 20111212
2 CX_BICS_RESULT_SET_EMPTY 20111212

Method POPULATE_RENDER_RESULT Signature

Method POPULATE_RENDER_RESULT on class CL_BICS_RS_RENDERER has no parameter.
Method POPULATE_RENDER_RESULT on class CL_BICS_RS_RENDERER has no exception.

Method RENDER_AXES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FROM_COLUMN Value transfer Type reference (TYPE) I Index 20111212
2 Importing I_FROM_ROW Value transfer Type reference (TYPE) I Index 20111212
3 Importing I_TO_COLUMN Value transfer Type reference (TYPE) I Index 20111212
4 Importing I_TO_ROW Value transfer Type reference (TYPE) I Index 20111212
# Exception Resumable Description Created on
1 CX_ESH_IF_INA ES-InA-Adapter: Errors 20130617

Method RENDER_DATA_CELLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FROM_COLUMN Value transfer Type reference (TYPE) I Index 20111212
2 Importing I_FROM_ROW Value transfer Type reference (TYPE) I Index 20111212
3 Importing I_TO_COLUMN Value transfer Type reference (TYPE) I Index 20111212
4 Importing I_TO_ROW Value transfer Type reference (TYPE) I Index 20111212
# Exception Resumable Description Created on
1 CX_ESH_IF_INA ES-InA-Adapter: Errors 20130617

Method RENDER_DATA_CELL_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_DISPLAY_VALUE Call by reference Type reference (TYPE) IF_BICS_RS_DATA_CELL=>TN_VALUE 20130131
2 Changing C_IN_BRACKETS Call by reference Type reference (TYPE) ABAP_BOOL 20130131
3 Changing C_LOCKED_VALUE Call by reference Type reference (TYPE) ABAP_BOOL 20130131
4 Changing C_MAX_ALERT_LEVEL Call by reference Type reference (TYPE) CL_BICS_EXCEPTION_ALERT_LEVEL=>TN_ALERT_LEVEL Ausnahmestufe 20130131
5 Changing C_VALUE Call by reference Type reference (TYPE) IF_BICS_RS_DATA_CELL=>TN_VALUE 20130131
6 Changing C_VALUE_EXCEPTION Call by reference Type reference (TYPE) CL_BICS_VALUE_EXCEPTION=>TN_VALUE_EXCEPTION Wertetyp 20130131
7 Importing I_S_DATN Call by reference Type reference (TYPE) RRX1_S_DAT_N 20130131
8 Importing I_VALUE_TYPE Call by reference Type reference (TYPE) CL_BICS_VALUE_TYPE=>TN_VALUE_TYPE 20130131

Method RENDER_DATA_CELL_VALUE on class CL_BICS_RS_RENDERER has no exception.

Method RENDER_FLAT_AXIS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_RT_TUPLES Call by reference Object reference (TYPE REF TO) DATA 20111212
2 Importing I_FROM_INDEX Value transfer Type reference (TYPE) I 20111212
3 Importing I_RT_DATA Call by reference Object reference (TYPE REF TO) DATA 20111212
4 Importing I_R_AXIS Call by reference Object reference (TYPE REF TO) IF_BICS_QV_AXIS Query View Achsen Objekt 20111212
5 Importing I_TO_INDEX Value transfer Type reference (TYPE) I 20111212

Method RENDER_FLAT_AXIS on class CL_BICS_RS_RENDERER has no exception.

Method SET_NEW_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TS_PROV_NEW_VALUE Call by reference Type reference (TYPE) IF_RSBOLAP_RESULT_SET=>TN_TS_NEW_VALUE List of New Cell Values 20130506
2 Exporting E_T_INDEX_CATALOG Call by reference Type reference (TYPE) BICS_PROV_RS_T_INDEX_CATALOG Catalog of the Characteristic ID with Index for Flattening 20130506
3 Importing I_TS_NEW_CELL_VALUE Call by reference Type reference (TYPE) IF_BICS_RS=>TN_TS_NEW_CELL_VALUE New Cell Values via CellID 20130506
4 Importing I_TS_NEW_CELL_VALUE_INDEXES Call by reference Type reference (TYPE) IF_BICS_RS=>TN_TS_NEW_CELL_VALUE_INDEXES New Cell Values via Indexes 20130506
# Exception Resumable Description Created on
1 CX_BICS_DISPLAY_MODE_ONLY Display Mode Only 20130506
2 CX_BICS_UNKNOWN_CELL Unknown Cell 20130506

Method TRANSFORM_AXIS_OBJECTS Signature

Method TRANSFORM_AXIS_OBJECTS on class CL_BICS_RS_RENDERER has no parameter.
Method TRANSFORM_AXIS_OBJECTS on class CL_BICS_RS_RENDERER has no exception.

Method TRANSFORM_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FROM_ROW Call by reference Type reference (TYPE) I Index 20111212
2 Importing I_TO_ROW Call by reference Type reference (TYPE) I Index 20111212
# Exception Resumable Description Created on
1 CX_ESH_IF_INA ES-InA-Adapter: Errors 20130617
History
Last changed by/on SAP  20140121 
SAP Release Created in 740