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

Printing barcode from ABAP program

Former Member
0 Likes
1,387

Hi,

Is it possible to print barcode (using zebra barcode printing) from ABAP program directly without using Smart Form, SAP Script or Adobe PDF Form.

I have the barcode instructions, I just want to output it to the barcode printer directly.

Sample instructions to be output to barcode printer:

FT128,288XG005.GRF,1,1^FS

FT96,128XG000.GRF,1,1^FS

FT64,192XG001.GRF,1,1^FS

FT0,288XG002.GRF,1,1^FS

FT0,224XG003.GRF,1,1^FS

FT128,256XG004.GRF,1,1^FS

FO16,180GB496,0,5^FS

FO52,37GB450,66,4^FS

BY4,3,40FT86,320^BCN,,Y,N

FD>;123456>67FS

PQ1,0,1,YXZ

XAID000.GRFFSXZ

Thanks in advance.

6 REPLIES 6
Read only

Former Member
0 Likes
905

yep. if you issue the correct control statements to Zebra printer, it will work using the normal write statements

Read only

0 Likes
905

I thought WRITE is output to screen only? I want to output the barcode control statements to barcode printer directly using ABAP program. How to do it? Give me some samples if possible. Thanks.

Read only

0 Likes
905

you can use new-page print on to send directly to a printer

Read only

Former Member
0 Likes
905

Hi Paul,

Yes this is possible to create a Barcode using normal programing without using sap script , smartforms or adbobe forms

Thanks,

Chidanand

Read only

Former Member
Read only

Former Member
0 Likes
905

Hi,

Use this FMs..


FIAA_BARCODE_CLOSE
FIAA_BARCODE_OPEN
FIAA_BARCODE_PRINT

PRINTER_BARCODE

Arunima