SAP ABAP Class CL_SRT_WSP_DOMAIN_SYSTEM (SRT Central Configuration: Domain System)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-CFG (Application Component) WebServices ABAP Configuration
     SOAP_CONFIG (Package) SOAP Configuration Framework
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRT_WSP_DOMAIN_SYSTEM Centrally managed domain system 20110301
Properties
Class CL_SRT_WSP_DOMAIN_SYSTEM  
Short Description SRT Central Configuration: Domain System    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SOAP_CONFIG   SOAP Configuration Framework 
Created 20110301   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_SRT_WSP_DOMAIN_SYSTEM Centrally managed domain system 20110301
Friends
# Friend Modeled only Created on Description
1 CL_SRT_WSP_CC_CONTROLLER 20120823 Central Configuration: Controller
2 CL_SRT_WSP_CENTRAL_SCENARIO_CB 20120912 Contract-Based Central Business Scenario
3 CL_SRT_WSP_CONFIG_PROCESSOR 20120828 WSP configuration processor for mass requests
4 CL_SRT_WSP_CONFIG_REQUEST 20120823 WSP Configuration Group Object for Mass Configuration
5 CL_SRT_WSP_IBCR 20120921 SRT: Identifiable Business Context Reference
6 CL_SRT_WSP_USER_ASSIGN 20120824 Implementation of user account assignments
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_CLASS_NAME Constant Public Type reference (TYPE) STRING 'CL_SRT_WSP_DOMAIN_SYSTEM' 20110301
2 M_PROPS_SET Instance attribute Private Type reference (TYPE) BOOLEAN ABAP_FALSE 20110322
3 M_PROVIDER_SYSTEM Instance attribute Private Object reference (TYPE REF TO) IF_SRT_WSP_CONFIG_DEST 20110322
4 M_SERVICES_REGISTRY_IDENTIFIER Instance attribute Private Type reference (TYPE) SRT_WSP_SLD_SYSTEM_NAME 20110322
5 M_TAB_GUID_ASSIGN Static Attribute Private Type reference (TYPE) STTY_SRT_WSP_CC_SYS_GUID_ASGN Central Configuration: System Guid Assignments 20120823
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR_GUID_ASSIGN Static method Public Method Clear M_TAB_GUID_ASSIGN 20130327
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20110301
3 CREATE Static method Public Method Get Connection Key for Dest Key 20110301
4 CREATE_DEFAULT_PROPS Instance method Private Method Creates default properties for Provider System 20110322
5 CREATE_DISTRIBUTION_PROPS Instance method Private Method Creates default properties for Provider System 20130212
6 CREATE_NEW Instance method Private Method Create new domain system 20110301
7 EXISTS Static method Public Method Check existence of a given domain system 20110301
8 GET_CON_KEY_4_DEST_KEY Static method Public Method Creates new domain system 20110301
9 GET_CON_KEY_4_DEST_NAME Static method Public Method Is management connection assigned to another domain system? 20110322
10 GET_DEST_KEY_4_CON_KEY Static method Public Method Get Connection Key for Dest Key 20110301
11 GET_DEST_NAME_4_CON_KEY Static method Public Method Is provider system assigned to another domain system? 20110322
12 GET_SID_FOR_SYSTEM_KEY Static method Public Method Get SID for System Key 20130110
13 GET_SYSTEM_GUID_ASSIGN_TAB Static method Public Method Get Table with Assignments of System Guids 20110401
14 GET_SYSTEM_KEYS_FOR_APPL_KEY Static method Public Method Gets all the system, tenant, appl keys for a Appl. Key 20120823
15 GET_SYSTEM_KEYS_FOR_DEST_KEY Static method Public Method Gets all the system, tenant, appl keys for a Dest. Key 20130114
16 GET_SYSTEM_KEYS_FOR_DOMAIN_SYS Static method Protected Method Gets all the system, tenant, appl keys for a Domain System 20120823
17 GET_SYSTEM_KEYS_FOR_IBCR_ID Static method Public Method Gets all the system, tenant, appl keys for an IBCR ID 20120823
18 INITIALIZE_FROM_DB Instance method Private Method Get Dest Name for Connection Key 20110301
19 IS_MGM_CONNECTION_ASSIGNED Static method Public Method Loads existing domain system from database 20110301
20 IS_PROVIDER_SYSTEM_ASSIGNED Static method Private Method Get Dest Key for Connection Key 20110301
21 LIST Static method Public Method Search for domain systems 20110301
22 OPEN Static method Public Method Opens existin domain system 20110301
23 REMOVE Static method Public Method Removes a given domain system 20110908
24 SAVE_ACTIVATE_PROVIDER_SYSTEM Instance method Private Method Saves the underlying provider system 20110615
Events
Class CL_SRT_WSP_DOMAIN_SYSTEM has no event.
Types
Class CL_SRT_WSP_DOMAIN_SYSTEM has no local type.
Method Signatures

