Hi Manfred,
The table("OITM") should be have record with space word, you can check your original imported data whether contain space word or not.
besides, could you also check column type for "itemcode"? it is char or varchar type or other type.
If the column type is char, then it will auto-insert space word, if the record has no enough characters.
Regards,
Jerry