‎2009 Jun 11 5:38 PM
Hi,
I am using transaction KO08 to upload internal orders.
However, I receive an error and the following is from the log in SLG1:
Field WERT1 no.
9 in record
1 is not filled acc. to type.
Content: 2020202020202.02
What could this mean?
‎2009 Jun 11 5:50 PM
My guess is that a numeric field is filled (mostly) with blanks.
Rob
‎2009 Jun 11 8:58 PM
Wert1 is a type p field. I have tried working and modifying it, but nothing changes. Still an error. All of the other fields in the file are character fields.
‎2009 Jun 12 5:04 AM
Hi,
The number is too big and more over the format of the field says that it should be separated by commas... So, when you are trying to give such big a number it puts commas in the result and hence, the field length is exceeding....
The maximum length you can put with this field is : 12. Internally it will add the commas.
Eg. : 202020202.02
try using some other data type...
‎2009 Jun 12 2:48 PM
Thanks for the tips.
A few notes for you:
1) this happens even when we send a space instead of the number. Our sender structure has 9 fields, and wert1 is the last one
2) this works fine in 4.6c but the error is in Ecc 6