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

zebra label printer with smartform

0 Likes
1,868

I am developing labels using smart form.

output device is zebra printer.When i am doing print preview by giving 'locl' o/p is fine.

while when i am giving "PTHS' display is like below. Contains very thick border and -- sign instead of data.

kindly suggest.

I checked the config part its fine.

I am developing labels using smart form.

output device is zebra printer.When i am doing print preview by giving 'locl' o/p is fine.

while when i am giving "PTHS' display is like below. Contains very thick border and -- sign instead of data.

kindly suggest.

I checked the config part its fine.

6 REPLIES 6
Read only

Former Member
0 Likes
1,737

What is the SPAD definition for your printers ?

Rich

Read only

0 Likes
1,737

I've had some problems with zebra printers as well. Weird thing when that using the zebra printer locally, we did not have these layout issues. Only when setting the printer up as a SAP printer the layout from the smartform was modified.

After checking with zebra, it turned out to be a known issue at that time. So we ended up installing the zebra drivers locally and used the local print option.

Read only

0 Likes
1,737

Device type  : lb_zeb device class : standard printer host printer: pths

Read only

0 Likes
1,737

Hi,

LB_ZEB is a kind of  "text only" device type used many years ago when SAP did not have support for Zebra ZPL printer language and you would put actual ZPL commands as text into your SAPscript form..

LB_ZEB does nothing except route the text from your form as text output to the printer.

For your label created with Smart Forms, use a device type which creates actual ZPL code via a SAP printer driver, like LZEB2.

Alternatively, Zebra also offers an own ABAP-based ZPL printer driver and corresponding device types, see note 1173046.

Regards,

  Alex

Read only

0 Likes
1,737

Correctly setup device type for Zebra printer is main point. Please look at notes 750772 and 750002.

Regards.

Read only

sriram_ramesh
Participant
0 Likes
1,737

Hello Anand,

We had similar issue in our project.

But we contacted the basis team for this.

I think it has something to do with the configuration.