‎2006 Sep 19 10:23 AM
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.
‎2006 Sep 19 11:13 AM
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