SAP ABAP Class CL_SR_SYNCH_SERVICES (Services Registry: Synch Services Abstract)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-CFG (Application Component) WebServices ABAP Configuration
     SUDDICLIENT_NEW (Package) New development regarding UDDI Publication
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SR_SYNCH_SERVICES Services for synchronization for SR 20120709
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SR_SYNCH_SERVICES_FOR_BE Services Registry: Synch Services for Local Registry 20120709
2 Inheritance (c INHERITING FROM c_ref)  CL_SR_SYNCH_SERVICES_FOR_SR Services Registry: Synch Services for Forwarding 20120709
Properties
Class CL_SR_SYNCH_SERVICES  
Short Description Services Registry: Synch Services Abstract    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SUDDICLIENT_NEW   New development regarding UDDI Publication 
Created 20120709   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SR_SYNCH_SERVICES has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_SR_SYNCH_SERVICES Services for synchronization for SR 20120709
Friends
Class CL_SR_SYNCH_SERVICES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_CLASS_NAME Constant Private Type reference (TYPE) STRING 'CL_SR_SYNCH_SERVICES' 20120709
2 MO_RULE_HELPER Instance attribute Protected Object reference (TYPE REF TO) CL_SR_PUB_RULE_HELPER 20120709
3 M_APPL_CHANGE_KEY Instance attribute Protected Type reference (TYPE) SDTE_SRT_WSP_SR_APP_CHANGE_KEY 20120709
4 M_APPL_KEY Instance attribute Protected Type reference (TYPE) SDTE_SRT_WSP_SR_APP_KEY 20120709
5 M_REGISTRY Instance attribute Protected Type reference (TYPE) SDEL_REGISTRY 20120709
6 M_REMOTE_APP_KEY Instance attribute Protected Type reference (TYPE) SDTE_SRT_WSP_SR_APP_KEY 20120709
7 M_SLD_ID Instance attribute Protected Type reference (TYPE) STRING 20120709
8 M_SYS_LOGICAL_KEY Instance attribute Protected Type reference (TYPE) SDTE_SRT_WSP_SR_LOGICAL_KEY 20120709
9 M_TAB_SD_PUBLICATION_STATUS Instance attribute Protected Type reference (TYPE) SD_PUBLICATION_STATUS_T_TYPE 20120709
10 M_TAB_SYSTEM_CHECK_STATUS Instance attribute Protected Type reference (TYPE) SYSTEM_STATUS_CHECK_TABLE_TYPE 20120709
11 M_TENANT_KEY Instance attribute Protected Type reference (TYPE) STRING 20120709
12 S_IS_BYD_TENANT Static Attribute Protected Type reference (TYPE) BOOLEAN 20120709
Methods
# Method Level Visibility Method type Description Created on
1 AUTHORITY_CHECKS Instance method Protected Method Authority checks 20120709
2 CHECK_FOR_BYD_TENANT Instance method Protected Method Check whether client is a tenant client 20120709
3 COLLECT_IBC_BE Instance method Protected Method Collect information from ibc and put it into proxy structure 20120709
4 COLLECT_PUB_BE Instance method Protected Method Collect information from pub and put it into proxy structure 20120709
5 CONSTRUCTOR Instance method Protected Constructor Constructor 20120709
6 FILL_ADVANCED_SEARCH Instance method Protected Method Convert from advanced search structure to proxy structure 20120709
7 FILL_BINDING_INFO Instance method Protected Method Convert from proxy structure to binding structure 20120709
8 FILL_CLASSIFICATION_INFO Instance method Protected Method Convert from proxy structure to classification structure 20120709
9 FILL_IBC_INFO Instance method Protected Method Convert from proxy structure to ibc structure 20120709
10 FILL_IBC_INFOS Instance method Protected Method Convert from proxy structure to ibc structure 20120709
11 FILL_NOTIFICATION_INFO Instance method Protected Method Convert from proxy structure to notification structure 20120709
12 FILL_SUBSCRIPTION_INFO Instance method Protected Method Convert from proxy structure to subscription structure 20120709
13 GET_ALLOWED_IBCS_FOR_RULE Instance method Protected Method Gets all IBC objects filtered by publication rules 20120709
14 GET_CON_NAME_AND_NAMESPACE Instance method Protected Method Get consumer name and namespace 20120709
15 GET_LOGICAL_PORT Instance method Protected Method Get logical port 20120709
16 GET_PROVIDER_SYSTEM_NAME Instance method Protected Method Get provider system name 20120709
17 GET_SYSTEM_INFORMATION Instance method Protected Method Get system information 20120709
18 LOG_EXCEPTION Static method Public Method Log exception 20120709
19 LOG_INFO Static method Public Method Log info 20120709
Events
Class CL_SR_SYNCH_SERVICES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 SD_PUBLICATION_STATUS_TYPE Protected See coding 20120709 begin of sd_publication_status_type, service_definition type vepname, application_key type sdte_srt_wsp_sr_app_key, done type boolean, end of sd_publication_status_type
2 SD_PUBLICATION_STATUS_T_TYPE Protected See coding 20120709 sd_publication_status_t_type type table of sd_publication_status_type
3 SYSTEM_STATUS_CHECK_TABLE_TYPE Protected See coding 20120709 system_status_check_table_type type table of system_status_check_type
4 SYSTEM_STATUS_CHECK_TYPE Protected See coding 20120709 begin of system_status_check_type, system_object_id type string, done type boolean, end of system_status_check_type
Method Signatures

