Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

WF_BWP_SELECT_FILTER - Filtering Work Items

Former Member
0 Kudos

Hi!

I have got a problem in understanding of the BADI WF_BWP_SELECT_FILTER. I want to filter all work items in our SRM system that are not relevant.

1. There will be always two debuggers opened when I set a break-point in the BADI implementation class! Does anybody know why?

2. Is it possible to filter work items with a status that is not 'READY'? There are many items with another status that should not be in the inbox of the SRM user. These items will not be passed through the BADI.

3. Does anybody know where I can find an overview about the possible task (like TS14508044)?.

A simple example for my implementation is


re_worklist[] = im_worklist[].
DELETE re_worklist WHERE wi_rh_task NE 'TS14508044'.

Thank you a lot!

Greetings,

Florian

1 REPLY 1

Former Member
0 Kudos

We're now reading the workitem and check the description. If it matches we accept it. Otherwise it will be discared!