cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Filter in BBP_WF_LIST

Former Member
0 Likes
372

Hi All,

We use SRM 5.0 classic scenario.

When we want to exclude goods PO from the requestors confirmation worklist in SRM, you can implement BaDI BBP_WF_LIST with method BBP_WF_LIST to filter out goods PO's.

Question: Were and in what way does the filter of good PO occures? Is that in the ECC back-end as a query on the ekpo or ekko table or in SRM?

Thanks in advance.

Regards,

Jorgen

View Entire Topic
laurent_burtaire
Active Contributor
0 Likes

Hello Jorgen,

Have a look at BBP_PO_LISTSEL and BBP_PO_LISTSEL_LOCAL function modules.

Inside both, BBP_WF_LIST BAdI is called.

Object type to use in BAdI method is BUS2201 as you want to restrict PO search-result for confirmation

Regards.

Laurent.

Former Member
0 Likes

Hi Laurant,

Do you have more detail of your description (for the classic scenario)?

Kind regards,

Jorgen

laurent_burtaire
Active Contributor
0 Likes

Hello Jorgen,

To be exact, function module call to get PO for confirmation is BBP_PDH_SEARCH_PO_FOR_CONF_INV.

So, put break-points inside this FM and check how it processes PO standard filtering out (specially with BBP_CF_ASSIGNMENT_BACKEND function module) in order to know what to do in BAdI: i won't do your job.

Regards.

Laurent.

Former Member
0 Likes

Hi guys,

Thanks for your contribution. The filter is done on basis of the objecttype BUS2201.

Regards,

JvE