SAP ABAP Interface IF_SR_SYNCH_SERVICES (Services for synchronization for SR)
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 - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SR_SYNCH_SERVICES Services Registry: Synch Services Abstract 20120709
Properties
Interface IF_SR_SYNCH_SERVICES  
Short Description Services for synchronization for SR    
General Data
Package SUDDICLIENT_NEW   New development regarding UDDI Publication 
Created 20120706   SAP 
Last changed 20130531   SAP 
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 IF_SR_SYNCH_SERVICES has no interface.
Friends
Interface IF_SR_SYNCH_SERVICES has no friend.
Attributes
Interface IF_SR_SYNCH_SERVICES has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_AND_UPDATE_CHANGE_KEY Instance method Public Method Check and update change key 20120706
2 CHECK_IBC_IN_PUB_RULES Instance method Public Method Checks and filters IBC by publication rules 20120706
3 CHECK_SYSTEM_PUBLISHED Instance method Public Method Check whether system is already published 20120706
4 CHECK_SYSTEM_REGISTERED Instance method Public Method Check whether system is already registered 20120706
5 CHECK_WSD_IN_PUB_RULES Instance method Public Method Checks and filters service definition by publication rules 20120706
6 DELETE Instance method Public Method Delete entity 20120706
7 DELETE_BINDING Instance method Public Method Delete binding 20120706
8 DELETE_BINDINGS Instance method Public Method Delete bindings 20120706
9 DELETE_CON_LP Instance method Public Method Delete consumer logical port 20120706
10 DELETE_IBC Instance method Public Method Delete IBC object 20120706
11 DELETE_SYSTEM Instance method Public Method Delete system 20120706
12 DELETE_WSD Instance method Public Method Delete service definition 20120706
13 FIND_BINDINGS Instance method Public Method Find bindings 20120706
14 FIND_IBCS Instance method Public Method Find IBC objects 20120706
15 FIND_SERVICE_DEFINITIONS Instance method Public Method Find service definitions 20120706
16 FIND_SR_ENTITIES Instance method Public Method Find entities in SR 20120706
17 GET_ALL_CLASSIFICATIONS Instance method Public Method Get all classifications 20120706
18 GET_ALL_IBCS_FROM_PUB_RULES Instance method Public Method Get all IBC objects filtered by publication rules 20120706
19 GET_ALL_WSDS_FROM_PUB_RULES Instance method Public Method Get all service definition filtered by publication rules 20120706
20 GET_APPLICATION_INFO Instance method Public Method Get application info 20120706
21 GET_BINDING Instance method Public Method Get binding 20120706
22 GET_BINDINGS_FOR_IBC Instance method Public Method Get bindings for given IBC 20120706
23 GET_BINDINGS_FOR_SD Instance method Public Method Get bindings for given service definition 20120706
24 GET_CLASSIFICATION_VALUE Instance method Public Method Get classification value 20120706
25 GET_IBC Instance method Public Method Get IBC object 20120706
26 GET_MATCHING_OBJECTS Instance method Public Method gets all objects matching to given classifications 20120726
27 GET_NOTIFICATIONS_BY_ID Instance method Public Method Get notifications by id 20120706
28 GET_NOTIFICATIONS_BY_RECEIVER Instance method Public Method Get notification by receiver 20120706
29 GET_REGISTERED_SYSTEMS Instance method Public Method Get all registered systems 20120706
30 GET_REGISTRY_ID Instance method Public Method Get registry id 20120706
31 GET_SD_NAME_FROM_BINDING_KEY Instance method Public Method Get service defintion name from binding name 20120706
32 GET_SUBSCRIPTIONS Instance method Public Method Get subscriptions 20120706
33 GET_SUBSCRIPTIONS_BY_PUB Instance method Public Method Get subscription by publication 20120706
34 GET_SUBSCRIPTIONS_BY_PUB_ID Instance method Public Method Get subscriptions by publication id 20120706
35 GET_SUBSCRIPTION_BY_ID Instance method Public Method Get subscription by subscription id 20120706
36 GET_VERSION Instance method Public Method Get version 20120706
37 GET_WSD Instance method Public Method Get service definition 20120706
38 IS_SD_PUBLISHED Instance method Public Method Check whether service definition is already published 20120706
39 IS_WSD_CONFIGURED Instance method Public Method check whether service definition is configured 20120706
40 NOTIFY Instance method Public Method Forward notification 20120706
41 NOTIFY_INIT Instance method Public Method Initiate notification 20120706
42 PUBLISH_BINDING Instance method Public Method Publish binding 20120706
43 PUBLISH_BINDINGS Instance method Public Method Publish bindings 20120706
44 PUBLISH_IBC Instance method Public Method Publish IBC object 20120706
45 PUBLISH_ORIGINAL_SYSTEM Instance method Public Method Publish original system 20120706
46 PUBLISH_WSD Instance method Public Method Publish service definition 20120706
47 REGISTER_SYSTEM Instance method Public Method Register system 20120706
48 SUBSCRIBE_CON_LP Instance method Public Method Subscribe consumer logical port 20120706
49 UPDATE_CLASSIFICATIONS_CACHE Instance method Public Method Update classification cache 20120706
Events
Interface IF_SR_SYNCH_SERVICES has no event.
Types
Interface IF_SR_SYNCH_SERVICES has no local type.
Method Signatures

Method CHECK_AND_UPDATE_CHANGE_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CHANGE_KEY Value transfer Type reference (TYPE) SDTE_SRT_WSP_SR_APP_CHANGE_KEY Services Registry: Client Application Change Key 20120711
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120706

Method CHECK_IBC_IN_PUB_RULES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_IBC_ID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_IBC_ID 20120706
2 Returning R_OK Value transfer Type reference (TYPE) ABAP_BOOL 20120706
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120706

Method CHECK_SYSTEM_PUBLISHED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_IS_PUBLISHED Call by reference Type reference (TYPE) BOOLEAN 20120706
2 Importing IV_APPL_KEY Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_APP_KEY 20120706
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120706

Method CHECK_SYSTEM_REGISTERED Signature

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

Method CHECK_WSD_IN_PUB_RULES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_IBC_IDS Call by reference Type reference (TYPE) STTY_SR_IBC_ID 20120706
2 Importing IV_WSD_NAME Call by reference Type reference (TYPE) VEPNAME 20120706
3 Returning RT_ALLOWED_IBC_IDS Value transfer Type reference (TYPE) STTY_SR_IBC_ID 20120706
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120706

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJECT_ID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_OBJECT_ID 20120706
2 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_OBJECT_TYPE 20120706
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120706

Method DELETE_BINDING Signature

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

Method DELETE_BINDINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RT_CONFIG_KEYS Call by reference Type reference (TYPE) SRT_WSP_SDEF_CONFIG_KEYS 20120706
2 Importing I_WSD_NAME Call by reference Type reference (TYPE) VEPNAME 20120706
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120706

Method DELETE_CON_LP Signature

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

Method DELETE_IBC Signature

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

Method DELETE_SYSTEM Signature

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

Method DELETE_WSD Signature

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

Method FIND_BINDINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_RESULT Call by reference Type reference (TYPE) STTY_SR_FIND_ENTITIES_RESULT 20120706
2 Importing IT_CLASSIF_RANGE Call by reference Type reference (TYPE) STTY_SR_CLASSIF_RANGE 20120706
3 Importing IT_EXT_WSD_RANGE Call by reference Type reference (TYPE) STTY_SR_EWSD_RANGE 20120706
4 Importing IT_INT_WSD_RANGE Call by reference Type reference (TYPE) STTY_SR_IWSD_RANGE 20120706
5 Importing I_APPLICATION_KEY Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_APP_KEY 20120706
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120706

Method FIND_IBCS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_RESULT Call by reference Type reference (TYPE) STTY_SR_FIND_ENTITIES_RESULT 20120706
2 Importing IT_CLASSIF_RANGE Call by reference Type reference (TYPE) STTY_SR_CLASSIF_RANGE 20120706
3 Importing IT_IBC_NAME_RANGE Call by reference Type reference (TYPE) STTY_SR_IBC_NAME_RANGE 20120706
4 Importing IT_IBC_TYPE_RANGE Call by reference Type reference (TYPE) STTY_SR_IBC_TYPE_RANGE 20120706
5 Importing I_APPLICATION_KEY Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_APP_KEY 20120706
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120706

Method FIND_SERVICE_DEFINITIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_RESULT Call by reference Type reference (TYPE) STTY_SR_FIND_ENTITIES_RESULT 20120706
2 Importing IT_CLASSIF_RANGE Call by reference Type reference (TYPE) STTY_SR_CLASSIF_RANGE 20120706
3 Importing IT_EXT_WSD_RANGE Call by reference Type reference (TYPE) STTY_SR_EWSD_RANGE 20120706
4 Importing IT_INT_WSD_RANGE Call by reference Type reference (TYPE) STTY_SR_IWSD_RANGE 20120706
5 Importing IV_NAMESPACE Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_NAMESPACE 20120706
6 Importing I_APPLICATION_KEY Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_APP_KEY 20120706
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120706

Method FIND_SR_ENTITIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_RESULT Call by reference Type reference (TYPE) STTY_SR_FIND_ENTITIES_RESULT 20120706
2 Importing I_APPLICATION_KEY Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_APP_KEY 20120706
3 Importing I_IBCID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_IBC_ID 20120706
4 Importing I_OBJECT_ID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_OBJECT_ID 20120706
5 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_OBJECT_TYPE 20120706
6 Importing I_PUBLICATION_ID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_IDENTIFIER 20120706
7 Importing I_QNAME Call by reference Type reference (TYPE) QNAME 20120706
8 Importing I_TAB_CLASSIFICATIONS Call by reference Type reference (TYPE) STTY_SR_CLASSIFICATION_INFO 20120706
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120706

Method GET_ALL_CLASSIFICATIONS Signature

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

Method GET_ALL_IBCS_FROM_PUB_RULES Signature

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

Method GET_ALL_WSDS_FROM_PUB_RULES Signature

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

Method GET_APPLICATION_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_IBC_INFORMATION Call by reference Type reference (TYPE) SSTR_SR_IBC_INFORMATION 20120706
2 Exporting E_APPLICATION_KEY Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_IDENTIFIER 20120706
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120706

Method GET_BINDING 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_SERVICE_BINDING_INFO 20120706
2 Importing IV_APPL_KEY Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_APP_KEY 20120706
3 Importing IV_BINDING_KEY Call by reference Type reference (TYPE) STRING 20120706
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120706

Method GET_BINDINGS_FOR_IBC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BINDING_INFO Call by reference Type reference (TYPE) STTY_SR_SERVICE_BINDING_INFO 20120706
2 Importing IT_CLASSIF_RANGE Call by reference Type reference (TYPE) STTY_SR_CLASSIF_RANGE 20120706
3 Importing IT_EXT_WSD_RANGE Call by reference Type reference (TYPE) STTY_SR_EWSD_RANGE 20120706
4 Importing IT_INT_WSD_RANGE Call by reference Type reference (TYPE) STTY_SR_IWSD_RANGE 20120706
5 Importing IV_IBC_ID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_IBC_ID 20120706
6 Importing IV_WSD_NAME Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_NAME 20120706
7 Importing IV_WSD_NAMESPACE Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_NAMESPACE 20120706
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120706

Method GET_BINDINGS_FOR_SD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BINDING_INFO Call by reference Type reference (TYPE) STTY_SR_SERVICE_BINDING_INFO 20120706
2 Importing IV_APPL_KEY Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_APP_KEY 20120706
3 Importing IV_SD_NAME Call by reference Type reference (TYPE) VEPNAME 20120706
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120706

Method GET_CLASSIFICATION_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TAB_CLASSIFICATION_VALUES Call by reference Type reference (TYPE) STTY_ER_CLASS_SYSTEM_VALUES 20120706
2 Importing I_TMODEL_KEY Call by reference Type reference (TYPE) ER_CLASS_NAME 20120706
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120706

Method GET_IBC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_IBC_INFORMATION Call by reference Type reference (TYPE) SSTR_SR_IBC_INFORMATION 20120706
2 Importing IV_IBC_ID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_IBC_ID 20120706
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120706

Method GET_MATCHING_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BINDING_INFO Call by reference Type reference (TYPE) STTY_SR_SERVICE_BINDING_INFO Services Registry: Endpoints information including service 20120726
2 Exporting ET_SERVICE_INFO Call by reference Type reference (TYPE) STTY_SR_SERVICE_DEF_INFO Services Registry: Service definition information 20120726
3 Importing IT_CLASSIFICATION Call by reference Type reference (TYPE) STTY_SR_CLASSIFICATION_INFO Classification Value Table 20120726
4 Importing I_IBC_ID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_IBC_ID Services Registry: IBC Id 20120726
5 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_OBJECT_TYPE Services Registry : Object Type 20120726
6 Importing I_SDEF_PATTERN Call by reference Type reference (TYPE) STRING Service Definition Name Pattern 20120730
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20120810

Method GET_NOTIFICATIONS_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_NOTIFICATIONS Call by reference Type reference (TYPE) STTY_SR_NOTIFICATION_INFO 20120706
2 Importing IV_SUBSCRIPTION_ID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_IDENTIFIER 20120706
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120706

Method GET_NOTIFICATIONS_BY_RECEIVER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_NOTIFICATIONS Call by reference Type reference (TYPE) STTY_SR_NOTIFICATION_INFO 20120706
2 Importing IV_RECEIVER_ID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_IBC_ID 20120706
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120706

Method GET_REGISTERED_SYSTEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_APPLICATIONS Call by reference Type reference (TYPE) STTY_SR_APPLICATION_INFO 20120706
2 Importing I_APPLICATION_KEY Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_APP_KEY 20120706
3 Importing I_APPLICATION_OBJECT_ID Call by reference Type reference (TYPE) STRING 20120706
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120706

Method GET_REGISTRY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_REGISTRY Value transfer Type reference (TYPE) SDEL_SOA_REGISTRY_ID 20120706

Method GET_REGISTRY_ID on Interface IF_SR_SYNCH_SERVICES has no exception.

Method GET_SD_NAME_FROM_BINDING_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BINDING_KEY Call by reference Type reference (TYPE) GUID_32 20120706
2 Returning R_SD_NAME Value transfer Type reference (TYPE) SRT_WSP_DT_OBJ_NAME 20120706
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120706

Method GET_SUBSCRIPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SUBSCRIPTIONS Call by reference Type reference (TYPE) STTY_SR_SUBSCRIPTION_INFO 20120706
2 Importing I_CON_NAME Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_CONSUMER_PROXY 20120706
3 Importing I_IBCID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_IBC_ID 20120706
4 Importing I_LP_NAME Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_LP_NAME 20120706
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120706

Method GET_SUBSCRIPTIONS_BY_PUB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SUBSCRIPTIONS Call by reference Type reference (TYPE) STTY_SR_SUBSCRIPTION_INFO 20120706
2 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_OBJECT_ID 20120706
3 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_OBJECT_TYPE 20120706
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120706

Method GET_SUBSCRIPTIONS_BY_PUB_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SUBSCRIPTIONS Call by reference Type reference (TYPE) STTY_SR_SUBSCRIPTION_INFO 20120706
2 Importing IV_PUB_ID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_IDENTIFIER 20120706
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120706

Method GET_SUBSCRIPTION_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SUBSCRIPTIONS Call by reference Type reference (TYPE) STTY_SR_SUBSCRIPTION_INFO 20120706
2 Importing IV_SUBSCRIPTION_ID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_OBJECT_ID 20120706
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120706

Method GET_VERSION Signature

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

Method GET_WSD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_WSD_INFO Call by reference Type reference (TYPE) SSTR_SR_SERVICE_DEF_INFO 20120706
2 Importing I_APPL_KEY Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_APP_KEY 20120706
3 Importing I_WSD_NAME Call by reference Type reference (TYPE) VEPNAME 20120706
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120706

Method IS_SD_PUBLISHED 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) SDTE_SRT_WSP_SR_APP_KEY 20120706
2 Importing I_WSD_NAME Call by reference Type reference (TYPE) VEPNAME 20120706
3 Returning R_PUBLISHED Value transfer Type reference (TYPE) BOOLEAN 20120706
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120706

Method IS_WSD_CONFIGURED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CONFIGURED Call by reference Type reference (TYPE) ABAP_BOOL 20120706
2 Importing I_WSD_NAME Call by reference Type reference (TYPE) VEPNAME 20120706
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120706

Method NOTIFY Signature

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

Method NOTIFY_INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_NOTIFICATION_ID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_IDENTIFIER 20120706
2 Importing IT_PROPERTIES Call by reference Type reference (TYPE) STTY_SR_NTF_PROPERTY 20120706
3 Importing IV_ACTION Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_PUBSUB_ACTION 20120706
4 Importing IV_RECEIVER_IBC_ID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_IBC_ID 20120706
5 Importing IV_SUBSCRIPTION_ID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_IDENTIFIER 20120706
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120706

Method PUBLISH_BINDING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_PUBLICATION_ID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_IDENTIFIER 20120706
2 Exporting E_TECHNICAL_ID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_IDENTIFIER 20120706
3 Importing IT_IBC_ID Call by reference Type reference (TYPE) STTY_SR_IBC_ID Services Registry: List of IBC Ids 20120928
4 Importing I_BINDING_KEY Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_BINDING_KEY 20120706
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120706

Method PUBLISH_BINDINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RT_CONFIG_KEYS Call by reference Type reference (TYPE) SRT_WSP_SDEF_CONFIG_KEYS 20120706
2 Importing I_WSD_NAME Call by reference Type reference (TYPE) VEPNAME 20120706
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120706

Method PUBLISH_IBC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_PUBLICATION_ID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_IDENTIFIER 20120706
2 Exporting E_TECHNICAL_ID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_IDENTIFIER 20120706
3 Importing IV_IBC_ID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_IBC_ID 20120706
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120706

Method PUBLISH_ORIGINAL_SYSTEM Signature

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

Method PUBLISH_WSD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_PUBLICATION_ID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_IDENTIFIER 20120706
2 Exporting E_TECHNICAL_ID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_IDENTIFIER 20120706
3 Importing I_WSD_NAME Call by reference Type reference (TYPE) VEPNAME 20120706
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120706

Method REGISTER_SYSTEM Signature

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

Method SUBSCRIBE_CON_LP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUBSCRIPTION_ID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_IDENTIFIER 20120706
2 Exporting E_TECHNICAL_ID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_IDENTIFIER 20120706
3 Importing I_CON_NAME Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_CONSUMER_PROXY 20120706
4 Importing I_IBCID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_IBC_ID 20120706
5 Importing I_LP_NAME Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_LP_NAME 20120706
6 Importing I_PUBLICATION_ID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_IDENTIFIER 20120706
7 Importing I_SUBSCRIPTION_ID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_IDENTIFIER 20120706
8 Importing I_TECHNICAL_ID Call by reference Type reference (TYPE) SDTE_SRT_WSP_SR_IDENTIFIER 20120706
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120706

Method UPDATE_CLASSIFICATIONS_CACHE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CACHE_UPTO_DATE Call by reference Type reference (TYPE) BOOLEAN 20120706
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120706
History
Last changed by/on SAP  20130531 
SAP Release Created in 740