‎2007 May 09 6:47 AM
i make barcode in BARONE (zebra), and i need to read this into LT11
TO NUMBER, i made space so i get <b>123456789 0001</b> but i dont succseed to enter 0001 any ideas????
how i can make TAb in this option.?
‎2007 May 09 7:20 AM
how i can add the TAB key on the keybord to number 123456789
i made ^i and it's not work
‎2007 May 11 1:36 PM
Yehiel,
Are you sure your bar code has data for 0001? I think you are trying to combine TO number with TO line. Is it correct? In that case its better to have them as seperate fields on barone. Otherwise I suggest you to have an enter character in stead of space or tab. I suggest you to use @Chr() function to bridge TO and TO line numbers if you are designing your label with Bar One.
In order to encode Carriage Return in a Code 128 bar code you could do the following:
@CHR(13)
Please reward points if this information is helpful.
cheers,
Sarvesh
‎2007 May 11 9:20 PM
Hi,
Check the following links;
http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm
http://www.sapbrain.com/ARTICLES/TECHNICAL/SMARTFORMS/smartforms.html
Regards,
Bhaskar