SAP ABAP Interface IF_SRT_WSP_SYSTEM_INFO_WRITER (WSP System Information: Write API)
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_SYSTEM_INFO | WSP System Information | 20070511 |
Properties
| Interface | IF_SRT_WSP_SYSTEM_INFO_WRITER | |
| Short Description | WSP System Information: Write API |
General Data
| Package | SOAP_CONFIG | SOAP Configuration Framework |
| Created | 20070511 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_SRT_WSP_SYSTEM_INFO_WRITER has no forward declaration.
Interfaces
Interface IF_SRT_WSP_SYSTEM_INFO_WRITER has no interface.
Friends
Interface IF_SRT_WSP_SYSTEM_INFO_WRITER has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_LOCKED | Instance attribute | Public | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20070521 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add application | 20080214 | |
| 2 | Instance method | Public | Method | Add System | 20070521 | |
| 3 | Instance method | Public | Method | Delete application | 20080214 | |
| 4 | Instance method | Public | Method | Delete System | 20070521 | |
| 5 | Instance method | Public | Method | Lock info | 20070521 | |
| 6 | Instance method | Public | Method | Set application description | 20080214 | |
| 7 | Instance method | Public | Method | Set external application ID | 20080214 | |
| 8 | Instance method | Public | Method | Set application name | 20080214 | |
| 9 | Instance method | Public | Method | Set business system name | 20070521 | |
| 10 | Instance method | Public | Method | Set description | 20070521 | |
| 11 | Instance method | Public | Method | Set SLD system name | 20070521 | |
| 12 | Instance method | Public | Method | Unlock | 20070521 |
Events
Interface IF_SRT_WSP_SYSTEM_INFO_WRITER has no event.
Types
Interface IF_SRT_WSP_SYSTEM_INFO_WRITER has no local type.
Method Signatures
Method ADD_APPLICATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | APPL_DESCRIPTION | Call by reference | Type reference (TYPE) | SRT_WSP_DESCRIPTION | WSP description | 20080214 | |||
| 2 | APPL_EXT_ID | Call by reference | Type reference (TYPE) | SRT_WSP_APPLICATION_EXT_ID | SRT application external ID | 20080214 | |||
| 3 | APPL_KEY | Value transfer | Type reference (TYPE) | GUID_32 | SRT application key | 20080214 | |||
| 4 | APPL_NAME | Call by reference | Type reference (TYPE) | SRT_WSP_APPLICATION_NAME | SRT application name | 20080214 | |||
| 5 | SYSTEM_KEY | Call by reference | Type reference (TYPE) | GUID_32 | System key | 20080214 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20080214 |
Method ADD_SYSTEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BIZ_SYSTEM_NAME | Call by reference | Type reference (TYPE) | SRT_WSP_BIZ_SYSTEM_NAME | Business System Name | 20070521 | |||
| 2 | DESCRIPTION | Call by reference | Type reference (TYPE) | SRT_WSP_DESCRIPTION | WSP description | 20070521 | |||
| 3 | SLD_SYSTEM_NAME | Call by reference | Type reference (TYPE) | SRT_WSP_SLD_SYSTEM_NAME | SLD System Name | 20070521 | |||
| 4 | SYSTEM_KEY | Value transfer | Type reference (TYPE) | GUID_32 | System key | 20070521 | |||
| 5 | SYSTEM_TYPE | Call by reference | Type reference (TYPE) | SRT_WSP_PROFILE_TYPE | 20110114 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20070521 |
Method DELETE_APPLICATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | APPL_KEY | Call by reference | Type reference (TYPE) | GUID_32 | SRT application key | 20080214 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20080214 |
Method DELETE_SYSTEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SYSTEM_KEY | Call by reference | Type reference (TYPE) | GUID_32 | System key | 20070521 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20070521 |
Method LOCK Signature
Method LOCK on Interface IF_SRT_WSP_SYSTEM_INFO_WRITER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20070521 |
Method SET_APPLICATION_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | APPL_DESCRIPTION | Call by reference | Type reference (TYPE) | SRT_WSP_DESCRIPTION | WSP description | 20080214 | |||
| 2 | APPL_KEY | Call by reference | Type reference (TYPE) | GUID_32 | SRT application key | 20080214 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20080214 |
Method SET_APPLICATION_EXT_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | APPL_EXT_ID | Call by reference | Type reference (TYPE) | SRT_WSP_APPLICATION_EXT_ID | SRT application external ID | 20080214 | |||
| 2 | APPL_KEY | Call by reference | Type reference (TYPE) | GUID_32 | SRT application key | 20080214 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20080214 |
Method SET_APPLICATION_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | APPL_KEY | Call by reference | Type reference (TYPE) | GUID_32 | SRT application key | 20080214 | |||
| 2 | APPL_NAME | Call by reference | Type reference (TYPE) | SRT_WSP_APPLICATION_NAME | SRT application name | 20080214 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20080214 |
Method SET_BIZ_SYSTEM_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BIZ_SYSTEM_NAME | Call by reference | Type reference (TYPE) | SRT_WSP_BIZ_SYSTEM_NAME | Business System Name | 20070521 | |||
| 2 | SYSTEM_KEY | Call by reference | Type reference (TYPE) | GUID_32 | System key | 20070521 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20070521 |
Method SET_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DESCRIPTION | Call by reference | Type reference (TYPE) | SRT_WSP_DESCRIPTION | WSP description | 20070521 | |||
| 2 | SYSTEM_KEY | Call by reference | Type reference (TYPE) | GUID_32 | System key | 20070521 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20070521 |
Method SET_SLD_SYSTEM_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SLD_SYSTEM_NAME | Call by reference | Type reference (TYPE) | SRT_WSP_SLD_SYSTEM_NAME | SLD System Name | 20070521 | |||
| 2 | SYSTEM_KEY | Call by reference | Type reference (TYPE) | GUID_32 | System key | 20070521 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20070521 |
Method UNLOCK Signature
Method UNLOCK on Interface IF_SRT_WSP_SYSTEM_INFO_WRITER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20070521 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 710 |