cancel
Showing results for 
Search instead for 
Did you mean: 

sapscript with barcode

Former Member
0 Kudos

Hello,

I want to print with sapscript a barcode.

I think i could do this by entering a character format (with the name BC)and give in the standard attributes a barcode (BC_CD39)

In the sapscript line I* have a line with

  • <BC>test</>

However in the printout a got instead of a barcode aline with the following text:

bC=PSN9,B=65,H=3,A=0,D=

I printed via LOCL on a standard HP printer

Does anyone know what i'm doing wrong or whast i have to do to get it working.

regards, Frank

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI,

You need to write the field like

  • <BC>&test&<>

Regards

Sudheer

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Sudheer Junnuthula

To do the way you proposed i set the following lines:

/: DEFINE &TEST& := 'TEST'

  • <BC>&TEST&</>

but the result is the same

Former Member
0 Kudos

hi

you just have to give

P1 <BC>&TEST&</>

P1 is the paragraph format.

have you checked the check box for Barcode in the character format screen?

hope this helps.

reward if useful