Application Development and Automation 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: 
Read only

Bar Code

Former Member
0 Likes
330

Hello, Brothers In ABAP!

The problem is, when i try to read bar code via code reader device. If i use Code39 for code prining, the EAN number red from bar code contains leading space. I've tried remove check digit from bar code definition, but never happens. Never better, i mean. What should i do to omit leading space?

Or, what is the good method for bar code ean-13 printing?

Thanks.

1 REPLY 1
Read only

Former Member
0 Likes
288

Hi,

If you just want to delete the leading space, tyr this.

DATA: ALPHABET(25) VALUE '(give space here)A21E3FGHIJ'.

SHIFT ALPHABET LEFT DELETING LEADING SPACE.

write:/ alphabet.

Regards,

Senthil

Message was edited by: senthil kumar

Message was edited by: senthil kumar