‎2016 Mar 08 6:12 AM
Hi Expert...
Please help me !!!!!!
We are create SAP Script for Label Printing with ZEBRA Printer.
We also Print Label in combination of Plant,Material,Batch,
Get data from Barcode using Barcode Gun require Separator between Plant & Material & Batch.
Here I write my SAP Script Code :
^BY2,3.0^FO552,63^BCR,72,N,Y,N,A^FR^FN983^FS
^FN983^FD&wa-plant&&wa-matnr&&wa-charg&^FS
Please urgent.....
Pradip Patel.
‎2016 Mar 08 6:15 AM
Try using the bar-one zebra barcode software. Design the barcode, and it will generate a sapscript code. Copy the code to standard text and call it in sapscript.
‎2016 Mar 08 6:38 AM
‎2016 Mar 08 6:52 AM
You mean sapscript code from Zebra barcode? Right after you create the barcode(assuming mapping is done properly), just export the barcode and create sapscript file. Save the file as .ITF. then upload the .itf file in SO10(Standard text). Then call the standard text created to sapscript.
‎2016 Mar 08 3:40 PM
Hi,
you should look into Zebra's ZPL2 manual, there is a documentation on the Code128 character set, and you find also so-called "invocation codes" which can be used to represent non-printing characters in the barcode data, like for example the FNC1 character prominent in Code128 applications.
Regards,
Alex