‎2006 Nov 16 5:47 PM
Hi
I am working on printing Barcodes using SAPScript on Zebra Printer.
What is the device type I have use while setting up a Zebra printer in SAP.
I am using ZPL II commands to produce the barcode from sapscript.
I used ASCIIPRI device type ,but when I print it from SAP, NO label is getting printed.But When I use SWIN device type, a label is getting printed with ZPL II commands.
This is the sample code I am trying to print
^XA
^LH30,30
FO20,10ADFDZEBRAFS
FO20,60B3FDAAA001FS
^XZ
Thanks for your help in Advance.
‎2006 Nov 16 6:02 PM
‎2006 Nov 16 6:02 PM
‎2006 Nov 17 12:30 AM
Hi Rich,
Thanks for your quick response.
I have one more question regrding using ZPL II commands.
How to implement the following adress paragraph logic into ZPL II COMMANDS
ADDRESS PARAGRAPH L1
ADDRESSNUMBER &VWAHN-KUADR(K)&
FROMCOUNTRY &VWAHN-KULAN&
ENDADDRESS
Also ,How to implement text object .
Do I need to write separate commands for each line in address
Thanks for your help