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

Barcode Length

Former Member
0 Likes
1,179

Hi All,

I need to increase the Barcode lenth. Now, It is getting warning like “Length error for barcode BARCLVS”.

I try to do changes in SE73, there I am getting message like “Test possible for new barcode technology only” and also there is no option for barcode modification.

Please help me on this urgent.

Thanks in advance…

Ranga

1 ACCEPTED SOLUTION
Read only

former_member632991
Active Contributor
0 Likes
854

Hi,

SInce the barcode BARCLVS is system bar code, so it will not allow to change the length.

Create ur own z barcode format as per the BARCLVS and then increase the length of that barcode.

use that z code in ur form

hope it helps.

Regards,

Sonika

3 REPLIES 3
Read only

former_member632991
Active Contributor
0 Likes
855

Hi,

SInce the barcode BARCLVS is system bar code, so it will not allow to change the length.

Create ur own z barcode format as per the BARCLVS and then increase the length of that barcode.

use that z code in ur form

hope it helps.

Regards,

Sonika

Read only

Former Member
0 Likes
854

Kasturi,

Use transaction SE73. Create your own font & try.

Go to transaction SE73 and have a look at your "Printer Bar Codes".

Select your device type and you should see a whole list of the Barcodes supported by the printer.

Now sice your barcode has to be increased, iopen the BC_EANH Bar Code . You will notice that there are print controls (Prefix and Suffix).

These are printer commands (ie Print Controls) and are specific to the device type. You will need to change some of these values to increase the height (refer to the programming guide relevant to your printer.

Think of these Prefix and Suffix commands like the Character Formats in SAPscript.

eg. data<> where is the prefix and <> is the suffix.

These prefixes and suffixes tell the printer to use a particular font.

What I would do is copy your existing Barcode Font to a Z barcode

(let's call it ZNEW) and assign it the a custom Prefix (eg SBP91) and Suffix (SBS91).

Now copy the contents of your existing EAN128 Barcode to your custom prefix and suffix and modify them according to your printer's prgramming guide. Make sure that you assign your new Barcode to the relevant device type.

Then you can modify your SAPscript / SmartForm to use your new barcode (ZNEW).

Don't forget to reward if useful

Read only

0 Likes
854

Thanks, I rewarded you …

Can please explain more elaborately…

I don’t know my client printer and all…

Currently they are using “BARCLVS” format..

How to copy this to Z barcode, just I want increase the length…

Can you please explain more elaborately …

Thanks,

Ranga