‎2006 Oct 02 6:25 PM
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
‎2006 Oct 02 6:47 PM
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
‎2006 Oct 02 6:54 PM
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
‎2006 Oct 02 7:08 PM
Hi,
Can you paste the code u used?
And also give us the form name if it is a standard SAPSCRIPT copy.
Thanks,
Ramakrishna
‎2006 Oct 02 7:11 PM
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