SAP ABAP Class IF_MDRS_MESSAGE_TYPE_PRX (Interface for Proxy Message Type)
Properties
Class IF_MDRS_MESSAGE_TYPE_PRX  
Short Description Interface for Proxy Message Type    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20120611   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_MDRS_MESSAGE_TYPE_PRX has no forward declaration.
Interfaces
Class IF_MDRS_MESSAGE_TYPE_PRX has no interface implemented.
Friends
Class IF_MDRS_MESSAGE_TYPE_PRX has no friend class.
Attributes
Class IF_MDRS_MESSAGE_TYPE_PRX has no attribute.
Methods
Class IF_MDRS_MESSAGE_TYPE_PRX has no method.
Events
Class IF_MDRS_MESSAGE_TYPE_PRX has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 MESSAGE_ELE_STRUCT Public See coding 20120611 BEGIN OF message_ele_struct. TYPES:part_name TYPE string . TYPES:part_name_ref_name TYPE string . TYPES:part_name_ref_esname TYPE string . TYPES:abap_type TYPE string. TYPES:xsd_type TYPE string. TYPES:referred_datatype_uri TYPE string. TYPES END OF message_ele_struct
2 PROXY_QNAME Public See coding 20120611 BEGIN OF proxy_qname, key_name TYPE string, key_namespace TYPE string, END OF proxy_qname
3 TY_ROOT Public See coding 20120611 BEGIN OF ty_root. TYPES:main_object TYPE if_adt_tools_core_types=>ty_main_object. *TODO: This interface is not used anyway so can be removed. Currently commenting * TYPES:name TYPE mdrs_s_prx_mo_name_key. * TYPES:es_name TYPE mdrs_v_prx_li_upcamel_vl_nm. TYPES:es_namespace TYPE string. TYPES:xml_instance_namespace TYPE string. * TYPES:datatype_ref TYPE if_mts_core_common_types=>ty_data_type_reference. TYPES: main_qname TYPE proxy_qname. TYPES:message_type_element TYPE message_ele_struct. TYPES: supported_type TYPE string. * TYPES:message_type_ref TYPE if_mts_core_common_types=>ty_msg_type_ref. TYPES: END OF ty_root
History
Last changed by/on SAP  20131127 
SAP Release Created in