cancel
Showing results for 
Search instead for 
Did you mean: 

The number of work items for a user

Former Member
0 Kudos

hi

can anybody tell me how can find the number of workitems techically i,e is there any function module/table which gives the nuber of workitems per user?

Raghu

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

Please refer to FM SAP_WAPI_COUNT_WORKITEMS.

Pass the workflow task number in the TASK_FILTER_TABLE and you will get the count of workitems for that user.

Regards

Ananth

martin_nooteboom
Active Contributor
0 Kudos

Hi Ananth,

Don't give it away, he could (and should have by now) found it himself.

Regards,

Martin

Former Member
0 Kudos

Try to debug SWI5 transaction code or you can also use table SWWORGTASK.

Thanks

Arghadip

pokrakam
Active Contributor
0 Kudos

>

> Try to debug SWI5 transaction code or you can also use table SWWORGTASK.

Why?.... To repeat:

Avoid accessing tables if there is an alternative!

Martin has already given the answer.

imthiaz_ahmed
Active Contributor
0 Kudos

Take a look at this table SWWUSERWI.

Regards, IA

pokrakam
Active Contributor
0 Kudos

Guys,

Do NOT access workflow tables directly if there is an alternative!

This has been said many times before and I will say again: they DO change through the versions.

Cheers,

Mike

martin_nooteboom
Active Contributor
0 Kudos

Check the SAP_WAPI FM's, there is one there which will help.

Regards,

Martin

Former Member
0 Kudos

Check table SWWWIHEAD, the field WI_CRUSER should be what you need.

Please reward if helpful.

Tony De Vivo