‎2007 Aug 08 12:55 PM
Hi
My requirement is to delete workitems from the inbox of the particular user.
I am using function module SAP_WAPI_SET_WORKITEM_COMPLETD to delete the workitems.
But this function module delete the workitems(if it is same) from the inbox of all users.But i need to delete the workitem for a particular user even though it exists in other inbox also.
If i delete the workitems from users inbox , the workflow is going into error.how to avoid this.
Help me to solve this issue.
‎2007 Aug 08 12:59 PM
Hi Pandiyan,
If you send that SY-UNAME (ie.username) for the import parameter ACTUAL_AGENT, then it should be deleting those work-items for that person only.
<b>Reward points if this helps,</b>
Kiran
‎2007 Aug 09 6:33 AM
Hi Kiran,
I have used SY-UNAME for the import parameter ACTUAL_AGENT,But its deleting the workitems from all users inbox.Could you tell me some other function module to delete the workitems.