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

Sap Script bar codes

Former Member
0 Likes
281

Hi,

In my form I have to print bar codes.

Everything is fine I use BC_CD39.

The problem is when i print this codes

for text "AA-0001-01" bar code is longer then

for text "40000000000000000001".

I know that this two strings have different length.

Is there any possibility to make bar codes converted from

this string with equal width ??

Please help it's very im[portant.

Regards,

Greg.

1 REPLY 1
Read only

Former Member
0 Likes
262

well i dont KNOW it. But thinking a bit logically i dont think this will work.

a Barcode is a standardized System to print your information in lines, which can be scanned.

Since scanners gotta be able to read that again, you to standardize line-width and distance between lines as well. at least i hardly believe that since it would be quite hard to interpret varying line distances and width´s.

this again would mean, that you dont have any influence on those, and therefor as well no influence on overall width of your barcode.

TO mention it again, i might be all wrong