Method AUTHORITY_CHECKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECK_DELETE_PUBLICATION Call by reference Type reference (TYPE) BOOLEAN 'X' 20120709
2 Importing I_CHECK_DT Call by reference Type reference (TYPE) BOOLEAN 'X' 20120709
3 Importing I_CHECK_PUBLICATION Call by reference Type reference (TYPE) BOOLEAN 'X' 20120709
4 Importing I_CHECK_RT Call by reference Type reference (TYPE) BOOLEAN 'X' 20120709
# Exception Resumable Description Created on
1 CX_ER_NO_AUTHORISATIONS 20120709

Method CHECK_FOR_BYD_TENANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_BYD_TENANT Value transfer Type reference (TYPE) BOOLEAN 20120709
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120709

Method COLLECT_IBC_BE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_IBC_INFO Call by reference Type reference (TYPE) IBCINFORMATION1 20120709
2 Importing IV_IBC_ID Call by reference Type reference (TYPE) SRT_WSP_IBC_ID 20120709
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120709

Method COLLECT_PUB_BE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_PUB_INFO Call by reference Type reference (TYPE) PUB_SUB_INFO1 20120709
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120709

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REGISTRY Call by reference Type reference (TYPE) SDEL_REGISTRY 20120709
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120709

Method FILL_ADVANCED_SEARCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SEARCH Call by reference Type reference (TYPE) ADVANCED_SEARCH_CRITERIA_TAB 20120709
2 Importing IT_CLASSIF_RANGE Call by reference Type reference (TYPE) STTY_SR_CLASSIF_RANGE 20120709
3 Importing IT_EXT_WSD_RANGE Call by reference Type reference (TYPE) STTY_SR_EWSD_RANGE 20120709
4 Importing IT_IBC_NAME_RANGE Call by reference Type reference (TYPE) STTY_SR_IBC_NAME_RANGE 20120709
5 Importing IT_IBC_TYPE_RANGE Call by reference Type reference (TYPE) STTY_SR_IBC_TYPE_RANGE 20120709
6 Importing IT_INT_WSD_RANGE Call by reference Type reference (TYPE) STTY_SR_IWSD_RANGE 20120709

Method FILL_ADVANCED_SEARCH on class CL_SR_SYNCH_SERVICES has no exception.

Method FILL_BINDING_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_BINDING_INFO Call by reference Type reference (TYPE) SSTR_SR_BINDING_INFO 20120709
2 Importing IS_BINDING Call by reference Type reference (TYPE) BINDING_INFORMATION1 20120709

Method FILL_BINDING_INFO on class CL_SR_SYNCH_SERVICES has no exception.

Method FILL_CLASSIFICATION_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CLASSIFICATION_INFO Call by reference Type reference (TYPE) STTY_SR_CLASSIFICATION_INFO 20120709
2 Importing IT_CLASSIFICATIONS Call by reference Type reference (TYPE) CLASSIFICATION_SYSTEM_VA_TAB10 20120709

Method FILL_CLASSIFICATION_INFO on class CL_SR_SYNCH_SERVICES has no exception.

Method FILL_IBC_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_IBC_INFO Call by reference Type reference (TYPE) SSTR_SR_IBC_INFORMATION 20120709
2 Importing IS_IBC Call by reference Type reference (TYPE) IBCINFORMATION1 20120709

Method FILL_IBC_INFO on class CL_SR_SYNCH_SERVICES has no exception.

Method FILL_IBC_INFOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_IBC_INFO Call by reference Type reference (TYPE) STTY_SR_IBC_INFORMATION 20120709
2 Importing IT_IBC Call by reference Type reference (TYPE) IBCINFORMATION_TAB1 20120709

Method FILL_IBC_INFOS on class CL_SR_SYNCH_SERVICES has no exception.

Method FILL_NOTIFICATION_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_NTF_INFO Call by reference Type reference (TYPE) SSTR_SR_NOTIFICATION_INFO 20120709
2 Importing IS_NOTIFICATION_INFO Call by reference Type reference (TYPE) NOTIFICATION_LIST 20120709

Method FILL_NOTIFICATION_INFO on class CL_SR_SYNCH_SERVICES has no exception.

Method FILL_SUBSCRIPTION_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_SUB_INFO Call by reference Type reference (TYPE) SSTR_SR_SUBSCRIPTION_INFO 20120709
2 Importing IS_SUBSCRIPTION_INFO Call by reference Type reference (TYPE) SUBSCRIPTION_LIST 20120709

Method FILL_SUBSCRIPTION_INFO on class CL_SR_SYNCH_SERVICES has no exception.

Method GET_ALLOWED_IBCS_FOR_RULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_IBC_IDS Call by reference Type reference (TYPE) STTY_SR_IBC_ID 20120709
2 Importing RULE_ID Call by reference Type reference (TYPE) SDEL_SOA_RULE_ID 20120709
3 Importing RULE_TYPE Call by reference Type reference (TYPE) SDEL_SOA_RULE_TYPE 20120709
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120709

Method GET_CON_NAME_AND_NAMESPACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_NAME Call by reference Type reference (TYPE) STRING 20120709
2 Exporting E_NAMESPACE Call by reference Type reference (TYPE) STRING 20120709
3 Importing I_CON_NAME Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_CONSUMER_PROXY 20120709

Method GET_CON_NAME_AND_NAMESPACE on class CL_SR_SYNCH_SERVICES has no exception.

Method GET_LOGICAL_PORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting R_LOGICAL_PORT Value transfer Type reference (TYPE) PRX_LOGICAL_PORT_NAME 20120709
# Exception Resumable Description Created on
1 CX_ER_DB_NOT_FOUND 20120709

Method GET_PROVIDER_SYSTEM_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ID Value transfer Type reference (TYPE) STRING 20120709

Method GET_PROVIDER_SYSTEM_NAME on class CL_SR_SYNCH_SERVICES has no exception.

Method GET_SYSTEM_INFORMATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CLIENT_NUMBER Call by reference Type reference (TYPE) MANDT 20120709
2 Exporting E_DB_HOST_NAME Call by reference Type reference (TYPE) SYHOST 20120709
3 Exporting E_SLD_ID Call by reference Type reference (TYPE) STRING 20120709
4 Exporting E_SYSTEM_ID Call by reference Type reference (TYPE) SYSYSID 20120709

Method GET_SYSTEM_INFORMATION on class CL_SR_SYNCH_SERVICES has no exception.

Method LOG_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ERROR_TEXT Call by reference Type reference (TYPE) STRING 20120709
2 Importing IV_REGISTRY Call by reference Type reference (TYPE) SDEL_REGISTRY 20120709

Method LOG_EXCEPTION on class CL_SR_SYNCH_SERVICES has no exception.

Method LOG_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INFO_TEXT Call by reference Type reference (TYPE) STRING 20120709
2 Importing IV_REGISTRY Call by reference Type reference (TYPE) SDEL_REGISTRY 20120709

Method LOG_INFO on class CL_SR_SYNCH_SERVICES has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 740