SAP ABAP Interface IF_MTS_PRX_ISD (interface for integration scenario defination)
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_ISD | |
Short Description | interface for integration scenario defination |
General Data
Package | SMTS_PROXY_REST | REST Resources For WS Proxy Objects |
Created | 20120404 | SAP |
Last changed | 20131127 | SAP |
Unicode checks active |
Forward declarations
Interface IF_MTS_PRX_ISD has no forward declaration.
Interfaces
Interface IF_MTS_PRX_ISD has no interface.
Friends
Interface IF_MTS_PRX_ISD has no friend.
Attributes
Interface IF_MTS_PRX_ISD has no attribute.
Methods
Interface IF_MTS_PRX_ISD has no method.
Events
Interface IF_MTS_PRX_ISD has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_CONNECTION | Public | See coding | 20120407 | BEGIN OF ty_connection,
connection_name type string,
req_contract_ref type string,
semantic_contract_actor_ref type string,
involved_role_name type string,
involved_actor_name type String,
involved_semanticcontract_name type string,
END OF ty_connection
|
||
2 | TY_INTEGRATION_SCENARIO_DEF | Public | See coding | 20120404 | BEGIN OF ty_integration_scenario_def,
main_object TYPE if_adt_tools_core_types=>ty_main_object,
abap_name TYPE prx_r3name,
main_qname type if_mts_prx_common_qname=>proxy_qname,
required_contracts TYPE STANDARD TABLE OF ty_required_contract with DEFAULT KEY,
roles TYPE STANDARD TABLE OF ty_role with DEFAULT KEY,
prefix type string,
soa_uri type string,
END OF ty_integration_scenario_def
|
||
3 | TY_REQUIRED_CONTRACT | Public | See coding | 20120407 | BEGIN OF ty_required_contract,
required_contract_name type string,
semantic_contract type ty_semantic_contract,
end of ty_required_contract
|
||
4 | TY_ROLE | Public | See coding | 20120405 | BEGIN OF ty_role,
connections type STANDARD TABLE OF ty_connection WITH DEFAULT KEY,
role_name type string,
END OF ty_role
|
||
5 | TY_SEMANTIC_CONTRACT | Public | See coding | 20120407 | BEGIN OF ty_semantic_contract,
semantic_contract_reference type if_adt_tools_core_types=>ty_object_reference,
actor1 type string,
actor2 type string,
end of ty_semantic_contract
|
||
6 | TY_TAB | Public | See coding | 20120412 | BEGIN OF ty_tab,
req_con type string,
seco_id type string,
end of ty_tab
|
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 805 |