SAP ABAP Class IF_BICS_RS_FLAT_DATA_DESCR (Descriptor for Flat Result Set)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_BICS_CONTEXT Context of an Object 20111212
2 Interface composition (i COMPRISING i_ref)  IF_BICS_MD_CONTEXT MD Context 20111212
3 Interface composition (i COMPRISING i_ref)  IF_BICS_QV_CONTEXT Context of a Query View Object 20111212
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
Class IF_BICS_RS_FLAT_DATA_DESCR  
Short Description Descriptor for Flat Result Set    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20111205   SAP 
Last change 20130531   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_RS_FLAT_DATA_DESCR Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class IF_BICS_RS_FLAT_DATA_DESCR has no interface implemented.
Friends
Class IF_BICS_RS_FLAT_DATA_DESCR has no friend class.
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 CREATE_DATA_COMP_FROM_CATALOG Instance method Public Method Create Structure Components from Catalog 20111212
2 GET_TEMPLATE_MAP_COL_CATALOG Instance method Public Method Generate Template Mapping Description Table (As in QA) 20111212
3 SET_TABLE Instance method Public Method Specify Flat RS Table 20111212
Events
Class 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 Importing 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 Returning R_T_COMPONENT Value transfer Type reference (TYPE) ABAP_COMPONENT_TAB 20111212

Method CREATE_DATA_COMP_FROM_CATALOG on class 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 Importing I_PREFIX Call by reference Type reference (TYPE) CHAR1 '_' Prefix 20111212
2 Returning 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 class 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 Importing I_R_TABLE_DESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_TABLEDESCR Runtime Type Services 20111212
2 Importing I_TH_MAP_COLUMN_CATALOG Call by reference Type reference (TYPE) TN_TH_MAP_COLUMN_CATALOG Mappingbeschreibungstabelle 20111212
3 Returning R_T_MAP_ERROR Value transfer Type reference (TYPE) TN_T_MAP_ERROR Mapping Fehlertabelle 20111212

Method SET_TABLE on class IF_BICS_RS_FLAT_DATA_DESCR has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in