cancel
Showing results for 
Search instead for 
Did you mean: 

zebra barcode tab issue

Former Member
0 Kudos

Hi Experts,

I am working on zebra barcode issue, i have printed barcode through sap script but i am facing issue when i am scaning it through scanner.

i am scaning my barcode and taking two variable values in excel file but it is coming on single block of excel, i want that value should get printed on different block of excel .

How can i provide tab between two variable in zebra barcode code in sap script?

Below are the screen shot, please check it and provide your valuable inputs.

1. Incorrect, it is getting scan in below fashion

2. Correct, i want it to get scan in below fashion.

    

below is the code which i have written in sap script.

Regards,

Subhanshu Shrivastava

Abap consultant

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Subhanshu,

That problem was solved. I just wanted to share the solution of it.

Use of ^FH solved the problem, with this hexadecimal separator \09 added between two values

For example:

The separator between ABCD and 1234 : ^FH\^FD&ABCD&\09&1234&^FS

So, the in the original content the separator between &VBDPR-MATNR& and &QTY will be  ^FH\^FD&VBDPR-MATNR&\09&QTY&^FS

Regards,

Rajib

Former Member
0 Kudos

Hi,

Try in Smartforms. may be your problem resolved.

regards,

Rakesh

former_member217544
Active Contributor
0 Kudos

Hi,

Iam not sure, but can you try keeping ',' in between 2 variables &MATNR&,&QTY&

Regards,

Swarna