SAP ABAP Interface IF_SRT_WSP_CONNECTIVITY (SOAManager Connectivity : Consumer&Provider Interfaces)
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 SOAManager Connectivity (Super) 20110113
Properties
Interface IF_SRT_WSP_CONNECTIVITY  
Short Description SOAManager Connectivity : Consumer&Provider Interfaces    
General Data
Package SOAP_CONFIG   SOAP Configuration Framework 
Created 20101215   SAP 
Last changed 20140121   SAP 
Unicode checks active    
Forward declarations
Interface IF_SRT_WSP_CONNECTIVITY has no forward declaration.
Interfaces
Interface IF_SRT_WSP_CONNECTIVITY has no interface.
Friends
Interface IF_SRT_WSP_CONNECTIVITY has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_APPLICATION_ID_SETUP Constant Public Type reference (TYPE) SRT_WSP_CON_APPLICATION_ID 'SETUP' 20101215
2 CO_OPERATION_SETUP_REQUEST Constant Public Type reference (TYPE) SRT_WSP_CON_APPL_OPERATION 'SETUP_REQUEST' 20101215
3 CO_OPERATION_SETUP_RESPONSE Constant Public Type reference (TYPE) SRT_WSP_CON_APPL_OPERATION 'SETUP_RESPONSE' 20101215
4 CO_SYSTEM_STATUS_ACTIVE Constant Public Type reference (TYPE) SRT_CON_SYSTEM_STATUS 'A' 20101215
5 CO_SYSTEM_STATUS_DENIED Constant Public Type reference (TYPE) SRT_CON_SYSTEM_STATUS 'D' 20101215
6 CO_SYSTEM_STATUS_INACTIVE Constant Public Type reference (TYPE) SRT_CON_SYSTEM_STATUS 'I' 20101215
7 CO_SYSTEM_STATUS_REQUESTED Constant Public Type reference (TYPE) SRT_CON_SYSTEM_STATUS 'R' 20101215
Methods
# Method Level Visibility Method type Description Created on
1 DECRYPT Instance method Public Method Decrypts 20101215
2 ENCRYPT Instance method Public Method Encrypts 20101215
3 GENERATE_GUID Instance method Public Method Generate GUID 20101215
4 GET_LOCAL_APPLICATION_LIST Instance method Public Method List of possible Applications for connectivity 20101215
5 GET_LOCAL_SYSTEM_INFO Instance method Public Method Get system information 20101215
6 GET_LOCAL_SYSTEM_KEY Instance method Public Method Gets the system key of the local system 20101215
7 GET_LOCAL_SYSTEM_TENANT_KEYS Instance method Public Method Gets the system and tenant keys of the local system 20101215
8 GET_LOCAL_TENANT_KEY Instance method Public Method Gets the tenant key of the local tenant/client 20101215
9 GET_STATUS Instance method Public Method get processing status for application transfer 20101215
10 IS_CENTRAL_SYSTEM Instance method Public Method Is system a central system 20101215
11 IS_REQUEST_MONITORING_REQUIRED Instance method Public Method Checks whether request data is to be stored for monitoring 20101215
12 REMOVE_DATA_FROM_DB Instance method Public Method Removes completet and invalidated data from db 20101215
13 RETRIEVE_DATA_FROM_DB Instance method Public Method retrieve data record from database 20101215
14 SAVE_DATA_ON_DB Instance method Public Method save data record on database 20101215
15 SEARCH_APPL_DATA Instance method Public Method Search for application data 20101215
16 UPDATE_DATA_ON_DB Instance method Public Method update status information on database 20101215
Events
Interface IF_SRT_WSP_CONNECTIVITY has no event.
Types
Interface IF_SRT_WSP_CONNECTIVITY has no local type.
Method Signatures

Method DECRYPT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CIPHERTEXT Call by reference Type reference (TYPE) SRT_WSP_CON_APPL_DATA 20101215
2 Returning PLAINTEXT Value transfer Type reference (TYPE) SRT_WSP_CON_DATA_RAWSTRING 20101215
3 Importing VERSION Call by reference Type reference (TYPE) SRT_WSP_VERSION_INFO 20101215
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20101215

Method ENCRYPT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CIPHERTEXT Value transfer Type reference (TYPE) SRT_WSP_CON_APPL_DATA 20101215
2 Importing PLAINTEXT Value transfer Type reference (TYPE) SRT_WSP_CON_DATA_RAWSTRING 20101215
3 Importing TENANT_KEY Value transfer Type reference (TYPE) SRT_WSP_CON_TENANT_KEY 20101215
4 Exporting VERSION Value transfer Type reference (TYPE) SRT_WSP_VERSION_INFO 20101215
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20101215

Method GENERATE_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_GUID Value transfer Type reference (TYPE) SYSUUID_C32 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_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 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

Method IS_CENTRAL_SYSTEM on Interface IF_SRT_WSP_CONNECTIVITY has no exception.

Method IS_REQUEST_MONITORING_REQUIRED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROCESSING_MODE Call by reference Type reference (TYPE) SRT_WSP_CON_PROCESSING_MODE 20101215
2 Returning R_IS_REQUIRED Value transfer Type reference (TYPE) BOOLEAN 20101215

Method IS_REQUEST_MONITORING_REQUIRED on Interface IF_SRT_WSP_CONNECTIVITY has no exception.

Method REMOVE_DATA_FROM_DB Signature

Method REMOVE_DATA_FROM_DB on Interface IF_SRT_WSP_CONNECTIVITY has no parameter.
Method REMOVE_DATA_FROM_DB on Interface IF_SRT_WSP_CONNECTIVITY has no exception.

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_DATA_ON_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STR_DATA Value transfer Type reference (TYPE) SSTR_SRT_WSP_CONNECTIVITY_DATA 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 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  20140121 
SAP Release Created in 740