cancel
Showing results for 
Search instead for 
Did you mean: 

Help in forwarding workitem

Former Member
0 Kudos
72

Hi All,

I have a requirement to forward workitem from one person's UWL to another person's UWL. This I am doing using Sap_Wapi_forward_Workitem.However the problem is that it should get deleted from the person who is forwarding it. However it is not getting deleted

View Entire Topic
Former Member
0 Kudos

It seems that you are not using the FM as desired. You have to makev use of the Current User parameter to mention the User Id of the user in whose inbox the workitem is residing.

You can just try to use SWIA Tcode to forward workitem manually.

Thanks

Arghadip

Former Member
0 Kudos

Thanks a lot