Symptom
You are replicating Business Partner Data from External system using interface "BusinessPartnerReplicationIn" and you get an error "Code list mapping for value XYZ of data type CustomerABCClassificationCode missing" or "Code list mapping for value XYZ of data type CustomerGroupCode missing".
Here XYZ represents example code being sent for CustomerABCClassificationCode / CustomerGroupCode.
Environment
SAP Cloud for Customer
Reproducing the Issue
- Go to Administrator Work center
- Go to Webservice Message Monitoring
- Select the failed message with service interface "BusinessPartnerReplicationIn"
- Navigate to error log , check the error message "Code list mapping for value XYZ of data type CustomerABCClassificationCode missing"
- When you check the payload , you can see the value is sent under element <CustomerGroupCode> of <MarketingAttribute> node which refers to XYZ in the above message
- Go to Administrator Work center
- Go to Webservice Message Monitoring
- Select the failed message with service interface "BusinessPartnerReplicationIn"
- Navigate to error log , check the error message "Code list mapping for value XYZ of data type CustomerGroupCode missing"
- When you check the payload , you can see the value is sent under element <GroupCode> of <SalesArrangement> node which refers to XYZ in the above message
Cause
Code List Mapping is missing or it is not maintained under CustomerABCClassificationCode or CustomerGroupCode data type.
Resolution
- The element <CustomerGroupCode> of <MarketingAttribute> node points to code list mapping "CustomerABCClassificationCode".
- The element <GroupCode> of <SalesArrangement> node points to code list mapping "CustomerGroupCode".
To avoid confusion, the error message is triggered with the missing code list mapping datatype.
Keywords
"Code list mapping for value of data type CustomerABCClassificationCode missing", "Code list mapping for value of data type CustomerGroupCode missing", CustomerABCClassificationCode, CustomerGroupCode, Code list mapping, Cloud for Customer, C4C, Code List, Mapping, Data Type,. , KBA , LOD-CRM-INT-CRM , Integration of C4C with CRM , LOD-CRM-INT-S4H , Integration of C4C with S/4 HANA , LOD-CRM-INT-ERP , Integration of C4C with ERP , Problem
SAP Knowledge Base Article - Public