Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP Script Barcode Separator

Former Member
0 Likes
1,083

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.

4 REPLIES 4
Read only

Former Member
0 Likes
829

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.

Read only

0 Likes
829

Thanks for Reply Elzkie La.

How generate Script code for Zebra Barcode Software.

Pradip Patel

Read only

0 Likes
829

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.

Read only

0 Likes
829

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