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 | Instance method | Public | Method | Decrypts | 20101215 | |
| 2 | Instance method | Public | Method | Encrypts | 20101215 | |
| 3 | Instance method | Public | Method | Generate GUID | 20101215 | |
| 4 | Instance method | Public | Method | List of possible Applications for connectivity | 20101215 | |
| 5 | Instance method | Public | Method | Get system information | 20101215 | |
| 6 | Instance method | Public | Method | Gets the system key of the local system | 20101215 | |
| 7 | Instance method | Public | Method | Gets the system and tenant keys of the local system | 20101215 | |
| 8 | Instance method | Public | Method | Gets the tenant key of the local tenant/client | 20101215 | |
| 9 | Instance method | Public | Method | get processing status for application transfer | 20101215 | |
| 10 | Instance method | Public | Method | Is system a central system | 20101215 | |
| 11 | Instance method | Public | Method | Checks whether request data is to be stored for monitoring | 20101215 | |
| 12 | Instance method | Public | Method | Removes completet and invalidated data from db | 20101215 | |
| 13 | Instance method | Public | Method | retrieve data record from database | 20101215 | |
| 14 | Instance method | Public | Method | save data record on database | 20101215 | |
| 15 | Instance method | Public | Method | Search for application data | 20101215 | |
| 16 | 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 | CIPHERTEXT | Call by reference | Type reference (TYPE) | SRT_WSP_CON_APPL_DATA | 20101215 | ||||
| 2 | PLAINTEXT | Value transfer | Type reference (TYPE) | SRT_WSP_CON_DATA_RAWSTRING | 20101215 | ||||
| 3 | VERSION | Call by reference | Type reference (TYPE) | SRT_WSP_VERSION_INFO | 20101215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101215 |
Method ENCRYPT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CIPHERTEXT | Value transfer | Type reference (TYPE) | SRT_WSP_CON_APPL_DATA | 20101215 | ||||
| 2 | PLAINTEXT | Value transfer | Type reference (TYPE) | SRT_WSP_CON_DATA_RAWSTRING | 20101215 | ||||
| 3 | TENANT_KEY | Value transfer | Type reference (TYPE) | SRT_WSP_CON_TENANT_KEY | 20101215 | ||||
| 4 | VERSION | Value transfer | Type reference (TYPE) | SRT_WSP_VERSION_INFO | 20101215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101215 |
Method GENERATE_GUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_GUID | Value transfer | Type reference (TYPE) | SYSUUID_C32 | 20101215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101215 |
Method GET_LOCAL_APPLICATION_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TAB_APPLICATION_LIST | Value transfer | Type reference (TYPE) | STTY_SRT_WSP_CON_APPL_ID | 20101215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101215 |
Method GET_LOCAL_SYSTEM_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_SYSTEM_INFORMATION | Call by reference | Type reference (TYPE) | SSTR_SRT_WSP_CON_SYSTEM_INFO | 20101215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101215 |
Method GET_LOCAL_SYSTEM_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SYSTEM_KEY | Value transfer | Type reference (TYPE) | SRT_WSP_CON_SYSTEM_KEY | 20101215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101215 |
Method GET_LOCAL_SYSTEM_TENANT_KEYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_SYSTEM_KEY | Call by reference | Type reference (TYPE) | SRT_WSP_CON_SYSTEM_KEY | 20101215 | ||||
| 2 | EV_TENANT_KEY | Call by reference | Type reference (TYPE) | SRT_WSP_CON_TENANT_KEY | 20101215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101215 |
Method GET_LOCAL_TENANT_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TENANT_KEY | Value transfer | Type reference (TYPE) | SRT_WSP_CON_TENANT_KEY | 20101215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101215 |
Method GET_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TAB_STATUS | Call by reference | Type reference (TYPE) | STTY_SRT_WSP_CON_STATUS | 20101215 | ||||
| 2 | I_TAB_IDENTIFIER_LIST | Call by reference | Type reference (TYPE) | STTY_SRT_WSP_CON_IDENTIFIER | 20101215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101215 |
Method IS_CENTRAL_SYSTEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | 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 | I_PROCESSING_MODE | Call by reference | Type reference (TYPE) | SRT_WSP_CON_PROCESSING_MODE | 20101215 | ||||
| 2 | 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 | I_STR_DATA | Call by reference | Type reference (TYPE) | SSTR_SRT_WSP_CONNECTIVITY_DATA | 20101215 | ||||
| 2 | R_TAB_DATA | Value transfer | Type reference (TYPE) | STTY_SRT_WSP_CONNECTIVITY_DATA | 20101215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101215 |
Method SAVE_DATA_ON_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_STR_DATA | Value transfer | Type reference (TYPE) | SSTR_SRT_WSP_CONNECTIVITY_DATA | 20101215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101215 |
Method SEARCH_APPL_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MAX_HITS | Call by reference | Type reference (TYPE) | INT4 | 20101215 | ||||
| 2 | I_MERGE_RESULT | Call by reference | Type reference (TYPE) | BOOLEAN | 20101215 | ||||
| 3 | I_TAB_SEARCHAPPID | Call by reference | Type reference (TYPE) | STTY_SRT_WSP_SEARCHAPPID_RANGE | 20101215 | ||||
| 4 | I_TAB_SEARCHAPPSTATUS | Call by reference | Type reference (TYPE) | STTY_SRT_WSP_SEARCHAPSTA_RANGE | 20101215 | ||||
| 5 | I_TAB_SEARCHCHANGEBY | Call by reference | Type reference (TYPE) | STTY_SRT_WSP_SEARCHUSER_RANGE | 20101215 | ||||
| 6 | I_TAB_SEARCHCREATEBY | Call by reference | Type reference (TYPE) | STTY_SRT_WSP_SEARCHUSER_RANGE | 20101215 | ||||
| 7 | I_TAB_SEARCHDATE | Call by reference | Type reference (TYPE) | STTY_SRT_WSP_SEARCHDATE_RANGE | 20101215 | ||||
| 8 | I_TAB_SEARCHID1 | Call by reference | Type reference (TYPE) | STTY_SRT_WSP_SEARCHID_RANGE | 20101215 | ||||
| 9 | I_TAB_SEARCHID2 | Call by reference | Type reference (TYPE) | STTY_SRT_WSP_SEARCHID_RANGE | 20101215 | ||||
| 10 | I_TAB_SEARCHID3 | Call by reference | Type reference (TYPE) | STTY_SRT_WSP_SEARCHID_RANGE | 20101215 | ||||
| 11 | I_TAB_SEARCHID4 | Call by reference | Type reference (TYPE) | STTY_SRT_WSP_SEARCHID_RANGE | 20101215 | ||||
| 12 | I_TAB_SEARCHTECSTATUS | Call by reference | Type reference (TYPE) | STTY_SRT_WSP_SEARCHTESTA_RANGE | 20101215 | ||||
| 13 | I_TAB_SEARCHTIME | Call by reference | Type reference (TYPE) | STTY_SRT_WSP_SEARCHTIME_RANGE | 20101215 | ||||
| 14 | I_TAB_SEARCH_ALL | Call by reference | Type reference (TYPE) | STTY_SRT_WSP_SEARCHID_RANGE | 20101215 | ||||
| 15 | R_TAB_DATA | Value transfer | Type reference (TYPE) | STTY_SRT_WSP_CONNECTIVITY_DATA | 20101215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101215 |
Method UPDATE_DATA_ON_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_STR_DATA | Call by reference | Type reference (TYPE) | SSTR_SRT_WSP_CONNECTIVITY_DATA | 20101215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101215 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |