Hi,
could anybody suggest me the name of a BAdI to be used in order to change at runtime the partner determination procedure assigned to a transaction?
In the scenario I'm analyzing, we have different partner functions in the different Countries, so we would like to drive the partner determination procedure (PdP) within the transaction by Country. Of course, within the customizing it is possible to define only one PdP per transaction type, but we would need to avoid the duplications of the transaction types.
Any advice?
Thanks and regards,
A.R.
You can use badi COM_PARTNER_BADI which has 3 available methods for such needs:
DETERMINATION_ADD_IN_1
DETERMINATION_ADD_IN_2
DETERMINATION_ADD_IN_3
Regards.
Add a comment