cancel
Showing results for 
Search instead for 
Did you mean: 

Printer/software for small labels with bar code

Former Member
0 Kudos

My company wants to buy a printer that can print small labels (1 inch x 3 inch). This printer is supposed to print material number as alphnumeric character and also a bar code.

Can someone please suggest what printer and software to buy ? To print this data do I use ABAP program or SAP Script ? Any tips / suggestions on what to look for or what to avoid would be very helpful.

Accepted Solutions (0)

Answers (1)

Answers (1)

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

We use Zebra printers. They have been working good for us for some time. You write an ABAP program that prints the sapscript form. In the sapscript form, all you need is a MAIN window with the lines of ZPLII printer code inside. This is how we generate our shipping labels.

Regards,

Rich Heilman

Former Member
0 Kudos

Rich,

Thanks very much for your help. Zebra is one of the printers that we are investigating.

Vinay