on 2010 Oct 01 11:27 AM
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
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.