SAP ABAP Interface IF_MTS_DT_ENUM_RES_TYPES (Structure For Data Type ENUM)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-AIE-ACI (Application Component) ABAP Connectivity and Integration Tools
     SMTS_PROXY_REST (Package) REST Resources For WS Proxy Objects
Properties
Interface IF_MTS_DT_ENUM_RES_TYPES  
Short Description Structure For Data Type ENUM    
General Data
Package SMTS_PROXY_REST   REST Resources For WS Proxy Objects 
Created 20120716   SAP 
Last changed 20131127   SAP 
Unicode checks active    
Forward declarations
Interface IF_MTS_DT_ENUM_RES_TYPES has no forward declaration.
Interfaces
Interface IF_MTS_DT_ENUM_RES_TYPES has no interface.
Friends
Interface IF_MTS_DT_ENUM_RES_TYPES has no friend.
Attributes
Interface IF_MTS_DT_ENUM_RES_TYPES has no attribute.
Methods
Interface IF_MTS_DT_ENUM_RES_TYPES has no method.
Events
Interface IF_MTS_DT_ENUM_RES_TYPES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 DATA_TYPE_ENUM_STRUCTURE Public See coding 20120716 BEGIN OF data_type_enum_structure. TYPES:key TYPE int4. TYPES:value TYPE string. TYPES:value_for_proxy TYPE string. TYPES:END OF data_type_enum_structure
2 ORDINAL_NUM_UI_TEXT_STRUCT Public See coding 20120716 BEGIN OF ordinal_num_ui_text_struct. TYPES:ordinalnumber TYPE int4. TYPES:ui_text TYPE string. TYPES:ui_text_for_proxy TYPE string. TYPES:END OF ordinal_num_ui_text_struct
3 TY_ROOT Public See coding 20120716 BEGIN OF ty_root. TYPES:tt_structurecategorylist type HASHED TABLE OF data_type_enum_structure WITH UNIQUE KEY key. TYPES:tt_usagecategorylist type STANDARD TABLE OF data_type_enum_structure WITH DEFAULT KEY. TYPES:tt_releasestatuslist type STANDARD TABLE OF data_type_enum_structure WITH DEFAULT KEY. TYPES:tt_categorylist type STANDARD TABLE OF data_type_enum_structure WITH DEFAULT KEY. TYPES:tt_xsddatatypelist TYPE HASHED TABLE OF data_type_enum_structure WITH UNIQUE KEY key. TYPES:tt_impl_list TYPE HASHED TABLE OF data_type_enum_structure WITH UNIQUE KEY key. TYPES:tt_codelistimpltypelist type STANDARD TABLE OF data_type_enum_structure WITH DEFAULT KEY. TYPES:tt_representationlist type STANDARD TABLE OF data_type_enum_structure WITH DEFAULT KEY. TYPES:tt_multiplicitylist TYPE HASHED TABLE OF data_type_enum_structure WITH UNIQUE KEY key. TYPES:tt_ordinalnumberlist type STANDARD TABLE OF data_type_enum_structure WITH DEFAULT KEY. TYPES:tt_ordinal_num_ui_text type STANDARD TABLE OF ordinal_num_ui_text_struct WITH DEFAULT KEY. TYPES:END OF ty_root
History
Last changed by/on SAP  20131127 
SAP Release Created in 740