Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error Meaning

Former Member
0 Likes
697

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?

4 REPLIES 4
Read only

Former Member
0 Likes
594

My guess is that a numeric field is filled (mostly) with blanks.

Rob

Read only

0 Likes
594

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.

Read only

Former Member
0 Likes
594

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...

Read only

0 Likes
594

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