Symptom
You are using Odata Service from Postman or External application to C4C and using POST function to create/update a KUT field, system throws below error
Property 'ZABC' not found
Environment
SAP Cloud for Customer
Reproducing the Issue
[Enter your Reproducing the Issue here...]
Cause
While using Odata Service,
In case of KUT field, the property should have a suffix _KUT. Example: ZABC_KUT
In case of PDI field, the property should have a suffix _PDI. Example: ZABC_PDI
Resolution
Change the property name with respespective suffix as mentioned above and execute the POST function
Keywords
KUT field, PDI field, property , KBA , AP-RC-ODF , OData framework (C4C Only) , Problem