Hi Experts
I have an requirement like this:
A user whose pur org is say GB20, when he tries to create a confirmation, is now seeing all POs from the backend which not only belong to his pur org but to other pur orgs as well.. This is a standard functionality I guess
The BBP_WF_LIST badi displayes all the POs from different pur orgs present in the backend. Due to this lot of POs come and get displayed.
The input para of WF_LIST badi i_pdlist contains all these POs. the colum proc_group is where we can see the different pur orgs.
I now want to restrict the POs which do not belong to the users pur org? How can I do this. Is there any way that I can limit the POS before the WF_LIST_BADI itself?
Also how can I get the pur group based on a user id?
Best Regrds
Jerry