SAP ABAP Interface IF_SRT_WSP_CONFIG_PROFILE (WSP Configuration Profile)
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_CONFIG_PROFILE | WSP Configuration Web Service Profile | 20050308 |
Properties
Interface | IF_SRT_WSP_CONFIG_PROFILE | |
Short Description | WSP Configuration Profile |
General Data
Package | SOAP_CONFIG | SOAP Configuration Framework |
Created | 20050307 | SAP |
Last changed | 20090618 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | TSRTP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_SRT_WSP_CONFIG_ROOT | WSP Configuration Root Class | 20050307 |
Friends
Interface IF_SRT_WSP_CONFIG_PROFILE has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | CHANGED | Instance attribute | Public | Type reference (TYPE) | BOOLEAN | Has changed = 'X' | 20050307 | ||
2 | CHANGED_AT | Instance attribute | Public | Type reference (TYPE) | UZEIT | Last Changed At | 20050307 | ||
3 | CHANGED_BY | Instance attribute | Public | Type reference (TYPE) | UNAME | Last Changed By | 20050307 | ||
4 | CHANGED_CP | Instance attribute | Public | Type reference (TYPE) | PROGRAMM | Calling Program/Last Change | 20050307 | ||
5 | CHANGED_ON | Instance attribute | Public | Type reference (TYPE) | UDATUM | Date of last change | 20050307 | ||
6 | CHANGED_TC | Instance attribute | Public | Type reference (TYPE) | TCODE | Transaction Code Last Changed | 20050307 | ||
7 | CREATED_AT | Instance attribute | Public | Type reference (TYPE) | UZEIT | Created At | 20050307 | ||
8 | CREATED_BY | Instance attribute | Public | Type reference (TYPE) | UNAME | Created By | 20050307 | ||
9 | CREATED_CP | Instance attribute | Public | Type reference (TYPE) | PROGRAMM | Calling Program/Create | 20050307 | ||
10 | CREATED_ON | Instance attribute | Public | Type reference (TYPE) | UDATUM | Date of creation | 20050307 | ||
11 | CREATED_TC | Instance attribute | Public | Type reference (TYPE) | TCODE | Transaction Code of Creation | 20050307 | ||
12 | DESCRIPTION | Instance attribute | Public | Type reference (TYPE) | SRT_WSP_CONFIG_DESCRIPTION | Description | 20050307 | ||
13 | NAME | Instance attribute | Public | Type reference (TYPE) | SRT_WSP_PROFILE_CONFIG_NAME | Configuration Name | 20050307 | ||
14 | NEW | Instance attribute | Public | Type reference (TYPE) | BOOLEAN | New = 'X'; Exists = ' ' | 20050307 | ||
15 | PROFILE_KEY | Instance attribute | Public | Type reference (TYPE) | GUID_32 | Profile Key | 20050407 | ||
16 | READ_ONLY | Instance attribute | Public | Type reference (TYPE) | BOOLEAN | Read Only = 'X'; Read-Write = ' ' | 20050307 | ||
17 | SOAP_APPLICATION | Instance attribute | Public | Type reference (TYPE) | SRT_WSP_SOAP_APPL_NAME | WSP Name of SOAP Application | 20050407 | ||
18 | STATE | Instance attribute | Public | Type reference (TYPE) | SRT_WSP_CONFIG_STATE | active = 'A'; inactive = 'I'; unknown = 'u' | 20050307 | ||
19 | TERMINATED | Instance attribute | Public | Type reference (TYPE) | BOOLEAN | Configuration is terminated | 20050307 | ||
20 | TYPE | Instance attribute | Public | Type reference (TYPE) | SRT_WSP_PROFILE_TYPE | WSP Profile Type | 20050307 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Activates Configuration | 20050307 |
2 | ![]() |
Instance method | Public | Method | Adds Single Configuration Value | 20050419 |
3 | ![]() |
Instance method | Public | Method | Checks Configuration | 20050307 |
4 | ![]() |
Instance method | Public | Method | Deactivates Configuration | 20050307 |
5 | ![]() |
Instance method | Public | Method | Deletes Configuration | 20050307 |
6 | ![]() |
Instance method | Public | Method | Deletes All Configuration Values | 20050419 |
7 | ![]() |
Instance method | Public | Method | Deletes All Configuration Values for Given Name | 20050419 |
8 | ![]() |
Instance method | Public | Method | Returns All Configuration Values | 20050419 |
9 | ![]() |
Instance method | Public | Method | Returns All Configuration Values for Given Name | 20050419 |
10 | ![]() |
Instance method | Public | Method | Returns Interface Subject | 20050307 |
11 | ![]() |
Instance method | Public | Method | Initializes the profile from template | 20050930 |
12 | ![]() |
Instance method | Public | Method | Persists Configuration on Database | 20050307 |
13 | ![]() |
Instance method | Public | Method | Sets All Configuration Values | 20050419 |
14 | ![]() |
Instance method | Public | Method | Sets Description | 20050307 |
15 | ![]() |
Instance method | Public | Method | Sets Edit Mode | 20050307 |
16 | ![]() |
Instance method | Public | Method | Terminates this configuration | 20050307 |
Events
Interface IF_SRT_WSP_CONFIG_PROFILE has no event.
Types
Interface IF_SRT_WSP_CONFIG_PROFILE has no local type.
Method Signatures
Method ACTIVATE Signature
Method ACTIVATE on Interface IF_SRT_WSP_CONFIG_PROFILE has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
WSP Exception | 20050307 |
Method ADD_CONFIG_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONFIG_VALUE | Value transfer | Type reference (TYPE) | SRT_WSP_CONFIG_VALUE_STRUC | WSP config value | 20050419 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
WSP Exception | 20050419 |
Method CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_VALID | Value transfer | Type reference (TYPE) | BOOLEAN | 'X' = valid; ' ' = invalid | 20050307 | ||
2 | ![]() |
MESSAGES | Value transfer | Type reference (TYPE) | SOAP_ERROR_INFO_LIST | Liste von SOAP Framework-Fehlern | 20050307 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
WSP Exception | 20050307 |
Method DEACTIVATE Signature
Method DEACTIVATE on Interface IF_SRT_WSP_CONFIG_PROFILE has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
WSP Exception | 20050307 |
Method DELETE Signature
Method DELETE on Interface IF_SRT_WSP_CONFIG_PROFILE has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
WSP Exception | 20050307 |
Method DELETE_ALL_CONFIG_VALUES Signature
Method DELETE_ALL_CONFIG_VALUES on Interface IF_SRT_WSP_CONFIG_PROFILE has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
WSP Exception | 20050419 |
Method DELETE_CONFIG_VALUE_BY_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Value transfer | Type reference (TYPE) | QNAME | Qualified Name | 20050419 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
WSP Exception | 20050419 |
Method GET_CONFIG_VALUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONFIG_VALUES | Value transfer | Type reference (TYPE) | SRT_WSP_CONFIG_VALUE_TAB | WSP config values | 20050419 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
WSP Exception | 20050419 |
Method GET_CONFIG_VALUES_BY_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONFIG_VALUES | Value transfer | Type reference (TYPE) | SRT_WSP_CONFIG_VALUE_TAB | WSP config values | 20050419 | ||
2 | ![]() |
NAME | Value transfer | Type reference (TYPE) | QNAME | Qualified Name | 20050419 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
WSP Exception | 20050419 |
Method GET_INTERFACE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
INTERFACE | Value transfer | Object reference (TYPE REF TO) | IF_SRT_WSP_SUBJECT_INTERFACE | WSP subject interface | 20050307 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
WSP Exception | 20050307 |
Method INIT_FROM_TEMPLATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TEMPLATE | Call by reference | Object reference (TYPE REF TO) | IF_SRT_WSP_CONFIG_TEMPLATE | WSP configuration webservice template | 20050930 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
WSP Exception | 20050930 |
Method SAVE Signature
Method SAVE on Interface IF_SRT_WSP_CONFIG_PROFILE has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
WSP Exception | 20050307 |
Method SET_CONFIG_VALUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONFIG_VALUES | Value transfer | Type reference (TYPE) | SRT_WSP_CONFIG_VALUE_TAB | WSP config values | 20050419 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
WSP Exception | 20050419 |
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_CONFIG_DESCRIPTION | WSP configuration description | 20050307 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
WSP Exception | 20050307 |
Method SET_EDIT_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
READ_ONLY | Call by reference | Type reference (TYPE) | BOOLEAN | Read only = 'X'; Read write = ' ' | 20050307 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
WSP Exception | 20050307 |
Method TERMINATE Signature
Method TERMINATE on Interface IF_SRT_WSP_CONFIG_PROFILE has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
WSP Exception | 20050307 |
History
Last changed by/on | SAP | 20090618 |
SAP Release Created in | 710 |