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 | 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... | |
| 6 | 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
Methods
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 | I_R_QUERY_VIEW | Call by reference | Object reference (TYPE REF TO) | CL_BICS_QV | 20111212 | ||||
| 2 | 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 | C_T_MEMBER_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20111212 | ||||
| 2 | I_FROM_INDEX | Call by reference | Type reference (TYPE) | I | 20111212 | ||||
| 3 | I_R_AXIS | Call by reference | Object reference (TYPE REF TO) | CL_BICS_AXIS | Achsenkonstanten | 20111212 | |||
| 4 | I_S_AXIS_OBJECT | Call by reference | Type reference (TYPE) | IF_BICS_RS=>TN_S_AXIS_OBJECT | 20111212 | ||||
| 5 | I_TH_TXT_N | Call by reference | Type reference (TYPE) | RSDM_TH_TXT_N | 20111212 | ||||
| 6 | I_TO_INDEX | Call by reference | Type reference (TYPE) | I | 20111212 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | C_T_MEMBER_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20111212 | ||||
| 2 | I_FROM_INDEX | Call by reference | Type reference (TYPE) | I | 20111212 | ||||
| 3 | I_R_AXIS | Call by reference | Object reference (TYPE REF TO) | CL_BICS_AXIS | Achsenkonstanten | 20111212 | |||
| 4 | I_S_AXIS_OBJECT | Call by reference | Type reference (TYPE) | IF_BICS_RS=>TN_S_AXIS_OBJECT | 20111212 | ||||
| 5 | I_TH_TXT_N | Call by reference | Type reference (TYPE) | RSDM_TH_TXT_N | 20111212 | ||||
| 6 | I_TO_INDEX | Call by reference | Type reference (TYPE) | I | 20111212 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | 20111212 | |||
| 2 | 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 | I_FROM_COLUMN | Value transfer | Type reference (TYPE) | I | Index | 20111212 | |||
| 2 | I_FROM_ROW | Value transfer | Type reference (TYPE) | I | Index | 20111212 | |||
| 3 | I_TO_COLUMN | Value transfer | Type reference (TYPE) | I | Index | 20111212 | |||
| 4 | I_TO_ROW | Value transfer | Type reference (TYPE) | I | Index | 20111212 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | I_FROM_COLUMN | Value transfer | Type reference (TYPE) | I | Index | 20111212 | |||
| 2 | I_FROM_ROW | Value transfer | Type reference (TYPE) | I | Index | 20111212 | |||
| 3 | I_TO_COLUMN | Value transfer | Type reference (TYPE) | I | Index | 20111212 | |||
| 4 | I_TO_ROW | Value transfer | Type reference (TYPE) | I | Index | 20111212 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | C_DISPLAY_VALUE | Call by reference | Type reference (TYPE) | IF_BICS_RS_DATA_CELL=>TN_VALUE | 20130131 | ||||
| 2 | C_IN_BRACKETS | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130131 | ||||
| 3 | C_LOCKED_VALUE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130131 | ||||
| 4 | C_MAX_ALERT_LEVEL | Call by reference | Type reference (TYPE) | CL_BICS_EXCEPTION_ALERT_LEVEL=>TN_ALERT_LEVEL | Ausnahmestufe | 20130131 | |||
| 5 | C_VALUE | Call by reference | Type reference (TYPE) | IF_BICS_RS_DATA_CELL=>TN_VALUE | 20130131 | ||||
| 6 | C_VALUE_EXCEPTION | Call by reference | Type reference (TYPE) | CL_BICS_VALUE_EXCEPTION=>TN_VALUE_EXCEPTION | Wertetyp | 20130131 | |||
| 7 | I_S_DATN | Call by reference | Type reference (TYPE) | RRX1_S_DAT_N | 20130131 | ||||
| 8 | 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 | C_RT_TUPLES | Call by reference | Object reference (TYPE REF TO) | DATA | 20111212 | ||||
| 2 | I_FROM_INDEX | Value transfer | Type reference (TYPE) | I | 20111212 | ||||
| 3 | I_RT_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20111212 | ||||
| 4 | I_R_AXIS | Call by reference | Object reference (TYPE REF TO) | IF_BICS_QV_AXIS | Query View Achsen Objekt | 20111212 | |||
| 5 | 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 | 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 | 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 | 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 | 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 | Display Mode Only | 20130506 | ||
| 2 | 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 | I_FROM_ROW | Call by reference | Type reference (TYPE) | I | Index | 20111212 | |||
| 2 | I_TO_ROW | Call by reference | Type reference (TYPE) | I | Index | 20111212 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ES-InA-Adapter: Errors | 20130617 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |