SAP ABAP Interface IF_SRT_WSP_CONNECTIVITY_OUT (SOAManager Connectivity : Consumer Interface)
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 - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SRT_WSP_CONNECTIVITY_OUT SOAMANAGER Connectivity: Consumer Interface 20110114
Properties
Interface IF_SRT_WSP_CONNECTIVITY_OUT  
Short Description SOAManager Connectivity : Consumer Interface    
General Data
Package SOAP_CONFIG   SOAP Configuration Framework 
Created 20101215   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)
2 IF_SRT_WSP_CONNECTIVITY Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Interface IF_SRT_WSP_CONNECTIVITY_OUT has no interface.
Friends
Interface IF_SRT_WSP_CONNECTIVITY_OUT has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GV_SEQUENCE_ID Instance attribute Public Type reference (TYPE) SDTE_SRT_WSP_CON_SEQUENCE_ID 20101215
2 GV_SESSION_ID Instance attribute Public Type reference (TYPE) SDTE_SRT_WSP_CON_IDENTIFIER 20101215
3 G_TAB_JOINT_APPLICATIONS Static Attribute Public Type reference (TYPE) STTY_CON_APPL_INFORMATION 20101215
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_WEBDYNPRO_URL Instance method Public Method Builds URL to given WebDynpro Application. of remote system 20110616
2 CHECK_REMOTE_APPLICATION Instance method Public Method Returns version only if remote system supports application 20101215
3 CLOSE_SESSION Instance method Public Method close session for application transfer requests 20101215
4 CREATE_LOCAL_CONNECTION Instance method Public Method Creates a local management connection 20110322
5 DISTRIBUTE_DATA Instance method Public Method Distributes Data via SOAManager Connectivity 20101215
6 GET_JOINT_APPLICATION_LIST Instance method Public Method Get list of possible application list based on capabilities 20101215
7 GET_LOCAL_APPLICATION_LIST Instance method Public Method Get List of local Applications 20101215
8 GET_LOCAL_SYSTEM_INFO Instance method Public Method Get local System Information 20101215
9 GET_LOCAL_SYSTEM_KEY Instance method Public Method Gets the system key of the local system 20101215
10 GET_LOCAL_SYSTEM_TENANT_KEYS Instance method Public Method Gets the local system and tenant key 20101215
11 GET_LOCAL_TENANT_KEY Instance method Public Method Gets the tenant key of the local client/tenant 20101215
12 GET_REMOTE_SYSTEM_INFO Instance method Public Method Get information of a single maintained system (locally) 20101215
13 GET_REMOTE_SYSTEM_LIST Instance method Public Method Reads list of maintained systems from DB 20101215
14 GET_STATUS Instance method Public Method get processing status for application transfer 20101215
15 GET_SYSTEM_INFO Instance method Public Method Get system information 20101215
16 GET_SYSTEM_NAME Instance method Public Method Gets system name (SID/Client) for given connection key 20110621
17 INVALIDATE_DATA Instance method Public Method Invalidates entry in SOAManager Connectivity 20101215
18 IS_CENTRAL_SYSTEM Instance method Public Method Is system a central system 20101215
19 OPEN_SESSION Instance method Public Method open session for application transfer requests 20101215
20 PING Instance method Public Method Tests the given connection. 20101215
21 REMOVE_ALL_CONNECTIONS Instance method Public Method Removes all management connections 20110322
22 REMOVE_REMOTE_SYSTEM_CONN Instance method Public Method Removes the connection to a remote system 20101215
23 RETRIEVE_DATA_FROM_DB Instance method Public Method retrieve data record from database 20101215
24 SAVE_REMOTE_SYSTEM_CONN Instance method Public Method Persists the connection data of a remote system 20101215
25 SEARCH_APPL_DATA Instance method Public Method Search for application data 20101215
26 SETUP_REQUEST Instance method Public Method Request the establishment of connectivity to a remote system 20101215
27 SETUP_RESPONSE Instance method Public Method Respond to the setup request of a remote system 20101215
28 SYNCHRONIZE Instance method Public Method Triggers synchronization for given list of applications 20101215
29 UPDATE_DATA_ON_DB Instance method Public Method update status information on database 20101215
Events
Interface IF_SRT_WSP_CONNECTIVITY_OUT has no event.
Types
Interface IF_SRT_WSP_CONNECTIVITY_OUT has no local type.
Method Signatures

Method BUILD_WEBDYNPRO_URL 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 SOAManager Connectivity: Key/ID of a tenant/sap client 20110616
2 Returning URL Value transfer Type reference (TYPE) STRING URL of given WebDynpro Appl. on given remote system 20110616
3 Importing WEB_DYNPRO_APPL_NAME Call by reference Type reference (TYPE) STRING Name of WebDynpro Application 20110616
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110616

Method CHECK_REMOTE_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_APPL_VERSION Value transfer Type reference (TYPE) SRT_WSP_CON_APPL_VERSION 20101215
2 Exporting E_IS_SUPPORTED Value transfer Type reference (TYPE) BOOLEAN 20101215
3 Importing I_APPL_ID Call by reference Type reference (TYPE) SRT_WSP_CON_APPLICATION_ID 20101215
4 Importing I_TENANT_KEY Call by reference Type reference (TYPE) SRT_WSP_CON_TENANT_KEY 20101215
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20101215

Method CLOSE_SESSION Signature

Method CLOSE_SESSION on Interface IF_SRT_WSP_CONNECTIVITY_OUT has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20101215

Method CREATE_LOCAL_CONNECTION 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 REQUESTED_AUTH Call by reference Type reference (TYPE) SSTR_SRT_WSP_CON_SETUP_AUTH SOAManager Connectivity: Setup Auth Struct 20120706
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20110322

Method DISTRIBUTE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TAB_RESPONSE_DATA Call by reference Type reference (TYPE) STTY_CON_APPLICATION_DATA_OUT 20101215
2 Exporting E_TAB_STATUS Call by reference Type reference (TYPE) STTY_SRT_WSP_CON_STATUS 20101215
3 Importing I_PROCESSING_MODE Call by reference Type reference (TYPE) SRT_WSP_CON_PROCESSING_MODE 20101215
4 Importing I_REQUEST_DATA Call by reference Type reference (TYPE) SSTR_CON_APPLICATION_DATA_IN 20101215
5 Importing I_SESSION_ID Call by reference Type reference (TYPE) SDTE_SRT_WSP_CON_IDENTIFIER 20101215
6 Importing I_TAB_IDENTIFIER_LIST Call by reference Type reference (TYPE) STTY_SRT_WSP_CON_IDENTIFIER 20101215
7 Importing I_TENANT_KEY Call by reference Type reference (TYPE) SRT_WSP_CON_TENANT_KEY 20101215
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20101215

Method GET_JOINT_APPLICATION_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TENANT_KEY Call by reference Type reference (TYPE) SRT_WSP_CON_TENANT_KEY 20101215
2 Returning RT_APPLICATION_LIST Value transfer Type reference (TYPE) STTY_SRT_WSP_CON_APPL_ID SOAManager Connectivity : Application ID & Version 20101215
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20101215

Method GET_LOCAL_APPLICATION_LIST Signature

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

Method GET_LOCAL_SYSTEM_INFO Signature

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

Method GET_LOCAL_SYSTEM_KEY Signature

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

Method GET_LOCAL_SYSTEM_TENANT_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_SYSTEM_KEY Call by reference Type reference (TYPE) SRT_WSP_CON_SYSTEM_KEY 20101215
2 Exporting EV_TENANT_KEY Call by reference Type reference (TYPE) SRT_WSP_CON_TENANT_KEY 20101215
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20101215

Method GET_LOCAL_TENANT_KEY Signature

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

Method GET_REMOTE_SYSTEM_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_REMOTE_SYSTEM Call by reference Type reference (TYPE) SRT_WSP_CON_SYSTEM_INFORMATION 20101215
2 Importing I_STATUS Call by reference Type reference (TYPE) SRT_CON_SYSTEM_STATUS 20101215
3 Importing I_SYSTEM_KEY Call by reference Type reference (TYPE) SRT_WSP_CON_SYSTEM_KEY 20101215
4 Importing I_TENANT_KEY Call by reference Type reference (TYPE) SRT_WSP_CON_TENANT_KEY 20101215
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20101215

Method GET_REMOTE_SYSTEM_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TAB_REMOTE_SYSTEMS Call by reference Type reference (TYPE) STTY_CON_SYSTEM_INFORMATION 20101215
2 Importing I_SYSTEM_KEY Call by reference Type reference (TYPE) SRT_WSP_CON_SYSTEM_KEY 20101215
3 Importing I_TENANT_KEY Call by reference Type reference (TYPE) SRT_WSP_CON_TENANT_KEY 20101215

Method GET_REMOTE_SYSTEM_LIST on Interface IF_SRT_WSP_CONNECTIVITY_OUT has no exception.

Method GET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TAB_STATUS Call by reference Type reference (TYPE) STTY_SRT_WSP_CON_STATUS 20101215
2 Importing I_TAB_IDENTIFIER_LIST Call by reference Type reference (TYPE) STTY_SRT_WSP_CON_IDENTIFIER 20101215
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20101215

Method GET_SYSTEM_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SYSTEM_INFORMATION Call by reference Type reference (TYPE) SSTR_SRT_WSP_CON_SYSTEM_INFO 20101215
2 Importing I_TENANT_KEY Call by reference Type reference (TYPE) SRT_WSP_CON_TENANT_KEY 20101215
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20101215

Method GET_SYSTEM_NAME 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 SOAManager Connectivity: Key/ID of a tenant/sap client 20110621
2 Returning SYSTEM_NAME Value transfer Type reference (TYPE) STRING 20110621
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110621

Method INVALIDATE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TAB_STATUS Call by reference Type reference (TYPE) STTY_SRT_WSP_CON_STATUS 20101215
2 Importing I_TAB_IDENTIFIER_LIST Call by reference Type reference (TYPE) STTY_SRT_WSP_CON_IDENTIFIER 20101215
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20101215

Method IS_CENTRAL_SYSTEM Signature

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

Method OPEN_SESSION Signature

Method OPEN_SESSION on Interface IF_SRT_WSP_CONNECTIVITY_OUT has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20101215

Method PING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_APPL_STATUS Call by reference Type reference (TYPE) SRT_WSP_CON_REQUEST_STAT_APPL 20101215
2 Exporting E_TECH_STATUS Call by reference Type reference (TYPE) SRT_WSP_CON_REQUEST_STAT_TECH 20101215
3 Importing I_TENANT_KEY Call by reference Type reference (TYPE) SRT_WSP_CON_TENANT_KEY 20101215
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20101215

Method REMOVE_ALL_CONNECTIONS Signature

Method REMOVE_ALL_CONNECTIONS on Interface IF_SRT_WSP_CONNECTIVITY_OUT has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20110322

Method REMOVE_REMOTE_SYSTEM_CONN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IGNORE_DEPENDENCIES Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE 20110322
2 Importing I_TENANT_KEY Call by reference Type reference (TYPE) SRT_WSP_CON_TENANT_KEY 20101215
3 Importing I_TRIGGER_REMOTE_CLEANUP Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE 20101215
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20101215

Method RETRIEVE_DATA_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STR_DATA Call by reference Type reference (TYPE) SSTR_SRT_WSP_CONNECTIVITY_DATA 20101215
2 Returning R_TAB_DATA Value transfer Type reference (TYPE) STTY_SRT_WSP_CONNECTIVITY_DATA 20101215
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20101215

Method SAVE_REMOTE_SYSTEM_CONN Signature

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

Method SEARCH_APPL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MAX_HITS Call by reference Type reference (TYPE) INT4 20101215
2 Importing I_MERGE_RESULT Call by reference Type reference (TYPE) BOOLEAN 20101215
3 Importing I_TAB_SEARCHAPPID Call by reference Type reference (TYPE) STTY_SRT_WSP_SEARCHAPPID_RANGE 20101215
4 Importing I_TAB_SEARCHAPPSTATUS Call by reference Type reference (TYPE) STTY_SRT_WSP_SEARCHAPSTA_RANGE 20101215
5 Importing I_TAB_SEARCHCHANGEBY Call by reference Type reference (TYPE) STTY_SRT_WSP_SEARCHUSER_RANGE 20101215
6 Importing I_TAB_SEARCHCREATEBY Call by reference Type reference (TYPE) STTY_SRT_WSP_SEARCHUSER_RANGE 20101215
7 Importing I_TAB_SEARCHDATE Call by reference Type reference (TYPE) STTY_SRT_WSP_SEARCHDATE_RANGE 20101215
8 Importing I_TAB_SEARCHID1 Call by reference Type reference (TYPE) STTY_SRT_WSP_SEARCHID_RANGE 20101215
9 Importing I_TAB_SEARCHID2 Call by reference Type reference (TYPE) STTY_SRT_WSP_SEARCHID_RANGE 20101215
10 Importing I_TAB_SEARCHID3 Call by reference Type reference (TYPE) STTY_SRT_WSP_SEARCHID_RANGE 20101215
11 Importing I_TAB_SEARCHID4 Call by reference Type reference (TYPE) STTY_SRT_WSP_SEARCHID_RANGE 20101215
12 Importing I_TAB_SEARCHTECSTATUS Call by reference Type reference (TYPE) STTY_SRT_WSP_SEARCHTESTA_RANGE 20101215
13 Importing I_TAB_SEARCHTIME Call by reference Type reference (TYPE) STTY_SRT_WSP_SEARCHTIME_RANGE 20101215
14 Importing I_TAB_SEARCH_ALL Call by reference Type reference (TYPE) STTY_SRT_WSP_SEARCHID_RANGE 20101215
15 Returning R_TAB_DATA Value transfer Type reference (TYPE) STTY_SRT_WSP_CONNECTIVITY_DATA 20101215
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20101215

Method SETUP_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LOCAL_AUTH Call by reference Type reference (TYPE) SSTR_SRT_WSP_CON_SETUP_AUTH 20101215
2 Importing LOCAL_ENDPOINT Call by reference Type reference (TYPE) SSTR_SRT_WSP_CON_SETUP_EP 20101215
3 Exporting MESSAGES Call by reference Type reference (TYPE) SOAP_ERROR_INFO_LIST List of SOAP Framework Errors 20121210
4 Importing REQUESTED_AUTH Call by reference Type reference (TYPE) SSTR_SRT_WSP_CON_SETUP_AUTH 20101215
5 Importing REQUESTED_ENDPOINT Call by reference Type reference (TYPE) SSTR_SRT_WSP_CON_SETUP_EP 20101215
6 Exporting REQUESTED_SYSTEM_INFO Call by reference Type reference (TYPE) SSTR_SRT_WSP_CON_SYSTEM_INFO 20101215
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20101215

Method SETUP_RESPONSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONNECTION_STATUS Call by reference Type reference (TYPE) SRT_CON_SYSTEM_STATUS IF_SRT_WSP_CONNECTIVITY=>CO_SYSTEM_STATUS_ACTIVE 20101215
2 Importing LOCAL_AUTH Call by reference Type reference (TYPE) SSTR_SRT_WSP_CON_SETUP_AUTH 20101215
3 Importing LOCAL_ENDPOINT Call by reference Type reference (TYPE) SSTR_SRT_WSP_CON_SETUP_EP 20101215
4 Importing REQUESTER_SYSTEM_KEY Call by reference Type reference (TYPE) SRT_WSP_CON_SYSTEM_KEY 20101215
5 Importing REQUESTER_TENANT_KEY Call by reference Type reference (TYPE) SRT_WSP_CON_TENANT_KEY 20101215
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20101215

Method SYNCHRONIZE 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_SRT_WSP_CON_APPL_ID 20101215
2 Importing IT_APPLICATIONS Call by reference Type reference (TYPE) STTY_SRT_WSP_CON_APPL_ID 20101215
3 Importing I_TENANT_KEY Call by reference Type reference (TYPE) SRT_WSP_CON_TENANT_KEY 20101215
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20101215

Method UPDATE_DATA_ON_DB Signature

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