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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | 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 | Static method | Public | Method | 20130822 | ||
| 2 | Static method | Public | Method | 20130823 | ||
| 3 | Static method | Public | Method | 20130823 | ||
| 4 | Static method | Public | Method | 20130823 | ||
| 5 | Static method | Public | Method | 20130823 | ||
| 6 | 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 | ET_CHARACTERISTICS | Call by reference | Type reference (TYPE) | STRINGTAB | Table with Strings | 20130822 | |||
| 2 | ET_KEY_FIGURES | Call by reference | Type reference (TYPE) | TT_KEY_FIGURES | Table with Strings | 20130822 | |||
| 3 | EV_ANALYTICAL_VIEW_NAME | Call by reference | Type reference (TYPE) | STRING | 20130822 | ||||
| 4 | EV_IS_ANALYTICAL_VIEW | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130822 | ||||
| 5 | EV_SCHEMA_NAME | Call by reference | Type reference (TYPE) | STRING | 20130822 | ||||
| 6 | IV_ENTITY_NAME | Call by reference | Type reference (TYPE) | STRING | 20130822 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | IV_ANALYTICAL_VIEW_NAME | Call by reference | Type reference (TYPE) | STRING | 20130823 | ||||
| 2 | IV_SCHEMA_NAME | Call by reference | Type reference (TYPE) | STRING | 20130823 | ||||
| 3 | RV_QUERY_STRING | Value transfer | Type reference (TYPE) | STRING | 20130823 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | ES_DATA | Call by reference | Type reference (TYPE) | IF_DATA_PREVIEW=>TY_DATA_PREVIEW_TABLE_DATA | Table with Strings | 20130823 | |||
| 2 | IV_ANALYTICAL_VIEW_NAME | Call by reference | Type reference (TYPE) | STRING | 20130823 | ||||
| 3 | IV_COL_NAME | Call by reference | Type reference (TYPE) | STRING | 20130823 | ||||
| 4 | IV_SCHEMA_NAME | Call by reference | Type reference (TYPE) | STRING | 20130823 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | ES_DATA | Call by reference | Type reference (TYPE) | IF_DATA_PREVIEW=>TY_DATA_PREVIEW_TABLE_DATA | 20130823 | ||||
| 2 | IV_ANALYTICAL_VIEW_NAME | Call by reference | Type reference (TYPE) | STRING | 20130823 | ||||
| 3 | IV_COL_NAME | Call by reference | Type reference (TYPE) | STRING | 20130823 | ||||
| 4 | IV_SCHEMA_NAME | Call by reference | Type reference (TYPE) | STRING | 20130823 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | ET_CHARACTERISTICS | Call by reference | Type reference (TYPE) | STRINGTAB | Table with Strings | 20130823 | |||
| 2 | ET_KEY_FIGURES | Call by reference | Type reference (TYPE) | TT_KEY_FIGURES | Table with Strings | 20130823 | |||
| 3 | IV_ANALYTICAL_VIEW_NAME | Call by reference | Type reference (TYPE) | STRING | 20130823 | ||||
| 4 | IV_SCHEMA_NAME | Call by reference | Type reference (TYPE) | STRING | 20130823 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | ES_DATA | Call by reference | Type reference (TYPE) | IF_DATA_PREVIEW=>TY_DATA_PREVIEW_TABLE_DATA | 20130822 | ||||
| 2 | IR_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20130822 | ||||
| 3 | IV_SKIP_MANDT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20131118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Common Exception for data preview | 20130822 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |