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
I want few sample tech spec's in ABAP
What are the modules in FI that you have worked on ?
Will a script be activated without page format ?
How can you copy forms from one client to other?
Different types of ABAP memory ?
What is a hard break Point?
How many main windows are allowed for sapscript?
What the conditional statements used in sapscripts?
Where are the sapscript form names?
I have created a sapscript in language de. Now I need to translate it to en. How could I do this?
How do you handle filters in ALV Reports?
How can I create a shaded box?
Which are frequently used system variables in sapscript?
I need to debug sapscript. What steps would you recommend should I take?
Explain the header data in layout set.