how we can use Bar codes in Sap-script?
Answers were Sorted based on User's Feedback
Answer / srik
Its simple 3 step process...
- Select/create a barcode font.
- Create character string and include barcode in it.
- Data need to be printed as barcode should be attributed
via a character string.
/:<BC> *&EKKO-WERKS&*</>
Is This Answer Correct ? | 16 Yes | 3 No |
Answer / venkateswarlu.bandi
using the bar codes in the scripts with the barcode readers.
a barcode is nothing but a group of information is stored
into the under the that barcode only.
Is This Answer Correct ? | 11 Yes | 1 No |
Answer / mcks
click on character format in application toolbar .it has
bar codes so we choose one bar code type then we used this
barcode in script layout.i.e<br> what we want in middle</br>
Is This Answer Correct ? | 10 Yes | 2 No |
Answer / 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 |
Answer / gaurab banerji
You have to set the font ype to bar code. Its available in
sap system.
Is This Answer Correct ? | 4 Yes | 6 No |
Answer / prabhu das
barcode is used for security purpose
right click on window -> edit text -> go to menu -> change
editor.
/e e1
p1 <c1>&itab-kunnr& </c1>
Is This Answer Correct ? | 3 Yes | 6 No |
I want to add multiple boxes in the particular window of the script.Is it possible?If yes, than how ?
why label printing is difficult (or not possible) using SMARTFORMS. what are the differences in between SCRIPT & SMARTFORMS in this regard.
what is the diffrence between window & page window?
1.What are the methods to modify sap standard tables.
If the second page is not triggering what is the problem?
what is the use of label
What are Change Pointers ?
What is the client concept in SAP? What is the meaning of client independent ?
How to check the changes made in the standard layout set , other than using Utilities--- -> Print preveiw ? can u explain the different other ways to check it?
if u create script.in that layout set u have main window. in that i want first line in english,next line to last iwant in german or other language
How do I create standard texts for the sapscripts?
How does check, continue and exit commands work in loop and end Loop.