cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with Barcode printing in sapscript

Former Member
0 Kudos

Hello All,

I am currently facing an issue with printing a bar code in my sap script.

Below is the scenario:

I am trying to print a delivery number as a bar code. I am using the system bar code BC_CD39C for the same.

i.e the system bar code is attached to the character format <XX>

<XX>&LIKP-VBELN&</>

The issue is, I am getting the barcode printed correctly but when i read the barcode with the reader

an extra alphabet is appearing

eg: if delivery number is 880001143

When i read the barcode it is appearing as follows 880001143W

Could you please let me know what would be the issue?

Regards,

Krishnakumar

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Solved on my own

Former Member
0 Kudos

I thought i gave you that advice already on 17 march. (try another barcode type).

Gr., Frank

Former Member
0 Kudos

Thansk a lot , I have rewarded points to you.

Former Member
0 Kudos

This could be a setting for your barcode scanner. Try scanning a bar code from some other sapscript to see if it appends a character at the end. Most bar code scanners are programmable and you can set them to add a check digit or something else to the end of the bar-code.

Former Member
0 Kudos

Hello,

The problem is resolved now, I used a different barcode BC_EANH and its not showing any extra characters in the suffix..

Thanks for all your help.

Regards,

Krishnakumar

Former Member
0 Kudos

hi,

i will suggest u to use new barcode technology.

goto se73.

click on system barcode. -


> change

then click on create----


> it will prompt u for choose barcode technology -


>

select new barcode technology -


> give name and short description

-


> then create any z barcode using system barcode like code39, code 128 barcode check this n create urs with same functions. then

that add newly created barcode in ur smartstyle and then use it .

plz feel free to ask.

Former Member
0 Kudos

Hi,

do you have the same problem if you print another type barcode??

Gr., Frank