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

Not printing...zebra printer

anupam_srivastava2
Participant
0 Likes
1,281

Hi All

I am using zebra printer TLP 2844, all the fonts are feeded in the printer.

I am printing a simple text.. but its not printing anything.

REPORT ZTEST2 .

data: x-prin(4) value 'LOCL'.

data:

t1(80) value 'A100,100,0,d,1,1,N,"Material Number"'.

do 1 times.

new-page print on

destination x-prin

copies '1'

immediately 'X'

keep in spool 'X'

no dialog.

write: / 'O'.

write: / 'Q1217,1'.

write: / 'q811'.

write: / 'S2'.

write: / 'D6'.

write: / 'ZB'.

write: / 'JF'.

write: / 'N'.

write: / t1.

enddo.

any idea what can be the reason

cheers

AJ

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,225

is this code creating a spool??

Hi All

I am using zebra printer TLP 2844, all the fonts are feeded in the printer.

I am printing a simple text.. but its not printing anything.

REPORT ZTEST2 .

data: x-prin(4) value 'LOCL'.

data:

t1(80) value 'A100,100,0,d,1,1,N,"Material Number"'.

do 1 times.

new-page print on

destination x-prin

copies '1'

immediately 'X'

keep in spool 'X'

no dialog.

write: / 'O'.

write: / 'Q1217,1'.

write: / 'q811'.

write: / 'S2'.

write: / 'D6'.

write: / 'ZB'.

write: / 'JF'.

write: / 'N'.

write: / t1.

enddo.

any idea what can be the reason

cheers

AJ

8 REPLIES 8
Read only

Former Member
0 Likes
1,225

Hi

Have u checked the same with other reports??? If it is working fine or not... for scripts, smartforms etc

Regards

Pavan

Read only

0 Likes
1,225

Hi Pavan

As the SAP vesion is 4.6c...and they have no support package for printing using samrtforms.

but other reports, which prints the labels in the warehouse are printing the barcode labels....

and I am using the same printer........so definetly it should print.

but I dont know what mistake I am doing........

AJ

Read only

0 Likes
1,225

is there any file provided by printer vendor to make this printer compatible with SAP?

if you have such file then before printing the data on the printer execute that file...

Read only

Former Member
0 Likes
1,226

is this code creating a spool??

Read only

0 Likes
1,225

Hi

yes its creating a spool, and gives msg job finished.........but nothing prints.

regards

AJ

Read only

0 Likes
1,225

check if the printer is compatible with the SAP Printing...

is data getting ptinted via Scripts or smartforms?

Read only

0 Likes
1,225

Hi Sharayu

Need to ask you one thing, is it possibel to print barcode labels without using sap scripts or smartforms..

AJ

Read only

0 Likes
1,225

you need to use SAP Script or smartform to print the barcode