Method CLEAR_GUID_ASSIGN Signature

Method CLEAR_GUID_ASSIGN on class CL_SRT_WSP_DOMAIN_SYSTEM has no parameter.
Method CLEAR_GUID_ASSIGN on class CL_SRT_WSP_DOMAIN_SYSTEM has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CREATE Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE 20110301
2 Importing DOMAIN_SYSTEM_KEY Call by reference Type reference (TYPE) SRT_WSP_DOMAIN_SYSTEM_KEY 20110301
3 Importing SERVICE_REGISTRY_IDENTIFIER Call by reference Type reference (TYPE) SRT_WSP_SLD_SYSTEM_NAME 20110322
4 Importing SYSTEM_ID Call by reference Type reference (TYPE) SRT_WSP_DOMAIN_SYSTEM_ID 20110301
5 Importing SYSTEM_NAME Call by reference Type reference (TYPE) SRT_WSP_DOMAIN_SYSTEM_NAME 20110301
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20110301

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DOMAIN_SYSTEM Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_DOMAIN_SYSTEM 20110301
2 Importing SERVICE_REGISTRY_IDENTIFIER Call by reference Type reference (TYPE) SRT_WSP_SLD_SYSTEM_NAME 20110322
3 Importing SYSTEM_ID Call by reference Type reference (TYPE) SRT_WSP_DOMAIN_SYSTEM_ID 20110301
4 Importing SYSTEM_NAME Call by reference Type reference (TYPE) SRT_WSP_DOMAIN_SYSTEM_NAME 20110301
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20110301

Method CREATE_DEFAULT_PROPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PROPERTIES Value transfer Type reference (TYPE) SRT_WSP_TEMPL_PROPERTIES 20110322

Method CREATE_DEFAULT_PROPS on class CL_SRT_WSP_DOMAIN_SYSTEM has no exception.

Method CREATE_DISTRIBUTION_PROPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PROPERTIES Value transfer Type reference (TYPE) SRT_WSP_TEMPL_PROPERTIES 20130212

Method CREATE_DISTRIBUTION_PROPS on class CL_SRT_WSP_DOMAIN_SYSTEM has no exception.

Method CREATE_NEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DOMAIN_SYSTEM Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_DOMAIN_SYSTEM 20110301
2 Importing SERVICE_REGISTRY_IDENTIFIER Call by reference Type reference (TYPE) SRT_WSP_SLD_SYSTEM_NAME 20110322
3 Importing SYSTEM_ID Call by reference Type reference (TYPE) SRT_WSP_DOMAIN_SYSTEM_ID 20110301
4 Importing SYSTEM_NAME Call by reference Type reference (TYPE) SRT_WSP_DOMAIN_SYSTEM_NAME 20110301
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20110301

Method EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DOMAIN_SYSTEM_KEY Call by reference Type reference (TYPE) SRT_WSP_DOMAIN_SYSTEM_KEY 20110301
2 Returning EXISTS Value transfer Type reference (TYPE) BOOLEAN 20110301
3 Importing SYSTEM_ID Call by reference Type reference (TYPE) SRT_WSP_DOMAIN_SYSTEM_ID 20110301

Method EXISTS on class CL_SRT_WSP_DOMAIN_SYSTEM has no exception.

Method GET_CON_KEY_4_DEST_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONNECTION_KEY Value transfer Type reference (TYPE) SRT_WSP_CON_TENANT_KEY 20110301
2 Importing DEST_KEY Call by reference Type reference (TYPE) GUID_32 20110301
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20110301

Method GET_CON_KEY_4_DEST_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONNECTION_KEY Value transfer Type reference (TYPE) SRT_WSP_CON_TENANT_KEY 20110322
2 Importing DEST_NAME Call by reference Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAME 20110322
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20110322

Method GET_DEST_KEY_4_CON_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONNECTION_KEY Call by reference Type reference (TYPE) SRT_WSP_CON_TENANT_KEY 20110301
2 Returning DEST_KEY Value transfer Type reference (TYPE) GUID_32 20110301
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20110301

Method GET_DEST_NAME_4_CON_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONNECTION_KEY Call by reference Type reference (TYPE) SRT_WSP_CON_TENANT_KEY 20110322
2 Returning DEST_NAME Value transfer Type reference (TYPE) SRT_WSP_PROFILE_CONFIG_NAME 20110322
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20110322

Method GET_SID_FOR_SYSTEM_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SID Value transfer Type reference (TYPE) SYSYSID Name of SAP System 20130110
2 Importing SYSTEM_KEY Call by reference Type reference (TYPE) SRT_WSP_CON_SYSTEM_KEY SOAManager Connectivity: Key/ID of a system 20130110
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20130812

