cancel
Showing results for 
Search instead for 
Did you mean: 

How to find all workitems in sap

Former Member
0 Kudos

Hi All,

I need to find all the workitems present in user's inbox in sap.Pls let me know how to find it.

In my case, i am getting issue lock table overflow due to which user not able to login to sap system. I checked in SM12 & it show that it happened during execution of half-hourly report RSWWCOND by WF-BATCH.

Is it bcos i have no of workitems pending & locked by this report & when the next lock requested by this report , we get the above overflow issue.

pls do help.

Thanks.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks i got the answer.

former_member185167
Active Contributor
0 Kudos

And the answer was..... ?

Former Member
0 Kudos

Hi Harrysingh,

A Standard workflow design will never get into Lock Table overflow. and unprocessed Workitem will not create any entry in the lock table. This should because of some Bespoke and can be found out from SM12. Once you get the table which is creating maximum no if locks, you would be able to guess where the problem is. Processing all the unprocessed workitem will not solve the lock issue, provided the method coding do not have junk codes.

Regards,

Simin Raveendran.

former_member185167
Active Contributor
0 Kudos

Hello,

What does finding workitems have to do with locking? I would solve the locking problem first, it will likely stop most operations.

regards

Rick Bakker

Hanabi Technology

Former Member
0 Kudos

If you have user then you can find the workflows for that user by using transaction SWI5.

Steps:

1. Run SWI5

2. put Type : US

ID : XXXXXX ( user id )

select "To be processed by" / "Workflow to be completed"

3. Press execute.

You will find the list of workflows which are belongs to that user

Thanks

Sanjay