В поле ECO1 нужно помещать не номер структуры ШК, а сам ШК
На первой позиции нужно указать тип ШК, а на позициях 2-14 - собственно ШК
ECO1: EAN code [0...13]:
eco1[0] designates the type of the code:
0 = instore code
1 = manufacturer code EAN 13
2 = manufacturer code EAN 8
From SW version 2.50:
Type 0 – instore code:
eco1[1..2]: Code structure (see table COST)
eco1[3..6]: Code contents
in case the code contents XXXX is used:
eco1[3..6]: value of XXXX
otherwise:
eco1[3..12]: w/o significance
eco1[7..12]: Padding with zeros
eco1[13]: Zero (string end character)
Example: ECO1 = 00112340000000
signifies:
Instore code with code structure 01 and code contents 1234.
The code structure may, for example, contain:
code digit 24, code contents XXXX (freely selectable), with check digit (C),
price coding (PPPPP).
In this case, the generated code will be as follows:
241234CPPPPPC
Master data
6.126.98.0.01.99 5-129
If the code structure has the contents fixed, the fixed values will be used
instead that of eco1.
If, for example, eco1 and code structure are as above, but with a code
contents of 8888, the generated code will be as follows:
248888CPPPPPC
The same result will be achieved with:
ECO1 = 00100000000000
Type 1 - manufacturer code EAN 13:
eco1[1..12]: Code contents without check digit.
All 12 digits must be entered, even zeros
Example: ECO1 = 1901234567890
generates the code:
901234567890C
Type 2 - manufacturer code EAN 8:
eco1[1..7]: Code contents without check digit
All 7 digits must be entered, even zeros
Example: ECO1 = 29012345
generates the code:
9012345C
C signifies a check digit
P signifies one price code digit