Answer Posted / vamsi .prathapa
A barcode solution consists of the following:
- a barcode printer
- a barcode reader
- a mobile data collection application/program
A barcode label is a special symbology to represent human readable information such as a material number or batch number
in machine readable format.
There are different symbologies for different applications and different industries. Luckily, you need not worry to much about that as the logistics supply chain has mostly standardized on 3 of 9 and 128 barcode symbologies - which all barcode readers support and which SAP support natively in it's printing protocols.
You can print barcodes from SAP by modifying an existing output form.
Behind every output form is a print program that collects all the data and then pass it to the form. The form contains the layout as well as the font, line and paragraph formats. These forms are designed using SAPScript (a very easy but frustratingly simplistic form format language) or SmartForms that is more of a graphical form design tool.
Barcodes are nothing more than a font definition and is part of the style sheet associated with a particular SAPScript form. The most important aspect is to place a parameter in the line of the form that points to the data element that you want to represent as barcode on the form, i.e. material number. Next you need to set the font for that parameter value to one of the supported barcode symbologies.
The next part of the equation can be a bit tricky as you will need to get a printer to print that barcode font. Regular laser printers does not normally print barcode fonts, only specialized industrial printers that is specifically designed to support that protocol and that uses specialized label media and heat transfer (resin) ribbon to create the sharp image required for barcodes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the output types and Tcodes ?
Explain the paragraph format in layout set.
How do u upload the images in script?
How many interactive reports did you write ?
How can I print logos in sapscripts?
What is the difference between EHP 4.0 and ECC 6.0 .Is there any different settings to be done in the system for functional modules?I have done ECC 6.0 version. Please tell me the answer of the question as soon as possible?
I want to take the back up of my script layout into my hard disk to be loaded later. What should I do?
What is t.code for script styles?
How can I word wrap the text being displayed in sapscript?
What is the use of rswbo052 program?
what is maximum columns number in SAPScripts and Smartforms. If How can we move to next page for print.?
what is the use of outline option?
Explain the variable in sapscript
Will a script be activated without page format ?
What is the print program?