SAP ABAP Class CL_SRT_WSP_PROPERTY_LIST (WSP Property List)
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 - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SRT_WSP_PROPERTY_LIST | WSP Property List | 20041018 |
Properties
| Class | CL_SRT_WSP_PROPERTY_LIST | |
| Short Description | WSP Property List | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | SRT_WSP | |
| Program status | ||
| Category | 0 | |
| Package | SOAP_CONFIG | SOAP Configuration Framework |
| Created | 20041018 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SRT_WSP_PROPERTY_LIST has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SRT_WSP_PROPERTY_LIST | WSP Property List | 20041018 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_SRT_WSP_PROPERTY | 20120718 | WSP Property | |
| 2 | CL_SRT_WSP_SUBJECT_CONTEXT | 20120718 | WSP Subject Context | |
| 3 | CL_SRT_WSP_SUBJECT_ROOT | 20120718 | WSP Subject Root Class |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | STRING | 'CL_SRT_WSP_PROPERTY_SET' | class name | 20041018 | ||
| 2 | Instance attribute | Private | Type reference (TYPE) | SRT_IF_SRT_WSP_PROPERTIES | table of WSP properties | 20041119 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | SRT_IF_SRT_WSP_PROPERTIES | table of WSP properties | 20050216 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_SRT_WSP_SUBJECT_CONTEXT | WSP subject context | 20050214 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_SRT_WSP_FEATURE_FACTORY | WSP Feature factory | 20041018 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | SRT_IF_SRT_WSP_PROPERTIES | table of WSP properties | 20041018 | |||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_SRT_WSP_SUBJECT_ROOT | WSP subject root class | 20050214 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Adds Allowed Property | 20041119 | |
| 2 | Instance method | Private | Method | Check the cardinality for all properties | 20060426 | |
| 3 | Instance method | Private | Method | Check the cardinality for a new property | 20060425 | |
| 4 | Instance method | Public | Constructor | Constructor | 20041018 | |
| 5 | Static method | Protected | Method | Creates Instance of this Class | 20041018 | |
| 6 | Instance method | Protected | Method | Returns the current subject context | 20050215 | |
| 7 | Instance method | Protected | Method | Returns the property list as a structure | 20050616 | |
| 8 | Instance method | Private | Method | The property list has changed | 20050520 | |
| 9 | Instance method | Protected | Method | A property has changed | 20050520 | |
| 10 | Instance method | Protected | Method | Sets Allowed Properties | 20041119 | |
| 11 | Instance method | Protected | Method | Sets Edit Mode | 20041118 | |
| 12 | Instance method | Protected | Method | Sets the property list from the property list structure | 20050519 | |
| 13 | Static method | Private | Method | Sorts Property Set by Property ID | 20050211 |
Events
Class CL_SRT_WSP_PROPERTY_LIST has no event.
Types
Class CL_SRT_WSP_PROPERTY_LIST has no local type.
Method Signatures
Method ADD_ALLOWED_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PROPERTY | Call by reference | Object reference (TYPE REF TO) | IF_SRT_WSP_PROPERTY | WSP property | 20041119 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20041209 |
Method CHECK_CARDINALITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_VALID | Value transfer | Type reference (TYPE) | BOOLEAN | Valid = 'X'; Invalid = ' ' | 20061026 | |||
| 2 | MESSAGES | Value transfer | Type reference (TYPE) | SOAP_ERROR_INFO_LIST | Liste von SOAP Framework-Fehlern | 20061026 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20060426 |
Method CHECK_CARD_FOR_NEW_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PROPERTY | Value transfer | Object reference (TYPE REF TO) | IF_SRT_WSP_PROPERTY | WSP property | 20060425 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | BOOLEAN | boolsche Variable (X=true, -=false, space=unknown) | 20060425 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20060425 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SUBJECT | Value transfer | Object reference (TYPE REF TO) | CL_SRT_WSP_SUBJECT_ROOT | WSP subject root class | 20050214 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20041209 |
Method CREATE_PROPERTY_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PROPERTY_LIST | Value transfer | Object reference (TYPE REF TO) | CL_SRT_WSP_PROPERTY_LIST | WSP property list | 20041018 | |||
| 2 | SUBJECT | Value transfer | Object reference (TYPE REF TO) | CL_SRT_WSP_SUBJECT_ROOT | WSP subject root class | 20050214 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20041209 |
Method GET_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Value transfer | Object reference (TYPE REF TO) | CL_SRT_WSP_SUBJECT_CONTEXT | WSP subject context | 20050215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20050215 |
Method GET_PROPERTY_LIST_STRUC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PROPERTY_LIST_STRUC | Value transfer | Type reference (TYPE) | SRT_WSP_PROPERTY_LIST_STRUC | WSP property list structure for XML transf. (Don't change) | 20050616 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20050616 |
Method HAS_CHANGED Signature
Method HAS_CHANGED on class CL_SRT_WSP_PROPERTY_LIST has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20050520 |
Method PROPERTY_HAS_CHANGED Signature
Method PROPERTY_HAS_CHANGED on class CL_SRT_WSP_PROPERTY_LIST has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20050520 |
Method SET_ALLOWED_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PROPERTIES | Call by reference | Type reference (TYPE) | SRT_IF_SRT_WSP_PROPERTIES | table of WSP properties | 20041119 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20041209 |
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 = '' | 20041118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20041209 |
Method SET_PROPERTY_LIST_FROM_STRUC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IGNORE_UNKNOWN_PROPERTIES | Call by reference | Type reference (TYPE) | BOOLEAN | 'X' = Ignores unknown properties | 20120718 | |||
| 2 | PROPERTY_LIST_STRUC | Value transfer | Type reference (TYPE) | SRT_WSP_PROPERTY_LIST_STRUC | WSP property list structure for XML transf. (Don't change) | 20050519 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20050519 |
Method SORT_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SORTED | Value transfer | Type reference (TYPE) | SRT_IF_SRT_WSP_PROPERTIES | table of WSP properties | 20050211 | |||
| 2 | UNSORTED | Call by reference | Type reference (TYPE) | SRT_IF_SRT_WSP_PROPERTIES | table of WSP properties | 20050211 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20050211 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 700 |