cancel
Showing results for 
Search instead for 
Did you mean: 

barcode printing

Former Member
0 Kudos

Dear all

I am trying to print a barcode in sap script. Barcode is coming perfect in print preview but it is not appearing in Printing. It is displaying the value for of the variabke for which i m trying to print the barcode in printing. Do certain settings need to be made for printing barcode in scripts?

Accepted Solutions (0)

Answers (7)

Answers (7)

Nirav_Desai
Explorer
0 Kudos

1. Download freely available true type barcode fonts from internet.

2. Upload them to sap using standard transaction SE73. Give the name for that font family say Zbar.

3. Go to standard transaction SE71 (SAP Script maintenance), open the form from where the barcode is printed.

4. Add new character format in the form say <ZC> and attach the font family which we have created (Zbar) using SE73 transaction.

5. Prefix and suffix u2018*u2019 to the text which we need as barcode in output and place it int character format <ZC> which we have defined previously.

6. This will solve the barcode printing problem from SAP Script.

Former Member
0 Kudos

Hi,

Find out whether the barcode font that you have used for printing the bar code is installed in the printer output.

For this you need to go to transaction SPAD (Spool Administration).

Click on Display for Output Device (or choose menu Configuration->Output Devices).

Select the Output device and check to see if the font is installed.

If it is not there then contact the BASIS for help in installation.

Also the following device types are handled for printing bar codes:

- All PCL5 device types (for example, BRHL, CAN105, HPLJ8000, LEXT622, OKI6100)

- All PostScript device types (for example, POSTSCPT, POST2)

- All Kyocera PRESCRIBE device types (for example, KYOFS150, KYOFS170)

- All device types for Windows printing (for example, SAPWIN, SWIN, I2SWIN, JPSAPWIN, CNSAPWIN)

Please check to see if the output device is capable of printing the bar code

Edited by: Arpan Chatterjee on Jan 30, 2009 10:51 AM

Former Member
0 Kudos
Former Member
0 Kudos

hi,

barcode are printed using zebra printer, check with your basis team for settings .

thanks,

anupama.

Former Member
0 Kudos

hey go to se73

then select system barcode ande goto change mode.

then create a new barcode using New Technology.. and used it

it will definately works.

Former Member
0 Kudos

hi,

give correct character format for barcode and if still problem persists contact with your basis team whether ur printer config supports barcode or not

regards,

prashanti

Former Member
0 Kudos

Hi

Just check with the BASIS guys If this printer supports Barcode printing. That is important for it to print barcodes.

Vishwa.