SAP ABAP Class CL_BICS_INA_RS_RENDERER (ZCL_BICS_INA_RS_RENDERER)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT-BICS-INA (Application Component) BW INA provider
⤷
BW_BICS_INA_MAIN (Package) Main Ina Provider

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_BICS_RS_RENDERER | Result Set Renderer | 20130718 |
Properties
Class | CL_BICS_INA_RS_RENDERER | |
Short Description | ZCL_BICS_INA_RS_RENDERER | |
Super Class | CL_BICS_RS_RENDERER | Result Set Renderer |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | BW_BICS_INA_MAIN | Main Ina Provider |
Created | 20130718 | 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... |
Interfaces
Class CL_BICS_INA_RS_RENDERER has no interface implemented.
Friends
Class CL_BICS_INA_RS_RENDERER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_BICS_INA_REQUEST=>TN_S_BICS_INA_REQUEST | 20130718 | |||
2 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_BICS_RS_DATA_CELL=>TN_TS_DATA_CELL | 20130801 | |||
3 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_BICS_INA_COMMONS | Common Response Parts | 20131002 | ||
4 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ESH_IF_INA_JSON_WRITER | JSON-renderer (flexble, easy, fast) | 20130718 | ||
5 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TN_TS_TUPLE_ENCODING | 20130718 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Cell Array Sizes | 20130718 |
2 | ![]() |
Instance method | Protected | Method | Close Element | 20130718 |
3 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20130718 |
4 | ![]() |
Instance method | Public | Method | Get Json string | 20130718 |
5 | ![]() |
Instance method | Private | Method | Render Axis | 20130718 |
6 | ![]() |
Instance method | Private | Method | Write Dimension Members | 20130718 |
7 | ![]() |
Instance method | Private | Method | Write Dimension Members | 20130718 |
8 | ![]() |
Instance method | Protected | Method | 20130718 | |
9 | ![]() |
Instance method | Private | Method | Write Tuple Element Values | 20130718 |
Events
Class CL_BICS_INA_RS_RENDERER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_S_CELL_ENCODING | Public | See coding | 20130718 | BEGIN OF tn_s_cell_encoding,
exceptions TYPE cl_bics_ina_counter=>tn_s_int_counter,
locked_value TYPE cl_bics_ina_counter=>tn_s_int_counter,
input_enabled TYPE cl_bics_ina_counter=>tn_s_int_counter,
values TYPE cl_bics_ina_counter=>tn_s_decfloat_counter,
locale_values TYPE cl_bics_ina_counter=>tn_s_string_counter,
formatted_values TYPE cl_bics_ina_counter=>tn_s_string_counter,
END OF tn_s_cell_encoding
|
||
2 | TN_S_TUPLE_ENCODING | Public | See coding | 20130718 | BEGIN OF tn_s_tuple_encoding,
axis TYPE REF TO cl_bics_axis,
object_position TYPE i,
member_index TYPE cl_bics_ina_counter=>tn_s_int_counter,
parent_index TYPE cl_bics_ina_counter=>tn_s_int_counter,
display_level TYPE cl_bics_ina_counter=>tn_s_int_counter,
drill_state TYPE cl_bics_ina_counter=>tn_s_int_counter,
END OF tn_s_tuple_encoding
|
||
3 | TN_TS_TUPLE_ENCODING | Public | See coding | 20130718 | tn_ts_tuple_encoding TYPE SORTED TABLE OF tn_s_tuple_encoding
WITH UNIQUE KEY axis object_position
|
Method Signatures
Method CELL_ARRA_SIZES Signature
Method CELL_ARRA_SIZES on class CL_BICS_INA_RS_RENDERER has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
ES-InA-Adapter: Errors | 20130718 |
Method CLOSE_ELEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ARRAY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130718 |
Method CLOSE_ELEMENT on class CL_BICS_INA_RS_RENDERER has no exception.
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 | 20130718 | |||
2 | ![]() |
I_R_RESULT_SET | Call by reference | Object reference (TYPE REF TO) | CL_BICS_RS_BASE | Basis RS Class | 20130718 |
Method CONSTRUCTOR on class CL_BICS_INA_RS_RENDERER has no exception.
Method GET_JSON_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_XSTRING | Value transfer | Type reference (TYPE) | XSTRING | 20130718 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
ES-InA-Adapter: Errors | 20130718 |
Method RENDER_AXIS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_AXIS | Call by reference | Object reference (TYPE REF TO) | CL_BICS_AXIS | Axis Constants | 20130718 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
ES-InA-Adapter: Errors | 20130718 |
Method WRITE_DIM_HIERARCHY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_S_AXIS_OBJECT | Call by reference | Type reference (TYPE) | IF_BICS_RS=>TN_S_AXIS_OBJECT | 20130718 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
ES-InA-Adapter: Errors | 20130718 |
Method WRITE_DIM_MEMBERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_S_AXIS_OBJECT | Call by reference | Type reference (TYPE) | IF_BICS_RS=>TN_S_AXIS_OBJECT | 20130718 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
ES-InA-Adapter: Errors | 20130718 |
Method WRITE_ELEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ATTR | Call by reference | Type reference (TYPE) | STRING | 20130718 | |||
2 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | 20130718 | |||
3 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | ANY | 20130718 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
ES-InA-Adapter: Errors | 20130718 |
Method WRITE_TUPLE_ELEMENT_VALUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_STRING_TYPE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130722 | |||
2 | ![]() |
I_S_COUNTER | Call by reference | Type reference (TYPE) | ANY | 20130718 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
ES-InA-Adapter: Errors | 20130718 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |