SAP ABAP Class IF_MTS_SERVICE_REGISTRY_TYPES (Interface for the enterprise service registry object types)
Properties
Class IF_MTS_SERVICE_REGISTRY_TYPES  
Short Description Interface for the enterprise service registry object types    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20120806   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_MTS_SERVICE_REGISTRY_TYPES has no forward declaration.
Interfaces
Class IF_MTS_SERVICE_REGISTRY_TYPES has no interface implemented.
Friends
Class IF_MTS_SERVICE_REGISTRY_TYPES has no friend class.
Attributes
Class IF_MTS_SERVICE_REGISTRY_TYPES has no attribute.
Methods
Class IF_MTS_SERVICE_REGISTRY_TYPES has no method.
Events
Class 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