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

SAPScript Barcode Issue

Former Member
0 Likes
516

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.

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
450

Please try using device type LB_ZEB.

Regards,

Rich Heilman

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
451

Please try using device type LB_ZEB.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
450

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