SAP ABAP Class CL_ADT_DATAPREVIEW_UTIL (Utility methods 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
Class CL_ADT_DATAPREVIEW_UTIL  
Short Description Utility methods for data preview    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SDP_ADT   Development package 
Created 20130410   SAP 
Last change 20140121   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_DATA_PREVIEW Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_ADT_DATAPREVIEW_UTIL has no interface implemented.
Friends
Class CL_ADT_DATAPREVIEW_UTIL has no friend class.
Attributes
Class CL_ADT_DATAPREVIEW_UTIL has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_ANALYTICAL_VIEW_DETAILS Static method Public Method 20130822
2 GET_ANALYTICAL_VW_NATIVE_QUERY Static method Public Method 20130823
3 GET_ANLY_VW_DISTINCT_VALUES Static method Public Method 20130823
4 GET_ANLY_VW_DISTINCT_VAL_STATS Static method Public Method 20130823
5 GET_MEASURES_CHARS_FOR_ANLY_VW Static method Public Method 20130823
6 GET_QUERY_RESULT Static method Public Method 20130822
Events
Class CL_ADT_DATAPREVIEW_UTIL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_KEY_FIGURES Public See coding 20130829 tt_key_figures TYPE TABLE OF ty_key_figure
2 TY_KEY_FIGURE Public See coding 20130829 BEGIN OF ty_key_figure, key_figure_name TYPE string, aggregate_func TYPE string, END OF ty_key_figure
Method Signatures

Method GET_ANALYTICAL_VIEW_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CHARACTERISTICS Call by reference Type reference (TYPE) STRINGTAB Table with Strings 20130822
2 Exporting ET_KEY_FIGURES Call by reference Type reference (TYPE) TT_KEY_FIGURES Table with Strings 20130822
3 Exporting EV_ANALYTICAL_VIEW_NAME Call by reference Type reference (TYPE) STRING 20130822
4 Exporting EV_IS_ANALYTICAL_VIEW Call by reference Type reference (TYPE) ABAP_BOOL 20130822
5 Exporting EV_SCHEMA_NAME Call by reference Type reference (TYPE) STRING 20130822
6 Importing IV_ENTITY_NAME Call by reference Type reference (TYPE) STRING 20130822
# Exception Resumable Description Created on
1 CX_ADT_DATAPREVIEW_COMMON Common Exception for data preview 20130822

Method GET_ANALYTICAL_VW_NATIVE_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ANALYTICAL_VIEW_NAME Call by reference Type reference (TYPE) STRING 20130823
2 Importing IV_SCHEMA_NAME Call by reference Type reference (TYPE) STRING 20130823
3 Returning RV_QUERY_STRING Value transfer Type reference (TYPE) STRING 20130823
# Exception Resumable Description Created on
1 CX_ADT_DATAPREVIEW_COMMON Common Exception for data preview 20130823

Method GET_ANLY_VW_DISTINCT_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DATA Call by reference Type reference (TYPE) IF_DATA_PREVIEW=>TY_DATA_PREVIEW_TABLE_DATA Table with Strings 20130823
2 Importing IV_ANALYTICAL_VIEW_NAME Call by reference Type reference (TYPE) STRING 20130823
3 Importing IV_COL_NAME Call by reference Type reference (TYPE) STRING 20130823
4 Importing IV_SCHEMA_NAME Call by reference Type reference (TYPE) STRING 20130823
# Exception Resumable Description Created on
1 CX_ADT_DATAPREVIEW_COMMON Common Exception for data preview 20130823

Method GET_ANLY_VW_DISTINCT_VAL_STATS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DATA Call by reference Type reference (TYPE) IF_DATA_PREVIEW=>TY_DATA_PREVIEW_TABLE_DATA 20130823
2 Importing IV_ANALYTICAL_VIEW_NAME Call by reference Type reference (TYPE) STRING 20130823
3 Importing IV_COL_NAME Call by reference Type reference (TYPE) STRING 20130823
4 Importing IV_SCHEMA_NAME Call by reference Type reference (TYPE) STRING 20130823
# Exception Resumable Description Created on
1 CX_ADT_DATAPREVIEW_COMMON Common Exception for data preview 20130823

Method GET_MEASURES_CHARS_FOR_ANLY_VW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CHARACTERISTICS Call by reference Type reference (TYPE) STRINGTAB Table with Strings 20130823
2 Exporting ET_KEY_FIGURES Call by reference Type reference (TYPE) TT_KEY_FIGURES Table with Strings 20130823
3 Importing IV_ANALYTICAL_VIEW_NAME Call by reference Type reference (TYPE) STRING 20130823
4 Importing IV_SCHEMA_NAME Call by reference Type reference (TYPE) STRING 20130823
# Exception Resumable Description Created on
1 CX_ADT_DATAPREVIEW_COMMON Common Exception for data preview 20130823

Method GET_QUERY_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DATA Call by reference Type reference (TYPE) IF_DATA_PREVIEW=>TY_DATA_PREVIEW_TABLE_DATA 20130822
2 Importing IR_DATA Call by reference Object reference (TYPE REF TO) DATA 20130822
3 Importing IV_SKIP_MANDT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20131118
# Exception Resumable Description Created on
1 CX_ADT_DATAPREVIEW_COMMON Common Exception for data preview 20130822
History
Last changed by/on SAP  20140121 
SAP Release Created in 740