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

Error on Barcode in SAP Script

Former Member
0 Likes
645

Hi,

I am able to get barcode on print using sap script. But, big 'X' mark is printed on the barcode and error text '! Err : Odd ' below the barcode.

Pls let know how can I resolve this problem ?

Thanks in advance

Srikanth

4 REPLIES 4
Read only

venkata_ramisetti
Active Contributor
0 Likes
544

Hi,

Looks like this is not the problem with the Printer.

The Printer is not compatible with the Barcode that you are trying to print.

"Whether a barcode can be output on a certain printer depends on whether a corresponding printer barcode of the same name is maintained for this printer type."

Hope this helps you.

Thanks,

Ramakrishna

Read only

0 Likes
544

Hi,

I am able to print the barcode using other form.

While trying to print the same with different values I am getting this error.

Actual requirement is to print Transfer order number as a barcode LTAK-TANUM.

Srikanth

Read only

0 Likes
544

Hi,

Can you paste the code u used?

And also give us the form name if it is a standard SAPSCRIPT copy.

Thanks,

Ramakrishna

Read only

sridhar_k1
Active Contributor
0 Likes
544

Check the number of digits in the field you are trying to print as barcode, if the number is even, change the number of digits to odd , or if the string contain odd number of digits, change it to even.

Regards

Sridhar