cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CPI-DS Decimal Datatype Separator error during loading to API using OData

Yevheniia
Newcomer
153

Hello,

I'm having an error transferring time-dependent safety stock quantity data from IBP to S4, where the target object is the OData Adapter API - A_ProdTimeDepdntStockLvl.
The stream validates successfully, but when I run it, I get the error:

Error loading <A_ProdTimeDepdntStockLvl>: <Unable to do create action using data
[I,2026-03-01,1000,1000,34,2026-03-01,14,367,TUP]Exception occurred: java.lang.NumberFormatException
at java.math.BigDecimal.<init>(BigDecimal.java:501)
at java.math.BigDecimal.<init>(BigDecimal.java:387)
...

The error appears in the moment of loading into target object, test data: [I,2026-03-01,1000,1000,34,2026-03-01,14,367,TUP]

It seems the error is due to the comma ',' separator being used in the decimal value '14,367', which is causing the number of columns changes. Is it possible to change the separator for a specific data flow?

Kind regards

Accepted Solutions (0)

Answers (0)