‎2005 Dec 17 2:33 AM
dear ABAPERS,
good day,
i heard many times inserting BARCODE in SAP Script,
what exactly it means?
regards,
kcc
‎2005 Dec 17 2:40 AM
Hi KC,
PL take alook at this <a href="http://www.sap-img.com/abap/details-information-about-sap-barcodes.htm">link</a>
Regards,
Suresh Datti
‎2005 Dec 17 4:33 AM
When printing forms it is possible to print a value as a barcode. SAPscript supports multiple barcode symbologies. For exampe, you print production orders to be used on the shop floor. You have specific confirmation points in the process. The shop floor users would scan the barcode of the production order number instead of typing it. You can implement barcodes in your sapscripts by using a specific character format which uses a barcode format. You some cases you may need special software or hardware for the printers to print the barcode. In our case, we use the hardware solution which is a DIMM card inside the printer.
Regards,
Rich Heilman