SAP ABAP Interface IF_MTS_PRX_RFC_CONSUMR_TYPES (RFC consumer types)
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_PRX_RFC_CONSUMR_TYPES | |
Short Description | RFC consumer types |
General Data
Package | SMTS_PROXY_REST | REST Resources For WS Proxy Objects |
Created | 20130207 | SAP |
Last changed | 20140121 | SAP |
Unicode checks active |
Forward declarations
Interface IF_MTS_PRX_RFC_CONSUMR_TYPES has no forward declaration.
Interfaces
Interface IF_MTS_PRX_RFC_CONSUMR_TYPES has no interface.
Friends
Interface IF_MTS_PRX_RFC_CONSUMR_TYPES has no friend.
Attributes
Interface IF_MTS_PRX_RFC_CONSUMR_TYPES has no attribute.
Methods
Interface IF_MTS_PRX_RFC_CONSUMR_TYPES has no method.
Events
Interface IF_MTS_PRX_RFC_CONSUMR_TYPES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_OPR_MSG_REFERENCES | Public | See coding | 20130225 | BEGIN OF ty_opr_msg_references,
abap_name TYPE prx_r3name,
name TYPE string,
msg_ref TYPE ty_opr_msg_type_info ,
req_link_ref TYPE if_adt_tools_core_types=>ty_object_reference,
res_link_ref TYPE if_adt_tools_core_types=>ty_object_reference,
END OF ty_opr_msg_references
|
||
2 | TY_OPR_MSG_TYPE_INFO | Public | See coding | 20130225 | BEGIN OF ty_opr_msg_type_info,
main_qname TYPE if_mts_prx_common_qname=>proxy_qname,
gen_appl TYPE string,
msg_type_ref TYPE if_adt_tools_core_types=>ty_object_reference,
END OF ty_opr_msg_type_info
|
||
3 | TY_RFC_CONSUMER | Public | See coding | 20130207 | BEGIN OF ty_rfc_consumer,
main_object TYPE if_adt_tools_core_types=>ty_main_object,
main_qname TYPE if_mts_prx_common_qname=>proxy_qname,
class_ref TYPE if_adt_tools_core_types=>ty_object_reference,
operations TYPE TABLE OF ty_rfc_consumer_operation WITH DEFAULT KEY,
prefix TYPE prx_prefix,
abap_name TYPE prx_r3name,
interface_pattern TYPE pattern,
security_level TYPE string,
release_status TYPE prx_ifr_lifestate,
available_interface_patterns TYPE vrm_values,
available_security_levels TYPE vrm_values,
END OF ty_rfc_consumer
|
||
4 | TY_RFC_CONSUMER_OPERATION | Public | See coding | 20130212 | BEGIN OF ty_rfc_consumer_operation,
abap_name TYPE prx_r3name,
uuid TYPE string,
main_qname TYPE if_mts_prx_common_qname=>proxy_qname,
method_ref TYPE if_adt_tools_core_types=>ty_object_reference,
is_source_local_file TYPE String,
wsdlContent TYPE xstring,
rfc_function_name TYPE funcname,
rfc_dest_name TYPE rfcdest,
rfc_name_ref TYPE if_adt_tools_core_types=>ty_object_reference,
rfc_dest_ref TYPE if_adt_tools_core_types=>ty_object_reference,
aco_class_ref TYPE if_adt_tools_core_types=>ty_object_reference,
is_synchronous TYPE string,
requestmessageref TYPE ty_opr_msg_references,
responsemessageref TYPE ty_opr_msg_references,
faultmessagesref TYPE if_adt_tools_core_types=>ty_object_reference,
END OF ty_rfc_consumer_operation
|
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |