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

BARCODE?

Former Member
0 Likes
541

dear ABAPERS,

good day,

i heard many times inserting BARCODE in SAP Script,

what exactly it means?

regards,

kcc

2 REPLIES 2
Read only

suresh_datti
Active Contributor
0 Likes
407

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

Read only

0 Likes
407

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