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 |
Explain the pages in layout set.
When a program is created and need to be transported to production does selection texts always go with it ? if not how do you make sure ? Can you change the CTS entries? How do you do it ?
I need to debug sapscript. What steps would you recommend should I take?
How many main windows can be created for a script?
In sap scripts, how will u link form with the event driven?
What are different tools to report data in SAP? What all have you used ?
What is the difference between the sapscript texts, 'customer &kna1-kunnr&' and '&customer kna1-kunnr&'?
Explain the paragraph format in layout set.
Where do u set the default paragraph?
How will you display top 5 records form an internal table ?
In BDC having 99 fields in a screen But the flat file having 150 fields.what is the solution.
Different types of ABAP memory ?