SAP ABAP Class IF_MTS_PRX_DATA_TYPE (Global Types for Prx Data Type(transf))
Properties
Class IF_MTS_PRX_DATA_TYPE  
Short Description Global Types for Prx Data Type(transf)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20120713   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_MTS_PRX_DATA_TYPE has no forward declaration.
Interfaces
Class IF_MTS_PRX_DATA_TYPE has no interface implemented.
Friends
Class IF_MTS_PRX_DATA_TYPE has no friend class.
Attributes
Class IF_MTS_PRX_DATA_TYPE has no attribute.
Methods
Class IF_MTS_PRX_DATA_TYPE has no method.
Events
Class IF_MTS_PRX_DATA_TYPE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 DATA_TYPE_ELEMENTS_STRUCT Public See coding 20120713 BEGIN OF data_type_elements_struct. TYPES:ordinal_no TYPE int4. TYPES:name TYPE String."Proxy Name of the element TYPES:esname TYPE string. "Name of the Datatype Element TYPES:typing_dt_name TYPE prx_r3name."Proxy Name of the typing datatype TYPES:typing_dt_type_esname TYPE string."Name of the Datatype Element TYPES:inbuilt_data_type TYPE string."If typing dt name is null then use inbuilt datatype or XSD Type TYPES:xsd_data_type TYPE string. TYPES:typing_dt_ref TYPE IF_ADT_TOOLS_CORE_TYPES=>TY_OBJECT_REFERENCE. TYPES:table_type_dt_ref TYPE IF_ADT_TOOLS_CORE_TYPES=>TY_OBJECT_REFERENCE. TYPES:uri TYPE string. * added to test method uri of wda Types: method_uri type string. TYPES:dt_element_sections_itab TYPE STANDARD TABLE OF data_type_sections_struct WITH DEFAULT KEY. * TYPES:inline_typing_dt_ele type if_mts_inline_data_type_struct=>ty_root. . TYPES: END OF data_type_elements_struct
2 DATA_TYPE_ENUM_STRUCTURE Public See coding 20120713 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
3 DATA_TYPE_SECTIONS_STRUCT Public See coding 20120713 BEGIN OF data_type_sections_struct. TYPES: section_name TYPE string. TYPES: section_fields TYPE STANDARD TABLE OF section_field_struct WITH DEFAULT KEY. TYPES: END OF data_type_sections_struct
4 INLINE_ELEMENT_STRUCT Public See coding 20120713 BEGIN OF inline_element_struct. TYPES:parent_ele TYPE int4. TYPES:parent_typing_dt TYPE string. TYPES:elements TYPE STANDARD TABLE OF data_type_elements_struct WITH KEY name . TYPES:END OF inline_element_struct
5 PROXY_QNAME Public See coding 20120713 BEGIN OF proxy_qname, key_name TYPE string, key_namespace TYPE string, END OF proxy_qname
6 SECN_FLDS_STRUCT_RUNTIMECODE Public See coding 20120713 BEGIN OF secn_flds_struct_runtimecode. TYPES:label TYPE string. TYPES:value TYPE if_esf_code_list_provider=>tt_code_values_w_descriptions. TYPES:id TYPE string. TYPES:END OF secn_flds_struct_runtimecode
7 SECTION_FIELD_PROP_STRUCT Public See coding 20120713 BEGIN OF section_field_prop_struct. TYPES:id TYPE string. TYPES:label TYPE string. TYPES:value TYPE string. TYPES:ui_form_shape TYPE int4. TYPES:testfield TYPE string. TYPES:END OF section_field_prop_struct
8 SECTION_FIELD_STRUCT Public See coding 20120713 BEGIN OF section_field_struct. TYPES: section_field_prop TYPE section_field_prop_struct . TYPES: section_span_fields_prop TYPE STANDARD TABLE OF section_field_prop_struct WITH DEFAULT KEY. TYPES: END OF section_field_struct
9 TI_ROOT Public See coding 20120713 BEGIN OF ti_root. TYPES:mdrs_type TYPE string. TYPES:struct_cat TYPE int4. TYPES:data_type_name TYPE string. TYPES:name_key TYPE qname. TYPES:typing_dt_ref TYPE IF_ADT_TOOLS_CORE_TYPES=>TY_OBJECT_REFERENCE. TYPES:inline_parent_dt TYPE IF_ADT_TOOLS_CORE_TYPES=>TY_OBJECT_REFERENCE. TYPES:main_object TYPE if_adt_tools_core_types=>ty_main_object. TYPES: data_type_runtime_list TYPE secn_flds_struct_runtimecode . TYPES: main_qname TYPE proxy_qname. TYPES: supported_type TYPE string. TYPES: where_used_dt_list TYPE STANDARD TABLE OF where_used_type WITH DEFAULT KEY. TYPES:namespace_ref TYPE sadt_object_reference. TYPES:context_structure_ref TYPE SADT_OBJECT_REFERENCE. TYPES: code_list_provider_ref TYPE SADT_OBJECT_REFERENCE. TYPES:data_type_sections_itab TYPE STANDARD TABLE OF data_type_sections_struct WITH DEFAULT KEY . TYPES: END OF ti_root
10 TT_DT_ENUM_LIST Public See coding 20120713 tt_dt_enum_list TYPE HASHED TABLE OF data_type_enum_structure WITH UNIQUE KEY key
11 TY_ROOT Public See coding 20120713 BEGIN OF ty_root. INCLUDE TYPE ti_root AS node_elements. TYPES:elements TYPE STANDARD TABLE OF data_type_elements_struct WITH KEY name . TYPES:inline_elements TYPE STANDARD TABLE OF inline_element_struct WITH KEY parent_ele . TYPES END OF ty_root
12 WHERE_USED_TYPE Public See coding 20120713 BEGIN OF where_used_type. types : where_used_dt_ref type if_adt_tools_core_types=>ty_object_reference. TYPES :END OF where_used_type
History
Last changed by/on SAP  20131127 
SAP Release Created in