Application Development 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: 

Problem in Label printing on ZEBRA printer

rajpal_sehrawat
Explorer
0 Kudos

Hi,

We are printing Labels on Zebra Printer. The existing development is done with SAP script. the ZPL commands are defined in SO10 text and it is included in main window of sap script.

we are using device type LB_ZEB and Printer ZM600 300dpi. currently it is working fine.

Now we have to print another Label with the existing Label. I do not want to use SAP Script for new label. I also do not want to convert existing script to smartform currently because i have very less time and existing lable is complex.

So i decided to create a smartform and called is before sap script in program.

the Problem is that I am not able to print smartform. the SAP script is getting printed successfully.

I searched and found that LB_ZEB can only print SAP Script.

can we print both sap script and smartform on Zebra Printer using a single device type?

is it possible?

Thanks

Rajpal

1 REPLY 1

Juwin
Active Contributor
0 Kudos

You can create a new printer in SAP, with the correct device type (SAP has supplied files which you can import into your system, to have the correct device type to print Smartforms on Zebra), pointing to the same physical printer.

Thus, you will have 2 SAP printers, pointing to the same physical printer - 1 using LB_ZEB and other using Smartform device type.

Thanks,
Juwin