cancel
Showing results for 
Search instead for 
Did you mean: 

EAN128 FNC1 Rel. ECC6.0

Former Member
0 Kudos

Hi all,

Ich möchte den EAN128 Barcode aus SapScript(Unicode) heraus drucken.

Zwischen den beiden AI's soll ein FNC gesetzt werden.

Wie sieht der komplette Charakterstring im ABAP aus ?

Beispiel: (30)19 fnc1 (400)1234567

Coding ?: 3019 ... 4001234567

I try to print a EAN128 barcode in SapScript (Unicode).

Between two AI's i need an FNC sign.

Please show me the complete Characterstring in ABAP (See my incomplete example).

Thank you.

Klaus Hartmann

Accepted Solutions (0)

Answers (3)

Answers (3)

aidan_black
Active Contributor
0 Kudos

Hello,

FNC1 is just a special character in the code128 barcode's character set. It is that FNC1 character which makes an ordinary code128 barcode an ean128/ucc128. BC_EANH is a ean128 barcode type where the printer will automatically add the fnc1 at the start of barcode data.

Regards,

Aidan

Former Member
0 Kudos

Hello,

If you use BC_EANH under the print driver in the prefix sequence there is a >5>8 which flips the 128 mode and I believe inserts the FUNC1 in the internal barcode contents.

Cory

Former Member
0 Kudos

Hi,

Bar Code Description Min. Max. Width Unit Height UnitBCode Type Rotatn.

BC_EANH EAN 128, n.txt,h=13mm 01 40 9.00 CM 1.30 CM 000

Regards,

Suneel G

Former Member
0 Kudos

Hi Suneel,

Thanks, but i use this barcode in Sapsrcipt.

My question is, what is the character string for FNC1 ?

I must insert the FNC manuelly between this two AI's.

Example (20)19 FNC1 (400)123456

0 Kudos

Hi,

Nobody has the answer?

I'm also interested.

Tks

Former Member
0 Kudos

I think it is decimal value 102 for FNC1 (lowercase f). OSS note 645158 mentions some of the FNC values.