SAP ABAP Interface IF_BICS_RS_FLAT_DATA_DESCR (Descriptor for Flat 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_FLAT_DATA_DESCR | Container for Flat Result Set | 20111212 |
Properties
| Interface | IF_BICS_RS_FLAT_DATA_DESCR | |
| Short Description | Descriptor for Flat Result Set |
General Data
| Package | BW_BICS_CONSUMER_QUERY_VIEW | BW BICS Consumer Query View |
| Created | 20111205 | SAP |
| Last changed | 20130531 | SAP |
| 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_RS_FLAT_DATA_DESCR | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BICS_CONTEXT | Context of an Object | 20111212 | ||
| 2 | IF_BICS_MD_CONTEXT | MD Context | 20111212 | ||
| 3 | IF_BICS_QV_CONTEXT | Context of a Query View Object | 20111212 |
Friends
Interface IF_BICS_RS_FLAT_DATA_DESCR has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | N_R_DATA | Instance attribute | Public | Object reference (TYPE REF TO) | DATA | 20111212 | |||
| 2 | N_R_TABLE_DESCR | Instance attribute | Public | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | Runtime Type Services | 20111212 | ||
| 3 | N_TH_MAP_COLUMN_CATALOG | Instance attribute | Public | Type reference (TYPE) | TN_TH_MAP_COLUMN_CATALOG | Mapping Description Table | 20111212 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Create Structure Components from Catalog | 20111212 | |
| 2 | Instance method | Public | Method | Generate Template Mapping Description Table (As in QA) | 20111212 | |
| 3 | Instance method | Public | Method | Specify Flat RS Table | 20111212 |
Events
Interface IF_BICS_RS_FLAT_DATA_DESCR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_S_MAP_COLUMN_CATALOG | Public | See coding | Mapping Description | 20111212 | BEGIN OF tn_s_map_column_catalog,
characteristic_id TYPE if_bics_object=>tn_id,
data_cell_id TYPE if_bics_object=>tn_id,
column_type TYPE if_bics_iobj_member=>tn_column_type,
attribute TYPE REF TO if_bics_md_attr,
node_type TYPE REF TO if_bics_node_type,
presentation TYPE REF TO cl_bics_presentation,
table_column_index TYPE i,
table_column_name TYPE char30,
compound_level TYPE i,
END OF tn_s_map_column_catalog
|
|
| 2 | TN_S_MAP_ERROR | Public | See coding | Mapping Error | 20111212 | BEGIN OF tn_s_map_error,
error_text TYPE string,
column TYPE tn_s_map_column_catalog,
END OF tn_s_map_error
|
|
| 3 | TN_TH_MAP_COLUMN_CATALOG | Public | See coding | Mapping Description Table | 20111212 | tn_th_map_column_catalog TYPE HASHED TABLE OF tn_s_map_column_catalog
WITH UNIQUE KEY characteristic_id
data_cell_id
column_type
attribute
node_type
presentation
|
|
| 4 | TN_T_MAP_ERROR | Public | See coding | Mapping Error Table | 20111212 | tn_t_map_error TYPE STANDARD TABLE OF tn_s_map_error
WITH KEY column
|
Method Signatures
Method CREATE_DATA_COMP_FROM_CATALOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TH_MAP_COLUMN_CATALOG | Call by reference | Type reference (TYPE) | IF_BICS_RS_FLAT_DATA_DESCR=>TN_TH_MAP_COLUMN_CATALOG | Mappingbeschreibungstabelle | 20111212 | |||
| 2 | R_T_COMPONENT | Value transfer | Type reference (TYPE) | ABAP_COMPONENT_TAB | 20111212 |
Method CREATE_DATA_COMP_FROM_CATALOG on Interface IF_BICS_RS_FLAT_DATA_DESCR has no exception.
Method GET_TEMPLATE_MAP_COL_CATALOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PREFIX | Call by reference | Type reference (TYPE) | CHAR1 | '_' | Prefix | 20111212 | ||
| 2 | R_TH_MAP_COLUMN_CATALOG | Value transfer | Type reference (TYPE) | IF_BICS_RS_FLAT_DATA_DESCR=>TN_TH_MAP_COLUMN_CATALOG | Mappingbeschreibungstabelle | 20111212 |
Method GET_TEMPLATE_MAP_COL_CATALOG on Interface IF_BICS_RS_FLAT_DATA_DESCR has no exception.
Method SET_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_TABLE_DESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | Runtime Type Services | 20111212 | |||
| 2 | I_TH_MAP_COLUMN_CATALOG | Call by reference | Type reference (TYPE) | TN_TH_MAP_COLUMN_CATALOG | Mappingbeschreibungstabelle | 20111212 | |||
| 3 | R_T_MAP_ERROR | Value transfer | Type reference (TYPE) | TN_T_MAP_ERROR | Mapping Fehlertabelle | 20111212 |
Method SET_TABLE on Interface IF_BICS_RS_FLAT_DATA_DESCR has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |