Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Barcode additional char problem / ITS / Code39

Former Member
0 Kudos

Hi everyone. This is my first post. I will try to be clear as possible.

Sorry for my grammar,

I have two ITS (custom), that the company uses for reading materials and picking (with the handheld Motorola Symbol mc9090). Both have the HTML generated by the HTML Template (Mobile Devices (Receiving Layouts)). The initial screens where we reads the barcode, has identical structure and fields.

The problem is that one of this programs or ITS, reads the barcode with an additional character at the end, but are almost identical. I tried to copy the HTML from the one that reads ok, to the other, but with no positive results.

I've tried to generate the templates with the Mobile Devices (without HTML tables), but doesn't worked.

The barcode is Code39, but if one of the programs reads ok, I don't think that this is the problem.

The ABAP programs are almost the same, with one screen different (almost the same program)

The ITS are almost identical with HTML different (some changes in one screen).

The handheld is unique.

What could be the problem? Is kinda frustrating.

Anticipated thanks!

Any suggestion for my next post, will be welcome!

2 REPLIES 2

former_member435532
Participant

In barcode , there is a field called 'Mod 43 Check digit',  Please turn it off and add space. THis might solve the issue. I had similar issue once and above worked.

0 Kudos

Yes, I tested which is no tailing extra character after removing the Check box of 'Mod 43'.