Symptom
You are replicating Materials from ECC to C4C but the replication message fails in C4C with the error message: Deleting data not possible; deletion disabled.
Environment
ERP Central Component
SAP Cloud for Customer
Reproducing the Issue
After triggering the replication from ECC, in C4C:
- Go to Administrator Workcenter.
- General Settings.
- Web Service Message Monitoring.
- Select the Material Replication message.
- Click in "Error log".
- See the erroneous message.
Cause
The material was already replicated to C4C before and it has more information stored in the system than it has in the payload message and the LCTI for this information is set as "true". Since the LCTI is set as "true", the system requires the same information that is stored in C4C in the replication message as the deletion of this information is not allowed.
e.g.:
- PlantPartyListCompleteTransmissionIndicator="true"
- QuantityCharacteristicListCompleteTransmissionIndicator="true"
- descriptionListCompleteTransmissionIndicator="true"
- globalTradeItemNumberListCompleteTransmissionIndicator="true"
- quantityConversionListCompleteTransmissionIndicator="true"
- salesProcessInformationListCompleteTransmissionIndicator="true"
Resolution
Since the deletion of this information is not allowed, you can set the LCTI of the problematic node to "false" in your middleware iflow.
See Also
Keywords
material replication, LCTI , KBA , LOD-CRM-INT-ERP , Integration of C4C with ERP , How To