SAP ABAP Interface IF_MTS_SERVICE_REGISTRY_TYPES (Interface for the enterprise service registry object 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_SERVICE_REGISTRY_TYPES | |
Short Description | Interface for the enterprise service registry object types |
General Data
Package | SMTS_PROXY_REST | REST Resources For WS Proxy Objects |
Created | 20120806 | SAP |
Last changed | 20131127 | SAP |
Unicode checks active |
Forward declarations
Interface IF_MTS_SERVICE_REGISTRY_TYPES has no forward declaration.
Interfaces
Interface IF_MTS_SERVICE_REGISTRY_TYPES has no interface.
Friends
Interface IF_MTS_SERVICE_REGISTRY_TYPES has no friend.
Attributes
Interface IF_MTS_SERVICE_REGISTRY_TYPES has no attribute.
Methods
Interface IF_MTS_SERVICE_REGISTRY_TYPES has no method.
Events
Interface IF_MTS_SERVICE_REGISTRY_TYPES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_ABAP_SERVER_CONNECTION | Public | See coding | 20120806 | tt_abap_server_connection TYPE STANDARD TABLE OF ty_abap_server_connection WITH DEFAULT KEY
|
||
2 | TT_CLASSIFICATION | Public | See coding | 20120806 | tt_classification TYPE STANDARD TABLE OF ty_classification WITH DEFAULT KEY
|
||
3 | TT_PUBLISHING_SYSTEM | Public | See coding | 20120806 | tt_publishing_system TYPE STANDARD TABLE OF ty_publishing_system WITH DEFAULT KEY
|
||
4 | TT_SERVICE_DEFINITION | Public | See coding | 20120806 | tt_service_definition TYPE STANDARD TABLE OF ty_service_definition WITH DEFAULT KEY
|
||
5 | TT_SERVICE_REGISTRY | Public | See coding | 20120806 | tt_service_registry TYPE STANDARD TABLE OF ty_service_registry WITH DEFAULT KEY
|
||
6 | TY_ABAP_SERVER_CONNECTION | Public | See coding | 20120806 | BEGIN OF ty_abap_server_connection,
abap_project_name TYPE string,
service_registry_tab TYPE tt_service_registry,
END OF ty_abap_server_connection
|
||
7 | TY_CLASSIFICATION | Public | See coding | 20120806 | BEGIN OF ty_classification,
key TYPE string,
name TYPE string,
namespace TYPE string,
description TYPE string,
origin TYPE string,
value TYPE STANDARD TABLE OF string WITH DEFAULT KEY,
END OF ty_classification
|
||
8 | TY_PUBLISHING_SYSTEM | Public | See coding | 20120806 | BEGIN OF ty_publishing_system,
name TYPE string,
app_key TYPE string,
sld_id TYPE string,
service_definition_tab TYPE tt_service_definition,
END OF ty_publishing_system
|
||
9 | TY_SERVICE_DEFINITION | Public | See coding | 20120806 | BEGIN OF ty_service_definition,
technical_id TYPE string,
publication_id TYPE string,
abap_name TYPE string,
ext_name TYPE string,
ext_namespace TYPE string,
description TYPE string,
wsdl_uri TYPE string,
docu_uri TYPE string,
classification_tab TYPE tt_classification,
publishing_system TYPE string,
END OF ty_service_definition
|
||
10 | TY_SERVICE_REGISTRY | Public | See coding | 20120806 | BEGIN OF ty_service_registry,
name TYPE string,
is_primary TYPE string,
is_central TYPE string,
service_definition_tab TYPE tt_service_definition,
publishing_system_tab TYPE tt_publishing_system,
available_classification_tab TYPE tt_classification,
END OF ty_service_registry
|
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 740 |