Symptom
You have observed one of the below errors within the Dump Analysis tool in the SAP Cloud Applications Studio:
- Failure creating records of node MyBO.Root on the database (Where "MyBO" represents a Business Object name and Root represents the Node name)
- Failure creating records of node Root in BO MyBO on the database (Where "MyBO" represents a Business Object name and Root represents the Node name)
- Failure updating records of node Root in BO MyBO on the database (Where "MyBO" represents a Business Object name and Root represents the Node name)
- Error creating records for the MyBO.Root node in the database (Where "MyBO" represents a Business Object name and Root represents the Node name)
- Error updating records for the ROOT node in BO MyBO in the database (Where "MyBO" represents a Business Object name and Root represents the Node name)
Environment
- SAP Cloud Applications Studio
- SAP Business ByDesign
- SAP Cloud for Customer
Cause
This dump happens when the run-time data passed to a string field in a Business Object exceeds the limit of its datatype.
Resolution
Please ensure to have the necessary checks in place so that the run-time length of the data saved to the Business Object field does not exceed the maximum permitted length of the field datatype.
You can be viewing the maximum lengths of these datatypes in the Repository Explorer from the Studio.
See Also
Please refer to this blog.
Keywords
PDI, RAWSTRING, extension, field, failure, creating, updating, deleting, records, node, The maximum length of a STRING or RAWSTRING field was exceeded , KBA , AP-RC-BDS-SCR , ByDesign Studio Scripting (ABSL) , How To