I'm trying to load a UPC code into the InfoObject: 0EANUPC(CHAR 18) but BW always adds leading zeros.
I have deleted the conversion routines in the InfoObject(was EAN11) and the transfer structure(was ALPHA).
So when I try to load 099999889925 from a csv file, the PSA shows the value as 000000099999889925 and so does the 0EANUPC master data table.
I need it to show: '099999889925 '
How can I do this?