SAP ABAP Class CL_SRT_WSP_CONFIG_WORKLIST (WSP Configuration Worklist for Proccessor)
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_CONFIG_WORKLIST | WSP Configuration Worklist for Proccessor | 20070424 |
Properties
| Class | CL_SRT_WSP_CONFIG_WORKLIST | |
| Short Description | WSP Configuration Worklist for Proccessor | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SOAP_CONFIG | SOAP Configuration Framework |
| Created | 20070424 | SAP |
| Last change | 20090618 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SRT_WSP_CONFIG_WORKLIST has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SRT_WSP_CONFIG_WORKLIST | WSP Configuration Worklist for Proccessor | 20070424 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_SRT_WSP_CONFIG_PROCESSOR | 20070426 | WSP configuration processor for mass requests |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | STRING | 'CL_SRT_WSP_CONFIG_WORKLIST' | Class Name | 20070424 | ||
| 2 | Instance attribute | Private | Type reference (TYPE) | INT4 | Natural Number | 20070604 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | INT4 | Natural Number | 20070604 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | TT_WORKLIST_KEYS | List entry positions | 20070604 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20070424 | |
| 2 | Instance method | Private | Method | Delete all work items | 20070426 | |
| 3 | Instance method | Private | Method | Delete a work item | 20070502 | |
| 4 | Instance method | Private | Method | Get the next work item key for processing | 20070502 | |
| 5 | Instance method | Private | Method | Get information about an work item | 20070502 | |
| 6 | Static method | Protected | Method | Open worklist | 20070424 | |
| 7 | Instance method | Private | Method | Process a work item | 20070502 | |
| 8 | Instance method | Private | Method | Save a work item | 20070502 | |
| 9 | Instance method | Private | Method | Reinitialize the item getter (get_next_work_item) | 20070604 | |
| 10 | Instance method | Private | Method | Update a work item | 20070604 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | PROCESS_WRK_DATA | Instance Event (0) |
Public (2) |
Notification: Work data has been processed | 20070620 |
Types
Class CL_SRT_WSP_CONFIG_WORKLIST has no local type.
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_SRT_WSP_CONFIG_WORKLIST has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20070424 |
Method DELETE_WORKLIST Signature
Method DELETE_WORKLIST on class CL_SRT_WSP_CONFIG_WORKLIST has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20070426 |
Method DEL_WORK_ITEM_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | WORK_ITEM_KEY | Call by reference | Type reference (TYPE) | GUID_32 | GUID im 'CHAR' Format in Großschreibung | 20070502 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20070502 |
Method GET_NEXT_WORK_ITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | WORK_ITEM_KEY | Value transfer | Type reference (TYPE) | GUID_32 | GUID im 'CHAR' Format in Großschreibung | 20070502 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20070502 |
Method GET_WORK_ITEM_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | METHOD_NAME | Value transfer | Type reference (TYPE) | SRT_WSP_WKL_METHOD_NAME | Worklist entry method | 20070502 | |||
| 2 | PARAMETER_DATA | Value transfer | Object reference (TYPE REF TO) | DATA | parameter data | 20070502 | |||
| 3 | PARAMETER_DATA_TYPE | Value transfer | Type reference (TYPE) | SRT_WSP_WKL_PARAMETER_TYPE | Parameter data type | 20070502 | |||
| 4 | WORK_ITEM_KEY | Value transfer | Type reference (TYPE) | GUID_32 | GUID im 'CHAR' Format in Großschreibung | 20070502 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20070502 |
Method OPEN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | WORKLIST | Value transfer | Object reference (TYPE REF TO) | IF_SRT_WSP_CONFIG_WORKLIST | WSP configuration worklist for proccessor | 20070424 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20070424 |
Method PROCESS_WORK_ITEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | WORK_ITEM_KEY | Call by reference | Type reference (TYPE) | GUID_32 | GUID im 'CHAR' Format in Großschreibung | 20070502 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20070502 |
Method SET_WORK_ITEM_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PARAMETER_DATA | Value transfer | Type reference (TYPE) | ANY | parameter data | 20070502 | |||
| 2 | WORK_ITEM_KEY | Value transfer | Type reference (TYPE) | GUID_32 | GUID im 'CHAR' Format in Großschreibung | 20070502 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20070502 |
Method UPDATE_GETTER Signature
Method UPDATE_GETTER on class CL_SRT_WSP_CONFIG_WORKLIST has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20070604 |
Method UPDATE_WORK_ITEM_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PARAMETER_DATA | Value transfer | Type reference (TYPE) | ANY | parameter data | 20070604 | |||
| 2 | WORK_ITEM_KEY | Value transfer | Type reference (TYPE) | GUID_32 | GUID im 'CHAR' Format in Großschreibung | 20070604 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20070604 |
Event Signatures
Event PROCESS_WRK_DATA Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | KEY | Exporting | Value transfer | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20070621 | ||
| 2 | MESSAGE_HEADER | Exporting | Value transfer | Type reference (TYPE) | SRT_WSP_WKL_PARAMETER_HEADER | 20070621 | |||
| 3 | STATE | Exporting | Value transfer | Type reference (TYPE) | INT4 | Natural number | 20070621 |
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 710 |