cancel
Showing results for 
Search instead for 
Did you mean: 

Barcode delimiter problem

Former Member
0 Kudos

Hi,

I have a problem with barcode, i am able to print barcode from the dot matrix printer, but my problem blem with delimiter. Customer is asking <b>TAB space</b> as barcode delimiter.

My code is

<b><BC>&GS_KNVV-EIKTO&&GV_HEX&&IM_VBELN&,,&GS_VBRK-FKDAT&,,&GS_VBAP-KDMAT&

&GS_VBAK-BSTNK&,,&GV_INV_QTY&,,&GS_VBRP-NETWR&,,&GV_TOT_BED&,,0.00</></b>

I want tabspace between two variables.

If i scan the same it is scaning Continuously like

<b>CCG/S/0004810207.09.2010123QWDASDEPO982084 452 3,152.24 3,152.24 0.00</b>

here i need tab space between two variables.

Thanks,

shekar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I've embedded tabs previously (user wanted to scan and tab to next Excel column). What's in GV_HEX? Is it

data: gv_hex type x value '09'

?

Former Member
0 Kudos

Hi,

Thanks for your reply.

I solved problem by including hexadecimal value \0x09 in between fields.

Thanks,

Shekar