SAP ABAP Interface IF_DATA_PREVIEW (Structures for Data Preview)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-AIE (Application Component) Installation and Infrastructure for ABAP Tools in Eclipse
     SDP_ADT (Package) Development package
Properties
Interface IF_DATA_PREVIEW  
Short Description Structures for Data Preview    
General Data
Package SDP_ADT   Development package 
Created 20130322   SAP 
Last changed 20141121    
Unicode checks active    
Forward declarations
Interface IF_DATA_PREVIEW has no forward declaration.
Interfaces
Interface IF_DATA_PREVIEW has no interface.
Friends
Interface IF_DATA_PREVIEW has no friend.
Attributes
Interface IF_DATA_PREVIEW has no attribute.
Methods
Interface IF_DATA_PREVIEW has no method.
Events
Interface IF_DATA_PREVIEW has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_COL_METADATA Public See coding 20130826 tt_col_metadata TYPE TABLE OF ty_col_metadata
2 TT_TABLE_CELL_CONTENT Public See coding 20130827 tt_table_cell_content TYPE TABLE OF ty_table_cell_content WITH DEFAULT KEY
3 TY_CDS_ASSOC_NAV_DATA Public See coding 20130827 BEGIN OF ty_cds_assoc_nav_data, cds_entity_name TYPE string, association_name TYPE string, association_target TYPE string, target_type TYPE string, selected_row_data TYPE tt_table_cell_content, END OF ty_cds_assoc_nav_data
4 TY_COLUMN Public See coding 20130322 BEGIN OF ty_column , metadata TYPE ty_metadata. INCLUDE TYPE ty_dataset AS data_set. TYPES: END OF ty_column
5 TY_COL_METADATA Public See coding 20130826 BEGIN OF ty_col_metadata , name TYPE string, type TYPE string, description TYPE string. TYPES: END OF ty_col_metadata
6 TY_DATASET Public See coding 20130322 BEGIN OF ty_dataset , dataset TYPE TABLE OF string WITH DEFAULT KEY. TYPES: END OF ty_dataset
7 TY_DATA_PREVIEW_TABLE_DATA Public See coding 20130322 BEGIN OF ty_data_preview_table_data , name TYPE string, cds_entity_name TYPE string, is_analytical_view TYPE abap_bool, hana_view_name TYPE string, hana_schema_name TYPE string, executed_query_string TYPE string, query_execution_time TYPE string, columns TYPE TABLE OF ty_column WITH DEFAULT KEY. TYPES: END OF ty_data_preview_table_data
8 TY_METADATA Public See coding 20130322 BEGIN OF ty_metadata , name TYPE string, type TYPE string, description TYPE string, keyattribute TYPE wdy_boolean, is_key_figure TYPE abap_bool, aggregate_func TYPE string, coltype TYPE string. TYPES: END OF ty_metadata
9 TY_TABLE_CELL_CONTENT Public See coding 20130827 BEGIN OF ty_table_cell_content, name TYPE string, value TYPE string, END OF ty_table_cell_content
History
Last changed by/on SAP  20141121 
SAP Release Created in 740