Hi there,
We are implementing SRM 7 and have an interface running from ECC -> SRM using the following interfaces:
PurchaseRequestERPSourcingRequest_Out (from ECC)
PurchaseRequestERPSourcingRequest_In (on SRM)
In the message payload on SAP PI I can see that the ECC contract reference is being passed in the payload, and NOT the
<PurchasingContractReference>
<ID>4800000109</ID>
<ItemID>1</ItemID>
</PurchasingContractReference>
And this causes the inbound processing to FAIL as it calls function module "BBP_PD_CTR_GETDETAIL" and cannot find the contract.
We have looked into any enhancemnet spots / badis but cannot find anything concrete.
Any help would be greatly appreciated 😉
Lynton