SAP ABAP Interface IF_MDRS_MESSAGE_TYPE_PRX (Interface for Proxy Message Type)
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_MDRS_MESSAGE_TYPE_PRX | |
Short Description | Interface for Proxy Message Type |
General Data
Package | SMTS_PROXY_REST | REST Resources For WS Proxy Objects |
Created | 20120611 | SAP |
Last changed | 20131127 | SAP |
Unicode checks active |
Forward declarations
Interface IF_MDRS_MESSAGE_TYPE_PRX has no forward declaration.
Interfaces
Interface IF_MDRS_MESSAGE_TYPE_PRX has no interface.
Friends
Interface IF_MDRS_MESSAGE_TYPE_PRX has no friend.
Attributes
Interface IF_MDRS_MESSAGE_TYPE_PRX has no attribute.
Methods
Interface IF_MDRS_MESSAGE_TYPE_PRX has no method.
Events
Interface 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 | 805 |