‎2006 Jul 06 5:47 PM
Hi All,
Am trying to print the Delivery number (numeric form) and as well its barcode above it.
Even though I could see the barcode in printview (am using BARCLVS in character format, am unable to get it on print....
When i run the standard text SAPSCRIPT-BARCODETEST it was printing fine...
Any idea what am i missing? the printer has BarDIMM installed on it...
Regards,
Raj
‎2006 Jul 06 6:14 PM
‎2006 Jul 07 8:20 AM
Hi Rich,
<AN>&p_batch&</>
Where character format AN has <b>BARCLVS</b> under Barcode.
Regards,
Raj
‎2006 Jul 07 8:23 AM
You have created the barcode in a correct way.
Check some point.
1.There is one check box above the barcode text box in the character format tab.Have you checked that.
2.Check in the print program data is getting populated for your field on which you are trying to put barcode.
3.Activate debugger in your form and check the value of the variable that you are trying to be printed in barcode.Is it getting populated.
‎2006 Jul 07 8:42 AM
Check if your printer is configured properly and can handle barcode printing. I faced a similar prob before - could see in print preview but while printing, the barcode won't be there - and this was because of printer config.
-Aarthi.
‎2006 Jul 07 8:48 AM
Hi Kishan,
I did tryout selecting that checkbox and switched-on the script debugger, in both the driver prg and at form the values are getting populated and the window size is also of 15 LN which can accomodate the print of data and barcode...
Raj
‎2006 Jul 07 8:51 AM
i think now problem is from ur printer side.
contect ur basis person and check all printer setting may be ur problem solved or wait for more reply....
or just check ur text element for barcode...
‎2006 Jul 07 8:51 AM
Hi,
Printer is indeed set for printing barcodes, a BarDIMM is installed on that printer...
When i run the standard text SAPSCRIPT-BARCODETEST it was printing fine...
Raj