cancel
Showing results for 
Search instead for 
Did you mean: 

sapnote: 197177 using smal font ?

Former Member
0 Kudos

Hi all, I think its a pretty simple question... but I dont know how:

in the SAPNote 197177 (printing 2-D Barcodes with Sapscript) its described how to define a new Font -> the Courier 020, but I dont know how to use it, the example code looks like this:

/: DEFINE &YDIM& = 3

/: DEFINE &MODHEIGHT& = 3

  • <FS><32>

/: PRINT-CONTROL SESCP

= (s1p&XDIM&,&YDIM&,&MODHEIGHT&,0s24850T

= &BARCODEFIELD1&&BARCODEFIELD2&

/: PRINT-CONTROL SBS01

but now, where I define my new font ??? I define a Form font MC, and tryed like this ...

/: DEFINE &YDIM& = 3

/: DEFINE &MODHEIGHT& = 3

MC <FS><32>

/: PRINT-CONTROL SESCP

= (s1p&XDIM&,&YDIM&,&MODHEIGHT&,0s24850T

= &BARCODEFIELD1&&BARCODEFIELD2&

/: PRINT-CONTROL SBS01

but it didnt work , what Im doing wrong ?

thank you very much.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi the correct use ist like this:

= <MC>&BARCODEFIELD1&&BARCODEFIELD2&</>

it works fine.