Filtering work items in UWL ?

Sanjay9 P sanjay9.p at tcs.com
Wed Nov 2 11:16:19 EDT 2011


Hi,

Please use the FM SWN_UWL_GET_WORKLIST to filter based on task type. 

Please find some sample code below.

ls_task_filter = 'TS91000072'.
      APPEND ls_task_filter TO lt_task_filter.

CALL FUNCTION 'SWN_UWL_GET_WORKLIST'
    EXPORTING
      user           = lv_userid
      im_task_filter = lt_task_filter
    IMPORTING
      worklist       = lt_worklist.

Thanks and regards,
SNJY

____________________________________________



From:
"Vijayendra Rao (Absoft)" <vrao at absoft.co.uk>
To:
"SAP Workflow Users' Group" <sap-wug at mit.edu>
Date:
11/02/2011 07:43 PM
Subject:
Filtering work items in UWL ?
Sent by:
sap-wug-bounces at mit.edu



Hi,
 
In our portal we have the UWL iview in 2 different places. One under the 
Home menu and the other under a bespoke Tab called ?Absence? menu. Our 
requirement is that when the users go to the UWL from the home menu they 
should be able to see all the different types of work items. But if they 
go via the bespoke menu ?Absence? then they should be able to see only the 
work item related to absence request. 
 
Any idea how to achieve this? 
 
Regards,
VJ_______________________________________________
SAP-WUG mailing list
SAP-WUG at mit.edu
http://mailman.mit.edu/mailman/listinfo/sap-wug


=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20111102/a66ca4fd/attachment.htm


More information about the SAP-WUG mailing list