SAP ABAP Class CL_SR_PULL_SERVICES (Services Registry: Pull Services)
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_PULL_SERVICES Services for synchronization for SR 20120709
Properties
Class CL_SR_PULL_SERVICES  
Short Description Services Registry: Pull Services    
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_PULL_SERVICES has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_SR_PULL_SERVICES Services for synchronization for SR 20120709
Friends
# Friend Modeled only Created on Description
1 CL_SR_SYNCH_PROCESSOR 20120709 Services Registry: Synchronization processor
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_INSTREF_PROXY Instance attribute Protected Object reference (TYPE REF TO) CO_SERVICES_REGISTRY 20120709
6 M_LOGICAL_PORT_NAME Instance attribute Protected Type reference (TYPE) PRX_LOGICAL_PORT_NAME 20120709
7 M_ORIG_APPL_KEY Instance attribute Private Type reference (TYPE) SDTE_SRT_WSP_SR_APP_KEY 20120709
8 M_REGISTRY Instance attribute Protected Type reference (TYPE) SDEL_REGISTRY 20120709
9 M_REMOTE_APP_KEY Instance attribute Protected Type reference (TYPE) SDTE_SRT_WSP_SR_APP_KEY 20120709
10 M_SLD_ID Instance attribute Protected Type reference (TYPE) STRING 20120709
11 M_SYS_LOGICAL_KEY Instance attribute Protected Type reference (TYPE) SDTE_SRT_WSP_SR_LOGICAL_KEY 20120709
12 M_TENANT_KEY Instance attribute Protected Type reference (TYPE) STRING 20120709
13 S_IS_BYD_TENANT Static Attribute Protected Type reference (TYPE) BOOLEAN 20120709
14 S_TAB_PROXY_INSTANCE_INFO Static Attribute Private Type reference (TYPE) STTY_SR_PROXY_INSTANCE_INFO 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 CONSTRUCTOR Instance method Protected Constructor Constructor 20120709
4 FILL_CLASSIFICATIONS Instance method Private Method Convert from proxy structure to classification structure 20120709
5 FILL_CLASSIFICATION_INFO Instance method Protected Method Convert from proxy structure to classification structure 20120709
6 FILL_DESCRIPTIONS Instance method Private Method Convert from proxy structure to description structure 20120709
7 FILL_IBC Instance method Private Method Convert from proxy structure to IBC structure 20120709
8 FILL_IBC_INFO Instance method Protected Method Convert from proxy structure to ibc structure 20120709
9 FILL_URL Instance method Private Method Convert from proxy structure to URL structure 20120709
10 GET_LOGICAL_PORT Instance method Private Method Get logical port 20120709
11 GET_PROVIDER_SYSTEM_NAME Instance method Protected Method Get provider system name 20120709
12 GET_SYSTEM_INFORMATION Instance method Protected Method Get system information 20120709
13 LOG_EXCEPTION Static method Public Method Log exception 20120709
14 LOG_INFO Static method Public Method Log info 20120709
Events
Class CL_SR_PULL_SERVICES has no event.
Types
Class CL_SR_PULL_SERVICES has no local 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 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_CLASSIFICATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CLASS_SYS_TO_PUBLISH Call by reference Type reference (TYPE) STTY_SR_CLASSIFICATION_BASIC 20120709
2 Exporting ET_CLASSIFICATION_LIST Call by reference Type reference (TYPE) STTY_SR_CLASSIFICATION_BASIC 20120709
3 Importing IT_CLASSIFICATIONS Call by reference Type reference (TYPE) CLASSIFICATION_SYSTEM_VAL_TAB6 20120709
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120709

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_PULL_SERVICES has no exception.

Method FILL_DESCRIPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DESCRIPTION_LIST Call by reference Type reference (TYPE) STTY_SR_DESCRIPTION_BASIC 20120709
2 Importing IT_DESCRIPTIONS Call by reference Type reference (TYPE) DESCRIPTION_TAB11 20120709
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120709

Method FILL_IBC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CLASS_SYS_TO_PUBLISH Call by reference Type reference (TYPE) STTY_SR_CLASSIFICATION_BASIC 20120709
2 Exporting ES_IBC Call by reference Type reference (TYPE) SSTR_SR_IBC_BASIC 20120709
3 Importing IS_IBC_INFO Call by reference Type reference (TYPE) IBCINFORMATION 20120709
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120709

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_PULL_SERVICES has no exception.

Method FILL_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_URL Call by reference Type reference (TYPE) STTY_SR_URL 20120709
2 Importing IT_URL Call by reference Type reference (TYPE) SERVICES_REGISTRY_URLS_TAB 20120709
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120709

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_PULL_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_PULL_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_PULL_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_PULL_SERVICES has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in