cancel
Showing results for 
Search instead for 
Did you mean: 

error in workflow

Former Member
0 Kudos

Hi

I have to forward tasks from one user (who has been removed from the organization)to the other user.i have only the two user i.d's. is there anyways that i can see the pending tasks ofd the removed user.

Thanks a lot.

Regards

Divya

Accepted Solutions (1)

Accepted Solutions (1)

former_member193382
Active Contributor
0 Kudos

Hi,

Check out this link.

[http://saptechnical.com/Tutorials/Workflow/DeletedUsers/Workitems.htm]

Regards,

Raj

Former Member
0 Kudos

Hi Raj,

Thanks the information was really useful but when i give the user i.d in the table swworgtask it says" no table entries found for the specified keys" does it mean that the user doesnt have any tasks pending with him. But anyways it should display the taks which were associated with this particular user right. Kindly clarify my doubt.

Thanks

Divya

former_member193382
Active Contributor
0 Kudos

Hi,

As said in the document did you enter the name of the user along with prefix US in the field ORG_OBJ.

For Example if user name is SAPUSER you have to enter it here as USSAPUSER.

Check and revert.

Regards,

Raj

Former Member
0 Kudos

Thanks all for solving my issue.

Answers (2)

Answers (2)

former_member182485
Active Contributor
0 Kudos

Go to the T-code SWI5

enter User id and date you can see the inbox of the user.

Provided user has not been removed from the SAP system.

Hope this helps.

Regards

Bikas

bpawanchand
Active Contributor
0 Kudos

Try like this

  • SAP_WAPI_COUNT_WORKITEMS by using this FM you can get the number of workitmes assigned to him. In the TABLES parameter you can know the TASKID .

  • Now check the status of the task ID by using the table SWWWIHEAD by passing the above task id to the field WI_RH_TASK.