COM_PARTNER_BADI.
In a certain item level partner determination procedure for partner function ZPF, we use an access sequence of 1000.
As expected, we copy partners from the preceding document to our item. That is what we want.
We also want to invoke a COM_PARTNER_BADI Call to supplement the with additional partners.
I defined a two step access sequence.
10 10 COM_PARTNER_A Preceding Document
20 20 COM_PARTNER_X Badi 1
The BADI works but seems to wipe out the preceding document results.
Is there a way configure to get both the preceding document results and the new information.
( it would seem silly to make the badi determine the preceeding results as well)
In reality , there is only one preceding ZPF partner and one new ZPF partner, but we have the pdp set to allow 150 ).
Thanks.... ...Mike