cancel
Showing results for 
Search instead for 
Did you mean: 

Print Barcode from SAPScripts

Former Member
0 Kudos

Dear All,

I was made(ZBAR) system barcode font in SE73.

Then I made a FORM in se71.

I add one Character format(B2) using the barcode fonts ZBAR.

But in print preview the barcode is not populate.

It is showing as text. But I need like "||||||||||||||||||||||||||||||||"

This is my code:

ITEM-TOP

<B2>12345678</>

<B1>Batch : </><B1>&zcharg&</>

<B1>Material : </><B1>&zmatnr&</>

<B1>Expiary Date:</><B1>&zvfdat&</>

<B1>MSDS:</><B1>&zdoc&</>

Please advice me.

Thanks and B/R

Bishnu

24/03

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

closed

Former Member
0 Kudos

Hi,

I think in print preview the Bar code may not be displayed.

Check by giving print.

Thanks & Regards,

Vamsi.

former_member196079
Active Contributor
0 Kudos

hi dey

check this

http://wiki.sdn.sap.com/wiki/display/ABAP/BarcodesandSAPscript+forms

check if barcode fonts is defined correctly.

and try ro change this:

<B2>12345678

with

<B2>12345678</>

best regards

Marco