Error : CServiceData::SetPropertyValueString failed; Value too long in property ‘field’ of ‘attribute’
During your sync operation, you receive an error message showing Value too long in property
on target application, which is SAPB1 here.
Cause
There might be a number of reasons for this error:
- Field Value provided in the source application is too long and is in untrimmed condition.
Resolution
To resolve this issue,
- In the source application reduce the value size of the field, you can use substring generic method to either trim to a specific number of characters or create an UDF in SAP B1 to store extended data.
Leave a reply