how we can use Bar codes in Sap-script?

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


Please Help Members By Posting Answers For Below Questions

I want few sample tech spec's in ABAP

3675


What are the modules in FI that you have worked on ?

1621


Will a script be activated without page format ?

1760


How can you copy forms from one client to other?

722


Different types of ABAP memory ?

1590


What is a hard break Point?

1710


How many main windows are allowed for sapscript?

791


What the conditional statements used in sapscripts?

688


Where are the sapscript form names?

731


I have created a sapscript in language de. Now I need to translate it to en. How could I do this?

700


How do you handle filters in ALV Reports?

1668


How can I create a shaded box?

701


Which are frequently used system variables in sapscript?

819


I need to debug sapscript. What steps would you recommend should I take?

693


Explain the header data in layout set.

716