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 SWFCO Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 SWNU1 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 M_FILTER_FULL Static Attribute Protected Type reference (TYPE) SWN_FILTID Filter ID 20050111
2 M_ITEMS Instance attribute Protected Type reference (TYPE) UWLITEMLIST New and Changed Items 20050111
3 M_ITEM_TYPE Static Attribute Protected Type reference (TYPE) UWLTYPE Item Type in the UWL 20050111
4 M_MAX_REQUESTS Instance attribute Private Object reference (TYPE REF TO) INT4 20130910
5 M_PRIO_TABLE Static Attribute Protected Type reference (TYPE) TT_PRIO_MAPPING Table Type for Mapping of the Priorities 20050111
6 M_PROVIDER_HANDLE Static Attribute Private Object reference (TYPE REF TO) IF_UWL_ITEM_PROVIDER Instance of a Provider 20050111
7 M_REMOVED_ITEMS Instance attribute Protected Type reference (TYPE) UWLDELITEMLIST Deleted Items 20050111
8 M_SCENARIO Static Attribute Protected Type reference (TYPE) SWN_SCENID Scenario ID 20050111
9 M_STATUS_RANGE Instance attribute Protected Type reference (TYPE) IF_SWN_UWL_ITEM_PROVIDER=>TYPE_STATUS_RANGE Status Range 20130221
10 M_STATUS_TABLE Static Attribute Protected Type reference (TYPE) TT_STATUS_MAPPING Table Type for Mapping of the Status 20050111
11 M_TASK_RANGE Instance attribute Protected Type reference (TYPE) IF_SWN_UWL_ITEM_PROVIDER=>TYPE_TASK_RANGE Task Range 20130221
12 M_TIMESTAMP_FROM Instance attribute Protected Type reference (TYPE) TIMESTAMPL UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) 20050111
13 M_TIMESTAMP_TO Instance attribute Protected Type reference (TYPE) TIMESTAMPL UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) 20050111
14 M_TRACE_HANDLE Static Attribute Protected Object reference (TYPE REF TO) CL_SWF_TRC_HANDLE Logical Trace Handle 20101008
15 M_USER Instance attribute Protected Type reference (TYPE) SWNUWLTUSER Table Type with User and Language 20050111
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20050111
2 DEQUEUE_REQUEST Instance method Protected Method 20130910
3 ENQUEUE_REQUEST Instance method Protected Method 20130910
4 GET_LAST_USAGE_OF_FILTER Instance method Protected Method Determines How Filter Was Last Used 20050111
5 GET_MAX_CONCURRENT_REQUEST Instance method Private Method 20130910
6 GET_NOTIFICATIONS Instance method Protected Method Read Entries from Table with Notifications 20050111
7 IS_THRESHOLD_REACHED Instance method Private Method 20130910
8 READ_ITEMS Instance method Protected Method Determination of the Relevant Items 20050111
9 SET_ITEM_ATTRIBUTES Instance method Protected Method Setting the Attributes 20050111
10 SET_SELECTION_CRITERIA Instance method Protected Method Define Selection Criteria for Notifications 20050111
11 SET_SUBSTITUTIONS Instance method Protected Method Setting the Column 'Substitution For' 20050111
12 WRITE_TRACE_INIT Instance method Private Method 20130910
13 WRITE_TRACE_RESULT Instance method Private Method 20130910
14 _TRACE_ITEMS_PER_USER Instance method Protected Method Trace: Items for Each User 20101011
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 CX_SWN_MAX_REQUEST 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 CX_SWN_MAX_REQUEST 20130910

Method GET_LAST_USAGE_OF_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning 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 Returning 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 Exporting ET_NOTIFS Value transfer Type reference (TYPE) TT_NOTIF_SIMPLE Tabelle mit ausgewählten Attributen einer Benachrichtigung 20050111
2 Exporting 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 Importing IM_REPORT Call by reference Type reference (TYPE) CHAR40 20130910
2 Returning 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 Importing IT_NOTIFS Call by reference Type reference (TYPE) TT_NOTIF_SIMPLE Tabelle mit ausgewählten Attributen einer Benachrichtigung 20050111
2 Returning 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 Importing IM_TIMESTAMP_FROM Call by reference Type reference (TYPE) TIMESTAMPL 20050111
2 Importing 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 Importing IT_ITEMS Call by reference Type reference (TYPE) UWLITEMLIST 20050118
2 Importing IT_WI_AGENTS Call by reference Type reference (TYPE) SWRTWIAGENT WAPI: Workitem/User-Zuordnung 20100422
3 Importing I_LANGUAGE Call by reference Type reference (TYPE) SYLANGU Sprachenschlüssel der aktuellen Textumgebung 20050130
4 Returning 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 Importing FROM_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMPL 20130910
2 Importing 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 Importing RETURN_CODE Call by reference Type reference (TYPE) UWLCOUNT 20130910
2 Importing 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 Exporting CNT_ITEMS Call by reference Type reference (TYPE) TT_CNT_ITEMS_PER_USER Tabelle mit Benutzer und Anzahl Workitems 20101011
2 Exporting CNT_REMOVED_ITEMS Call by reference Type reference (TYPE) TT_CNT_ITEMS_PER_USER Tabelle mit Benutzer und Anzahl Workitems 20101011
3 Importing ITEMS Value transfer Type reference (TYPE) UWLITEMLIST Liste der ZAV-Items 20101011
4 Importing 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