‎2008 Nov 10 2:56 AM
Hi,
Is it possible to print barcode (using zebra barcode printing) from ABAP program directly without using Smart Form, SAP Script or Adobe PDF Form.
I have the barcode instructions, I just want to output it to the barcode printer directly.
Sample instructions to be output to barcode printer:
FT128,288XG005.GRF,1,1^FS
FT96,128XG000.GRF,1,1^FS
FT64,192XG001.GRF,1,1^FS
FT0,288XG002.GRF,1,1^FS
FT0,224XG003.GRF,1,1^FS
FT128,256XG004.GRF,1,1^FS
FO16,180GB496,0,5^FS
FO52,37GB450,66,4^FS
BY4,3,40FT86,320^BCN,,Y,N
FD>;123456>67FS
PQ1,0,1,YXZ
XAID000.GRFFSXZ
Thanks in advance.
‎2008 Nov 10 3:03 AM
yep. if you issue the correct control statements to Zebra printer, it will work using the normal write statements
‎2008 Nov 10 3:59 AM
I thought WRITE is output to screen only? I want to output the barcode control statements to barcode printer directly using ABAP program. How to do it? Give me some samples if possible. Thanks.
‎2008 Nov 10 4:04 AM
‎2008 Nov 10 3:11 AM
Hi Paul,
Yes this is possible to create a Barcode using normal programing without using sap script , smartforms or adbobe forms
Thanks,
Chidanand
‎2008 Nov 10 4:07 AM
Hello,
Yes we can do it..
Go through this link you will some idea
http://sapprograms.blogspot.com/2008/11/barcode-printing.html
http://www.sap-img.com/abap/details-information-about-sap-barcodes.htm
‎2008 Nov 10 8:17 AM
Hi,
Use this FMs..
FIAA_BARCODE_CLOSE
FIAA_BARCODE_OPEN
FIAA_BARCODE_PRINT
PRINTER_BARCODE
Arunima