SAP ABAP Interface IF_DDIC_ADT_ST_VIEW_TYPES (Types used in ADT/ST Transformation for DDIC view)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-AIE-AHI (Application Component) Tools for ABAP and HANA Integration
⤷
SDDIC_ADT_VIEW (Package) ABAP Dev Tools for DDIC Views

⤷

⤷

Properties
Interface | IF_DDIC_ADT_ST_VIEW_TYPES | |
Short Description | Types used in ADT/ST Transformation for DDIC view |
General Data
Package | SDDIC_ADT_VIEW | ABAP Dev Tools for DDIC Views |
Created | 20120511 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
Interface IF_DDIC_ADT_ST_VIEW_TYPES has no forward declaration.
Interfaces
Interface IF_DDIC_ADT_ST_VIEW_TYPES has no interface.
Friends
Interface IF_DDIC_ADT_ST_VIEW_TYPES has no friend.
Attributes
Interface IF_DDIC_ADT_ST_VIEW_TYPES has no attribute.
Methods
Interface IF_DDIC_ADT_ST_VIEW_TYPES has no method.
Events
Interface IF_DDIC_ADT_ST_VIEW_TYPES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_HANA_VIEW | Public | See coding | 20120803 | BEGIN OF ts_hana_view.
TYPES application_ref TYPE if_adt_tools_core_types=>ty_main_object.
TYPES name TYPE string.
TYPES package TYPE string.
TYPES full_name TYPE string.
TYPES END OF ts_hana_view
|
||
2 | TY_ACCESS_MODE | Public | See coding | 20120512 | ty_access_mode TYPE c LENGTH 1
|
||
3 | TY_ADT_VIEW_FIELD_S | Public | See coding | 20120511 | BEGIN OF ty_adt_view_field_s.
TYPES name TYPE string.
TYPES key TYPE abap_bool.
TYPES name_read_only TYPE abap_bool.
TYPES data_element TYPE if_adt_tools_core_types=>ty_object_reference.
TYPES ddic_type_selected TYPE ty_builtin_type_s.
TYPES ddic_type_list TYPE ty_builtin_type_t.
TYPES type_change_allowed TYPE abap_bool.
TYPES dbfield_name TYPE string.
TYPES dbfield_type TYPE ty_db_simple_type_s.
TYPES description TYPE string.
TYPES END OF ty_adt_view_field_s
|
||
4 | TY_ADT_VIEW_FIELD_T | Public | See coding | 20120511 | ty_adt_view_field_t TYPE STANDARD TABLE OF ty_adt_view_field_s WITH DEFAULT KEY
|
||
5 | TY_ADT_VIEW_S | Public | See coding | 20120511 | BEGIN OF ty_adt_view_s.
INCLUDE TYPE if_adt_tools_core_types=>ty_main_object AS main_object.
* TYPES main_object TYPE if_adt_tools_core_types=>ty_main_object.
TYPES view_class TYPE ty_view_class_s.
* TYPES viewclass_descr TYPE string.
TYPES access_mode TYPE ty_access_mode.
TYPES maintenance_mode TYPE ty_maintenance_mode.
TYPES hana_view_name TYPE string.
TYPES hana_rep_model TYPE if_adt_tools_core_types=>ty_object_reference.
TYPES fields TYPE ty_adt_view_field_t.
TYPES END OF ty_adt_view_s
|
||
6 | TY_BUILTIN_TYPE_S | Public | See coding | 20120511 | BEGIN OF ty_builtin_type_s.
TYPES code TYPE ty_ddic_builtin_type_code.
TYPES length TYPE i.
TYPES decimals TYPE i.
TYPES END OF ty_builtin_type_s
|
||
7 | TY_BUILTIN_TYPE_T | Public | See coding | 20120511 | ty_builtin_type_t TYPE STANDARD TABLE OF ty_builtin_type_s WITH DEFAULT KEY
|
||
8 | TY_DB_SIMPLE_TYPE_S | Public | See coding | 20120511 | BEGIN OF ty_db_simple_type_s.
TYPES code TYPE string.
TYPES length TYPE i.
TYPES decimals TYPE i.
TYPES END OF ty_db_simple_type_s
|
||
9 | TY_DDIC_BUILTIN_TYPE_CODE | Public | Type reference (TYPE) | STRING | 20120511 |
|
|
10 | TY_MAINTENANCE_MODE | Public | See coding | 20120512 | ty_maintenance_mode TYPE c LENGTH 1
|
||
11 | TY_VIEW_CLASS_S | Public | See coding | 20120703 | BEGIN OF ty_view_class_s.
TYPES class TYPE viewclass.
TYPES text TYPE string.
TYPES END OF ty_view_class_s
|
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 740 |