cancel
Showing results for 
Search instead for 
Did you mean: 

NEED to check pending workitems for user's in SRM system

subrat_majhi2
Explorer
0 Kudos

Hi ,

I have almost 1000 users for whom I need to check the pending workflows.So kindly suggest what can the easiest way to do that ?

Regards,

Subrat

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

hi,

unfortunately with the t_code SWI6 you can not see more than 1 user's workitems.

to see open workitems for a group of users you should read the table SWWUSERWI.

( the record with no_sel flag should be the workitem sent to another agent , so you should use as input the userID and the flag NO_SEL = blank .)

bestr regards

Laura

former_member185167
Active Contributor
0 Kudos

What exactly do you want to check? Table SWWUSERWI might help.