SAP ABAP Class CL_SWN_UWL_WORKLIST (Class for Determining the Worklists for UWL)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BMT-WFM (Application Component) SAP Business Workflow
⤷
SWN_UWL (Package) Business Workflow: Notifications for UWL
⤷
⤷
Properties
| Class | CL_SWN_UWL_WORKLIST | |
| Short Description | Class for Determining the Worklists for UWL | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWN_UWL | Business Workflow: Notifications for UWL |
| Created | 20050124 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_SWN_UWL_WORKLIST has no interface implemented.
Friends
Class CL_SWN_UWL_WORKLIST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | SIN_FOLRG | '4' | Folder Region: Executed Work Items | 20050124 | ||
| 2 | Static Attribute | Private | Type reference (TYPE) | SIN_FOLRG | '5' | Folder Region: Forwarded Work Items | 20050124 | ||
| 3 | Static Attribute | Private | Type reference (TYPE) | SIN_FOLRG | '1' | Folder Region: Started Workflows | 20050124 | ||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_SWF_WLC_SELECTOR | Selection for the Work List Clients | 20050126 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | SYLANGU | Language Key of Current Text Environment | 20050124 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | SYUNAME | User Name | 20050124 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20050124 | |
| 2 | Instance method | Private | Method | Filters the Work Items Based on UWL Item Types | 20050125 | |
| 3 | Instance method | Public | Method | Determines the Executed Work Items | 20050125 | |
| 4 | Instance method | Public | Method | Determines the Forwarded Work Items | 20050125 | |
| 5 | Instance method | Private | Method | Reads Work Items from Outbox | 20050124 | |
| 6 | Instance method | Public | Method | Determines Work Items from Resubmission | 20050125 | |
| 7 | Instance method | Public | Method | Determines Started Workflows | 20050124 | |
| 8 | Instance method | Private | Method | Determines Inbox in the UWL | 20050125 | |
| 9 | Instance method | Public | Method | Determines the Work List | 20050124 |
Events
Class CL_SWN_UWL_WORKLIST has no event.
Types
Class CL_SWN_UWL_WORKLIST has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LANGUAGE | Call by reference | Type reference (TYPE) | SYLANGU | Sprache, in der die Workitems ermittelt werden | 20050124 | |||
| 2 | I_USER | Call by reference | Type reference (TYPE) | SYUNAME | Benutzer, dessen Workitems ermittelt werden | 20050124 |
Method CONSTRUCTOR on class CL_SWN_UWL_WORKLIST has no exception.
Method FILTER_ITEMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ITEM_TYPE_FILTER | Call by reference | Type reference (TYPE) | SWNUWLTITEMTYPE | Filter für Item Typen | 20050125 | |||
| 2 | IT_SWWWLHEAD | Call by reference | Type reference (TYPE) | SWWWLHEADT | Workitems | 20050125 | |||
| 3 | RT_SWWWLHEAD | Value transfer | Type reference (TYPE) | SWWWLHEADT | gefilterte Workitems | 20050125 |
Method FILTER_ITEMS on class CL_SWN_UWL_WORKLIST has no exception.
Method GET_EXECUTED_WORKITEMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ITEM_TYPE_FILTER | Call by reference | Type reference (TYPE) | SWNUWLTITEMTYPE | Filter für Item Typen | 20050125 | |||
| 2 | IT_STATUS_FILTER | Call by reference | Type reference (TYPE) | SWRTSTATUS | Statusfilter | 20050125 | |||
| 3 | IT_STATUS_RANGE | Call by reference | Type reference (TYPE) | SWFARTWISTA | Rangetab für Workitemstatus | 20130221 | |||
| 4 | IT_TASK_FILTER | Call by reference | Type reference (TYPE) | SWRTTASK | Aufgabenfilter | 20050125 | |||
| 5 | IT_TASK_RANGE | Call by reference | Type reference (TYPE) | SWFARTRHTSK | Rangetab für Aufgaben | 20130221 | |||
| 6 | I_SEL_DATE | Call by reference | Type reference (TYPE) | SYDATUM | Selektionsdatum | 20050125 | |||
| 7 | I_TRANSLATE_WI_TEXT | Call by reference | Type reference (TYPE) | XFELD | SPACE | Workitemtext übersetzen | 20050125 | ||
| 8 | RT_WORKITEMS | Value transfer | Type reference (TYPE) | UWLITEMLIST | Ausgeführte Workitems | 20050125 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Workitems konnten nicht ermittelt werden | 20050125 |
Method GET_FORWARDED_WORKITEMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ITEM_TYPE_FILTER | Call by reference | Type reference (TYPE) | SWNUWLTITEMTYPE | Filter für Item Typen | 20050125 | |||
| 2 | IT_STATUS_FILTER | Call by reference | Type reference (TYPE) | SWRTSTATUS | Statusfilter | 20050125 | |||
| 3 | IT_STATUS_RANGE | Call by reference | Type reference (TYPE) | SWFARTWISTA | Rangetab für Workitemstatus | 20130221 | |||
| 4 | IT_TASK_FILTER | Call by reference | Type reference (TYPE) | SWRTTASK | Aufgabenfilter | 20050125 | |||
| 5 | IT_TASK_RANGE | Call by reference | Type reference (TYPE) | SWFARTRHTSK | Rangetab für Aufgaben | 20130221 | |||
| 6 | I_SEL_DATE | Call by reference | Type reference (TYPE) | SYDATUM | Selektionsdatum | 20050125 | |||
| 7 | I_TRANSLATE_WI_TEXT | Call by reference | Type reference (TYPE) | XFELD | SPACE | Workitemtext übersetzen | 20050125 | ||
| 8 | RT_WORKITEMS | Value transfer | Type reference (TYPE) | UWLITEMLIST | Weitergeleitete Workitems | 20050125 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Workitems konnten nicht ermittelt werden | 20050125 |
Method GET_ITEMS_OF_OUTBOX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ITEM_TYPE_FILTER | Call by reference | Type reference (TYPE) | SWNUWLTITEMTYPE | Filter für Item Typen | 20050125 | |||
| 2 | IT_STATUS_FILTER | Call by reference | Type reference (TYPE) | SWRTSTATUS | Statusfilter | 20050124 | |||
| 3 | IT_STATUS_RANGE | Call by reference | Type reference (TYPE) | SWFARTWISTA | Rangetab für Workitemstatus | 20130221 | |||
| 4 | IT_TASK_FILTER | Call by reference | Type reference (TYPE) | SWRTTASK | Aufgabenfilter | 20050124 | |||
| 5 | IT_TASK_RANGE | Call by reference | Type reference (TYPE) | SWFARTRHTSK | Rangetab für Aufgaben | 20130221 | |||
| 6 | I_FOLRG | Call by reference | Type reference (TYPE) | SIN_FOLRG | Mappenbereich | 20050124 | |||
| 7 | I_SEL_DATE | Call by reference | Type reference (TYPE) | SYDATUM | Selektionsdatum | 20050124 | |||
| 8 | I_TRANSLATE_WI_TEXT | Call by reference | Type reference (TYPE) | XFELD | Feld zum Ankreuzen | 20050125 | |||
| 9 | RT_ITEMS | Value transfer | Type reference (TYPE) | UWLITEMLIST | Workitems | 20050124 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Workitems konnten nicht ermittelt werden | 20050125 |
Method GET_RESUBMISSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ITEM_TYPE_FILTER | Call by reference | Type reference (TYPE) | SWNUWLTITEMTYPE | Filter für Item Typen | 20050125 | |||
| 2 | IT_STATUS_RANGE | Call by reference | Type reference (TYPE) | SWFARTWISTA | Rangetab für Workitemstatus | 20130221 | |||
| 3 | IT_TASK_FILTER | Call by reference | Type reference (TYPE) | SWRTTASK | Aufgabenfilter | 20050125 | |||
| 4 | IT_TASK_RANGE | Call by reference | Type reference (TYPE) | SWFARTRHTSK | Rangetab für Aufgaben | 20130221 | |||
| 5 | I_TRANSLATE_WI_TEXT | Call by reference | Type reference (TYPE) | XFELD | SPACE | Workitemtext übersetzen | 20050125 | ||
| 6 | RT_WORKITEMS | Value transfer | Type reference (TYPE) | UWLITEMLIST | Workitems aus der Wiedervorlage | 20050125 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Workitems konnten nicht ermittelt werden | 20050125 |
Method GET_STARTED_WORKFLOWS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ITEM_TYPE_FILTER | Call by reference | Type reference (TYPE) | SWNUWLTITEMTYPE | Filter für Item Typen | 20050125 | |||
| 2 | IT_STATUS_FILTER | Call by reference | Type reference (TYPE) | SWRTSTATUS | Statusfilter | 20050124 | |||
| 3 | IT_STATUS_RANGE | Call by reference | Type reference (TYPE) | SWFARTWISTA | Rangetab für Workitemstatus | 20130221 | |||
| 4 | IT_TASK_FILTER | Call by reference | Type reference (TYPE) | SWRTTASK | Aufgabenfilter | 20050124 | |||
| 5 | IT_TASK_RANGE | Call by reference | Type reference (TYPE) | SWFARTRHTSK | Rangetab für Aufgaben | 20130221 | |||
| 6 | I_SEL_DATE | Call by reference | Type reference (TYPE) | SYDATUM | Selektionsdatum | 20050124 | |||
| 7 | I_TRANSLATE_WI_TEXT | Call by reference | Type reference (TYPE) | XFELD | SPACE | Workitemtext übersetzen | 20050124 | ||
| 8 | RT_WORKFLOWS | Value transfer | Type reference (TYPE) | UWLITEMLIST | Gestartete Workflows | 20050124 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Workitems konnten nicht ermittelt werden | 20050125 |
Method GET_UWL_INBOX_VIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_INBOX_VIEW | Value transfer | Type reference (TYPE) | THRWFUSER_V | Inboxview | 20050125 |
Method GET_UWL_INBOX_VIEW on class CL_SWN_UWL_WORKLIST has no exception.
Method GET_WORKLIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DEADLINE_ITEMS | Call by reference | Type reference (TYPE) | UWLITEMLIST | 20050124 | ||||
| 2 | ET_WORKLIST | Call by reference | Type reference (TYPE) | UWLITEMLIST | 20050124 | ||||
| 3 | IT_ITEM_TYPE_FILTER | Call by reference | Type reference (TYPE) | SWNUWLTITEMTYPE | Filter für Item Typen | 20050124 | |||
| 4 | IT_STATUS_FILTER | Call by reference | Type reference (TYPE) | SWRTSTATUS | Statusfilter | 20050124 | |||
| 5 | IT_STATUS_RANGE | Call by reference | Type reference (TYPE) | SWFARTWISTA | Rangetab für Workitemstatus | 20130221 | |||
| 6 | IT_TASK_FILTER | Call by reference | Type reference (TYPE) | SWRTTASK | Aufgabenfilter | 20050124 | |||
| 7 | IT_TASK_RANGE | Call by reference | Type reference (TYPE) | SWFARTRHTSK | Rangetab für Aufgaben | 20130221 | |||
| 8 | I_TRANSLATE_WI_TEXT | Call by reference | Type reference (TYPE) | XFELD | Workitemtext übersetzen | 20050124 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Workitems konnten nicht ermittelt werden | 20050125 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 700 |