Hi all,
When a shopping cart is created and checked in SRM, we use BAdI BBP_DOC_CHECK_BADI to make some checks.
Function BBP_PD_SC_GETDETAIL is used to retrieve information about the created items.
In particular the export table E_ITEM is useful.
But we need to know which is the vendor for a given item. We do not find this information in table E_ITEM.
There is another export table E_PARTNER but it gives information at header level.
Maybe do you have any clue about how to find the vendor SC item ?
Thanks for your help.