Hi All,
I am using INSTALLED BASE REPLICATION FROM EXTERNAL SYSTEM standard API to create Install base in SAP C4C from SAP ECC.
The party ID sent from SAP ECC is external ID in SAP C4C. But the SAP C4C system is not performing any ID mapping to map it into internal ID.
I am sending the below payload in C4C and getting the error "Party &MS_PARTY_ID& does not exist".
<InvolvedParties actionCode="04">
<PartyID>1055826</PartyID>
<RoleCode>17</RoleCode>
</InvolvedParties>
So when I checked the wsdl and found there are 4 parameters with Party ID field.
1. schemeID
2. schemeAgencyID
3. schemeAgencySchemeID
4. schemeAgencySchemeAgencyID
So to activate ID mapping when using this API will do I have to send some values in these 4 parameters. If yes then please let me know what are the values of the parameters
Regards,
Kartik Saini
Hello Karthik,
Please check "https://blogs.sap.com/2016/09/10/message-header-handling-in-c4c-integration/". This may help you.
Regards,
Manideep Satya