Method GET_SYSTEM_GUID_ASSIGN_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning GUID_ASSIGNMENTS Value transfer Type reference (TYPE) STTY_SRT_WSP_CC_SYS_GUID_ASGN Central Configuration: System Guid Assignments 20110401
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110401

Method GET_SYSTEM_KEYS_FOR_APPL_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPL_KEY Call by reference Type reference (TYPE) GUID_32 Provider Application key 20120823
2 Returning R_SYSTEM_KEYS Value transfer Type reference (TYPE) SSTR_SRT_WSP_CC_SYS_GUID_ASGN Central Configuration: System Guid Assignment 20120823
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20120823

Method GET_SYSTEM_KEYS_FOR_DEST_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DEST_KEY Call by reference Type reference (TYPE) GUID_32 Destination key 20130114
2 Returning R_SYSTEM_KEYS Value transfer Type reference (TYPE) SSTR_SRT_WSP_CC_SYS_GUID_ASGN Central Configuration: System Guid Assignment 20130114
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20130114

Method GET_SYSTEM_KEYS_FOR_DOMAIN_SYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DOMAIN_SYSTEM_KEY Call by reference Type reference (TYPE) SRT_WSP_DOMAIN_SYSTEM_KEY SRT Central Configuration: Domain System Key 20120823
2 Returning R_SYSTEM_KEYS Value transfer Type reference (TYPE) SSTR_SRT_WSP_CC_SYS_GUID_ASGN Central Configuration: System Guid Assignment 20120823
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20120823

Method GET_SYSTEM_KEYS_FOR_IBCR_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IBCR_ID Call by reference Type reference (TYPE) SRT_WSP_IBCR_ID SRT: Identifiable Business Context Reference ID 20120823
2 Returning R_SYSTEM_KEYS Value transfer Type reference (TYPE) SSTR_SRT_WSP_CC_SYS_GUID_ASGN Central Configuration: System Guid Assignment 20120823
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20120823

Method INITIALIZE_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DOMAIN_SYSTEM Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_DOMAIN_SYSTEM 20110301
2 Importing DOMAIN_SYSTEM_KEY Call by reference Type reference (TYPE) SRT_WSP_DOMAIN_SYSTEM_KEY 20110301
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20110301

Method IS_MGM_CONNECTION_ASSIGNED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONNECTION_KEY Call by reference Type reference (TYPE) SRT_WSP_CON_TENANT_KEY 20110301
2 Returning DOMAIN_SYSTEM_KEY Value transfer Type reference (TYPE) SRT_WSP_DOMAIN_SYSTEM_KEY 20110301

Method IS_MGM_CONNECTION_ASSIGNED on class CL_SRT_WSP_DOMAIN_SYSTEM has no exception.

Method IS_PROVIDER_SYSTEM_ASSIGNED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ASSIGNED Value transfer Type reference (TYPE) BOOLEAN 20110301
2 Importing DEST_KEY Call by reference Type reference (TYPE) SRT_WSP_SYSTEM_KEY 20110301

Method IS_PROVIDER_SYSTEM_ASSIGNED on class CL_SRT_WSP_DOMAIN_SYSTEM has no exception.

Method LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DOMAIN_SYSTEM_LIST Value transfer Type reference (TYPE) STTY_SRT_WSP_DOMAIN_SYSTEM 20110301
2 Importing MAX_HITS Call by reference Type reference (TYPE) SRT_AD_SEARCH_NUM_MAX_HITS 20110301
3 Importing SEARCH_ATTRIBUTES Call by reference Type reference (TYPE) SRT_WSP_AD_SEARCH_ATTRIBUTE_T 20110301

Method LIST on class CL_SRT_WSP_DOMAIN_SYSTEM has no exception.

Method OPEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DOMAIN_SYSTEM Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_DOMAIN_SYSTEM 20110301
2 Importing DOMAIN_SYSTEM_KEY Call by reference Type reference (TYPE) SRT_WSP_DOMAIN_SYSTEM_KEY 20110301
3 Importing SYSTEM_ID Call by reference Type reference (TYPE) SRT_WSP_DOMAIN_SYSTEM_ID 20110301
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20110301

Method REMOVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DOMAIN_SYSTEM_KEY Call by reference Type reference (TYPE) SRT_WSP_DOMAIN_SYSTEM_KEY SRT Central Configuration: Domain System Key 20110908
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110908

Method SAVE_ACTIVATE_PROVIDER_SYSTEM Signature

Method SAVE_ACTIVATE_PROVIDER_SYSTEM on class CL_SRT_WSP_DOMAIN_SYSTEM has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110615
History
Last changed by/on SAP  20140121 
SAP Release Created in 740