cancel
Showing results for 
Search instead for 
Did you mean: 

Kyocera Barcode EAN128 printing, BARC 42 with height 32 mm possible?

Former Member
0 Kudos

Hi there,

I'm new to barcode printing and print-controls. And I'm not sure if I understand the PRESCRIBE II Documentation.

We use Kyocera printers and print barcodes of type EAN128 -> printer sequence = BARC 42,N,

now the users want the barcode to be higher, up to 32 mm

Is it possible to just add a parameter to print-sequence like this:

from: BARC 42,N, 424152432034322C4E2C

to: BARC 42,N,H=32 424152432034322C4E2C483D3332

We are on a ECC 6.00 unicode system.

Thanx very much in advance

regards Hans

Accepted Solutions (0)

Answers (1)

Answers (1)

Simha_
Employee
Employee
0 Kudos

Hi,

I dont think you can simply adjust the height of the barcode by simply changing the printer language height settings.

Better go through the printer manual once and then you can add the print sequence specified in the manual.

There is an transaction where you can select the specified barcode and can also adjust their height and width.

Go to the transcation SE73.

Go to the transaction and there will be some standard as well as you can create your own barcode types using the existing one.

Try that one and check assigning the barcode type in your form..

Cheers,

Simha.

Former Member
0 Kudos

I found the solution.

to print a barcode on kyocera printer with a greater height for EAN128 (BARC 42,) from SAP

you have to modify the printerbarcode for that printer type.

Refer to the PRESCRIBe command reference (printer language of kyocera)

On printer barcode level in SE73 there are for each system barcode defined the präfix and suffic of the print-control that encloses the barcode string.

to make the barcode higher you have to modify the suffix or create a new suffix.

f.e.: suffix SBS90 380,150; -> Height: 380 dots -> at 32mm (SBS22: 150,150; -> height at 12mm)

prefix stays unmodified: BARC 42,N,

that works

regards Hans