SAP ABAP Interface IF_BICS_RS_DATA_CELL (Data Cell in 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 - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BICS_RS_DATA_CELL | Data Cell in Result Set | 20100503 |
Properties
Interface | IF_BICS_RS_DATA_CELL | |
Short Description | Data Cell in Result Set |
General Data
Package | BW_BICS_CONSUMER_QUERY_VIEW | BW BICS Consumer Query View |
Created | 20100414 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | CL_BICS_VALUE_TYPE | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_BICS_CONTEXT | Context of an Object | 20100414 | ||
2 | IF_BICS_QV_CONTEXT | Context of a Query View Object | 20100414 | ||
3 | IF_BICS_RS_CONTEXT | Context of a Result Set Object | 20100414 |
Friends
Interface IF_BICS_RS_DATA_CELL has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | N_COLUMN_INDEX | Instance attribute | Public | Type reference (TYPE) | I | Column Index | 20100622 | ||
2 | N_DATA_CELL_ID | Instance attribute | Public | Type reference (TYPE) | I | Data Cell ID (KID) | 20100622 | ||
3 | N_ROW_INDEX | Instance attribute | Public | Type reference (TYPE) | I | Line Index | 20100622 | ||
4 | N_R_RS_DATA_CELL | Instance attribute | Public | Object reference (TYPE REF TO) | IF_BICS_RS_DATA_CELL=>TN_S_DATA_CELL | Data Cell | 20101013 | ||
5 | N_VALUE | Instance attribute | Public | Type reference (TYPE) | TN_VALUE | Cell Value | 20100622 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Read Axis Tuple | 20101004 |
2 | ![]() |
Instance method | Public | Method | Read Value Type | 20101004 |
3 | ![]() |
Instance method | Public | Method | Read QueryView Data Cell | 20101004 |
Events
Interface IF_BICS_RS_DATA_CELL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_PRECISION | Public | Type reference (TYPE) | NUMC2 | 20100414 |
|
|
2 | TN_S_AXIS_TUPLE_CELL_DETAILS | Public | See coding | Details of Cells Aggregated to the Axis Tuple | 20100504 | BEGIN OF tn_s_axis_tuple_cell_details,
tuple_index TYPE i,
has_uniform_currency_unit TYPE abap_bool,
uniform_currency_unit_id TYPE if_bics_object=>tn_id,
has_uniform_scaling_factor TYPE abap_bool,
uniform_scaling_factor TYPE if_bics_qv_data_cell=>tn_scale,
has_uniform_value_type TYPE abap_bool,
uniform_value_type TYPE REF TO cl_bics_value_type,
END OF tn_s_axis_tuple_cell_details
|
|
3 | TN_S_DATA_CELL | Public | See coding | 20100414 | BEGIN OF tn_s_data_cell,
row_index TYPE i,
column_index TYPE i,
data_cell_id TYPE if_bics_object=>tn_id,
tuple_id TYPE if_bics_object=>tn_id,
selection_id TYPE if_bics_object=>tn_id,
value TYPE tn_value,
display_value TYPE tn_value,
currency_unit_id TYPE if_bics_object=>tn_id,
value_type TYPE cl_bics_value_type=>tn_value_type,
value_exception TYPE cl_bics_value_exception=>tn_value_exception,
input_enabled TYPE abap_bool,
number_precision TYPE tn_precision,
max_precision TYPE tn_precision,
number_scale TYPE if_bics_qv_data_cell=>tn_scale,
emphasized TYPE abap_bool,
max_alert_level TYPE cl_bics_exception_alert_level=>tn_alert_level,
locked_value TYPE abap_bool,
in_brackets TYPE abap_bool,
END OF tn_s_data_cell
|
||
4 | TN_S_DATA_CELL2 | Public | See coding | 20110728 | BEGIN OF tn_s_data_cell2,
row_index TYPE i,
column_index TYPE i,
data_cell_id TYPE if_bics_object=>tn_id,
selection_id TYPE if_bics_object=>tn_id,
value TYPE tn_value,
display_value TYPE tn_value,
currency_unit_id TYPE if_bics_object=>tn_id,
value_type TYPE CHAR1,
value_exception TYPE CL_BICS_VALUE_EXCEPTION=>TN_BW_VALUE_EXCEPTION,
input_enabled TYPE abap_bool,
number_precision TYPE tn_precision,
max_precision TYPE tn_precision,
number_scale TYPE if_bics_qv_data_cell=>tn_scale,
emphasized TYPE abap_bool,
max_alert_level TYPE REF TO cl_bics_exception_alert_level,
END OF tn_s_data_cell2
|
||
5 | TN_TS_DATA_CELL | Public | See coding | 20100414 | tn_ts_data_cell TYPE SORTED TABLE OF tn_s_data_cell
WITH UNIQUE KEY primary_key
COMPONENTS row_index column_index
WITH UNIQUE SORTED KEY cell_id_key
COMPONENTS data_cell_id
WITH UNIQUE SORTED KEY tuple_id
COMPONENTS tuple_id selection_id
|
||
6 | TN_TS_DATA_CELL2 | Public | See coding | 20110728 | tn_ts_data_cell2 TYPE SORTED TABLE OF tn_s_data_cell2
WITH UNIQUE KEY data_cell_id
|
||
7 | TN_T_AXIS_TUPLE_CELL_DETAILS | Public | See coding | 20100504 | tn_t_axis_tuple_cell_details TYPE STANDARD TABLE OF tn_s_axis_tuple_cell_details
WITH KEY tuple_index
|
||
8 | TN_T_DATA_CELL | Public | See coding | 20100414 | tn_t_data_cell TYPE STANDARD TABLE OF tn_s_data_cell WITH DEFAULT KEY
|
||
9 | TN_T_DATA_CELL2 | Public | See coding | 20110728 | tn_t_data_cell2 TYPE STANDARD TABLE OF tn_s_data_cell2 WITH DEFAULT KEY
|
||
10 | TN_VALUE | Public | Type reference (TYPE) | DECFLOAT34 | 20100414 |
|
Method Signatures
Method GET_AXIS_TUPLE 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 | Achsenkonstanten | 20101004 | ||
2 | ![]() |
R_R_RS_AXIS_TUPLE | Value transfer | Object reference (TYPE REF TO) | IF_BICS_RS_AXIS_TUPLE | Achsentupel im Result Set | 20101004 |
Method GET_AXIS_TUPLE on Interface IF_BICS_RS_DATA_CELL has no exception.
Method GET_BASE_VALUE_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_VALUE_TYPE | Value transfer | Type reference (TYPE) | CL_BICS_VALUE_TYPE=>TN_VALUE_TYPE | Typ eines Datenzellwertes | 20110930 |
Method GET_BASE_VALUE_TYPE on Interface IF_BICS_RS_DATA_CELL has no exception.
Method GET_QV_DATA_CELL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_R_DATA_CELL | Value transfer | Object reference (TYPE REF TO) | IF_BICS_QV_DATA_CELL | Datenzellenbeschreibung (KID) | 20101004 |
Method GET_QV_DATA_CELL on Interface IF_BICS_RS_DATA_CELL has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 730 |