SAP ABAP Class CL_SWN_UWL_ITEM_PROVIDER_BASE (Work Item Provider 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
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SWN_UWL_ITEM_PROVIDER | Work Item Provider for UWL | 20130221 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UWL_ITEM_PROVIDER | Provider for UWL work items | 20050111 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SWN_UWL_ITEM_PROVIDER_BWF | Business Workflow Work Item Provider | 20050111 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_SWN_UWL_ITEM_PROVIDER_OSP | Business Workflow Work Item Provider | 20050711 |
Properties
| Class | CL_SWN_UWL_ITEM_PROVIDER_BASE | |
| Short Description | Work Item Provider 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 | 20050111 | 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
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SWN_UWL_ITEM_PROVIDER | Work Item Provider for UWL | 20130221 | ||
| 2 | IF_UWL_ITEM_PROVIDER | Provider for UWL work items | 20050111 |
Friends
Class CL_SWN_UWL_ITEM_PROVIDER_BASE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Protected | Type reference (TYPE) | SWN_FILTID | Filter ID | 20050111 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | UWLITEMLIST | New and Changed Items | 20050111 | |||
| 3 | Static Attribute | Protected | Type reference (TYPE) | UWLTYPE | Item Type in the UWL | 20050111 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | INT4 | 20130910 | ||||
| 5 | Static Attribute | Protected | Type reference (TYPE) | TT_PRIO_MAPPING | Table Type for Mapping of the Priorities | 20050111 | |||
| 6 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_UWL_ITEM_PROVIDER | Instance of a Provider | 20050111 | |||
| 7 | Instance attribute | Protected | Type reference (TYPE) | UWLDELITEMLIST | Deleted Items | 20050111 | |||
| 8 | Static Attribute | Protected | Type reference (TYPE) | SWN_SCENID | Scenario ID | 20050111 | |||
| 9 | Instance attribute | Protected | Type reference (TYPE) | IF_SWN_UWL_ITEM_PROVIDER=>TYPE_STATUS_RANGE | Status Range | 20130221 | |||
| 10 | Static Attribute | Protected | Type reference (TYPE) | TT_STATUS_MAPPING | Table Type for Mapping of the Status | 20050111 | |||
| 11 | Instance attribute | Protected | Type reference (TYPE) | IF_SWN_UWL_ITEM_PROVIDER=>TYPE_TASK_RANGE | Task Range | 20130221 | |||
| 12 | Instance attribute | Protected | Type reference (TYPE) | TIMESTAMPL | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | 20050111 | |||
| 13 | Instance attribute | Protected | Type reference (TYPE) | TIMESTAMPL | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | 20050111 | |||
| 14 | Static Attribute | Protected | Object reference (TYPE REF TO) | CL_SWF_TRC_HANDLE | Logical Trace Handle | 20101008 | |||
| 15 | Instance attribute | Protected | Type reference (TYPE) | SWNUWLTUSER | Table Type with User and Language | 20050111 |
Methods
Events
Class CL_SWN_UWL_ITEM_PROVIDER_BASE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_CNT_ITEMS_PER_USER | Protected | See coding | Table with Users and Number of Work Items | 20101011 | TT_CNT_ITEMS_PER_USER type standard table of t_cnt_items_per_user
|
|
| 2 | TT_ENQUEUES | Private | See coding | 20130910 | TT_ENQUEUES TYPE STANDARD TABLE OF seqg3 with default key
|
||
| 3 | TT_NOTIF_SIMPLE | Protected | See coding | Table with Selected Attributes of a Notification | 20050111 | tt_notif_simple TYPE TABLE OF t_notif_simple
|
|
| 4 | TT_PRIO_MAPPING | Protected | See coding | Table for Mapping of the Priorities | 20050111 | tt_prio_mapping TYPE TABLE OF t_prio_mapping
|
|
| 5 | TT_STATUS_MAPPING | Protected | See coding | Table for Mapping of the Status | 20050111 | tt_status_mapping TYPE TABLE OF t_status_mapping
|
|
| 6 | T_CNT_ITEMS_PER_USER | Protected | See coding | 20101011 | begin of t_cnt_items_per_user,
user_id Type syuname,
cnt Type sytabix,
end of t_cnt_items_per_user
|
||
| 7 | T_NOTIF_SIMPLE | Protected | See coding | Structure with Selected Attributes of a Notification | 20050111 | BEGIN OF t_notif_simple,
recipient_id TYPE syuname,
wi_id TYPE sww_wiid,
status TYPE swn_notifstat,
END OF t_notif_simple
|
|
| 8 | T_PRIO_MAPPING | Protected | See coding | Structure for Mapping of the Priorities | 20050111 | BEGIN OF t_prio_mapping,
wi_prio TYPE sww_prio,
item_prio TYPE uwlstring_s,
END OF t_prio_mapping
|
|
| 9 | T_STATUS_MAPPING | Protected | See coding | Structure for Mapping of the Status | 20050111 | BEGIN OF t_status_mapping,
wi_stat TYPE sww_wistat,
item_status TYPE uwlstring_s,
END OF t_status_mapping
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_SWN_UWL_ITEM_PROVIDER_BASE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SWN_UWL_ITEM_PROVIDER_BASE has no exception.
Method DEQUEUE_REQUEST Signature
Method DEQUEUE_REQUEST on class CL_SWN_UWL_ITEM_PROVIDER_BASE has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130910 |
Method ENQUEUE_REQUEST Signature
Method ENQUEUE_REQUEST on class CL_SWN_UWL_ITEM_PROVIDER_BASE has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130910 |
Method GET_LAST_USAGE_OF_FILTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TIMESTAMP | Value transfer | Type reference (TYPE) | TIMESTAMPL | UTC-Zeitstempel in Langform (JJJJMMTThhmmssmmmuuun) | 20050111 |
Method GET_LAST_USAGE_OF_FILTER on class CL_SWN_UWL_ITEM_PROVIDER_BASE has no exception.
Method GET_MAX_CONCURRENT_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_MAX_REQUESTS | Value transfer | Type reference (TYPE) | I | 20130910 |
Method GET_MAX_CONCURRENT_REQUEST on class CL_SWN_UWL_ITEM_PROVIDER_BASE has no exception.
Method GET_NOTIFICATIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_NOTIFS | Value transfer | Type reference (TYPE) | TT_NOTIF_SIMPLE | Tabelle mit ausgewählten Attributen einer Benachrichtigung | 20050111 | |||
| 2 | ET_NOTIFS_DELETED | Value transfer | Type reference (TYPE) | TT_NOTIF_SIMPLE | Tabelle mit ausgewählten Attributen einer Benachrichtigung | 20050111 |
Method GET_NOTIFICATIONS on class CL_SWN_UWL_ITEM_PROVIDER_BASE has no exception.
Method IS_THRESHOLD_REACHED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_REPORT | Call by reference | Type reference (TYPE) | CHAR40 | 20130910 | ||||
| 2 | RE_THRESHOLD_REACHED | Value transfer | Type reference (TYPE) | INT4 | 20130910 |
Method IS_THRESHOLD_REACHED on class CL_SWN_UWL_ITEM_PROVIDER_BASE has no exception.
Method READ_ITEMS Signature
Method READ_ITEMS on class CL_SWN_UWL_ITEM_PROVIDER_BASE has no parameter.
Method READ_ITEMS on class CL_SWN_UWL_ITEM_PROVIDER_BASE has no exception.
Method SET_ITEM_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_NOTIFS | Call by reference | Type reference (TYPE) | TT_NOTIF_SIMPLE | Tabelle mit ausgewählten Attributen einer Benachrichtigung | 20050111 | |||
| 2 | RT_ITEMS | Value transfer | Type reference (TYPE) | UWLITEMLIST | 20050111 |
Method SET_ITEM_ATTRIBUTES on class CL_SWN_UWL_ITEM_PROVIDER_BASE has no exception.
Method SET_SELECTION_CRITERIA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_TIMESTAMP_FROM | Call by reference | Type reference (TYPE) | TIMESTAMPL | 20050111 | ||||
| 2 | IT_USER | Call by reference | Type reference (TYPE) | UWLUSERLIST | 20050119 |
Method SET_SELECTION_CRITERIA on class CL_SWN_UWL_ITEM_PROVIDER_BASE has no exception.
Method SET_SUBSTITUTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ITEMS | Call by reference | Type reference (TYPE) | UWLITEMLIST | 20050118 | ||||
| 2 | IT_WI_AGENTS | Call by reference | Type reference (TYPE) | SWRTWIAGENT | WAPI: Workitem/User-Zuordnung | 20100422 | |||
| 3 | I_LANGUAGE | Call by reference | Type reference (TYPE) | SYLANGU | Sprachenschlüssel der aktuellen Textumgebung | 20050130 | |||
| 4 | RT_ITEMS | Value transfer | Type reference (TYPE) | UWLITEMLIST | 20050118 |
Method SET_SUBSTITUTIONS on class CL_SWN_UWL_ITEM_PROVIDER_BASE has no exception.
Method WRITE_TRACE_INIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FROM_TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMPL | 20130910 | ||||
| 2 | USERS | Call by reference | Type reference (TYPE) | UWLUSERLIST | 20130910 |
Method WRITE_TRACE_INIT on class CL_SWN_UWL_ITEM_PROVIDER_BASE has no exception.
Method WRITE_TRACE_RESULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RETURN_CODE | Call by reference | Type reference (TYPE) | UWLCOUNT | 20130910 | ||||
| 2 | SYSTEM_TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMPL | 20130910 |
Method WRITE_TRACE_RESULT on class CL_SWN_UWL_ITEM_PROVIDER_BASE has no exception.
Method _TRACE_ITEMS_PER_USER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CNT_ITEMS | Call by reference | Type reference (TYPE) | TT_CNT_ITEMS_PER_USER | Tabelle mit Benutzer und Anzahl Workitems | 20101011 | |||
| 2 | CNT_REMOVED_ITEMS | Call by reference | Type reference (TYPE) | TT_CNT_ITEMS_PER_USER | Tabelle mit Benutzer und Anzahl Workitems | 20101011 | |||
| 3 | ITEMS | Value transfer | Type reference (TYPE) | UWLITEMLIST | Liste der ZAV-Items | 20101011 | |||
| 4 | REMOVED_ITEMS | Value transfer | Type reference (TYPE) | UWLDELITEMLIST | Liste von ZAV-gelöschten Items | 20101011 |
Method _TRACE_ITEMS_PER_USER on class CL_SWN_UWL_ITEM_PROVIDER_BASE has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 700 |