Printing tab in Bar Code using SAPScript

Hi,
We are trying to print information from multiple fields in Bar code (using Code128 symbology) on our Utility Invoices, printing of which is done using SAPScript.
Our objective is that when accepting payment using FPCJ transaction, the Cash Desk Operator will use a Bar Code Scanner and import relevant invoice data into multiple fields.
However, for that to happen, it is necesary to print tab feeds between data of contiguous fields using Bar code.
We have tried printing tab feeds in Bar Code using hexadecimal '09'. But it has not helped. Can anybody suggest how one can print tab feeds in Bar Code using SAPScript?
Thanks in advance,
Arijit Mitra

Hi
See the doc related to BARCODE printing and do accordingly
To Create a Bar code prefix:
1) Go to T-code - SPAD -> Full Administration -> Click on Device Type -> Double click the device for which you wish to create the print control -> Click on Print Control tab ->Click on change mode -> Click the plus sign to add a row or prefix say SBP99 (Prefix must start with SBP) -> save you changes , it will ask for request -> create request and save
2) Now when you go to SE73 if you enter SBP00 for you device it will add the newly created Prefix
Create a character format C1.Assign a barcode to the character format.Check the check box for the barcode.
The place where you are using the field value use like this
<C1> &itab-field& </C1>.
You will get the field value in the form of barcode.
Which barcode printer are you using ? Can you download this file and see.
http://www.servopack.de/Files/HB/ZPLcommands.pdf.
It will give an idea about barcode commands.
Check this link:
http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm
Check this link:
http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a94c851ea11d189570000e829fbbd/content.htm
Detailed information about SAP Barcodes
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.
Reward points if useful
Regards
Anji

Similar Messages

  • To print 3 different bar codes on the same page in SMARTFORMS

    Hi,
    I want to print three different bar codes (HU) per page instead of one in Smartforms. I need to change the print program but I don't know where?
    can you help me plz

    Hi,
    To display Bar Codes in smartforms you need to create charecter format in smartsyles:
    Example :
    Charecter Format :BC
    Description : Bar Code
    Bar code Name : C128A
    And next insert two text node in the tempalte
    1. &value1& type BC for dispalying barcode lines
    2. &value1& type any for dispalying values for the barcode.
    This way you can display the values in form of barcodes.
    Regards,
    Dep

  • Printing boarding passes, bar code coupons, and more

    Please, I could really use some help,I never had this problem with my other pc's and printers. When I print a bar code coupon from my email only the restraunts logo prints, when printing a boarding pass the basic info is blank, when trying to print a statement from a hotel I downloaded only the logo prints-not the information. Map quest prints, seems like only more secure info doesn't. This is the first time I tried printing using this hp printer and a hp notebook pc . 

    Sorry that you all are having a problem printing barcodes. You can try to download an alternative driver to see if that will help. 
    (Shane_R) has a great post on how to download different drivers. Try the Deskjet 990c. 
    http://h30434.www3.hp.com/t5/Printer-All-in-One-Software-Drivers-e-g-Windows-8/How-to-Assign-Alterna...
    Let me know if this helps. 
    **Click the KUDOS star on the left to say 'Thanks'**
    Please mark a reply "ACCEPTED AS SOLUTION" if it solved your problem, so others can find it.

  • Bearer bars for bar code in sapscript

    Hello,
    I have a bar code to be printed with bearer bars. Bearer bars are lines on the top of a bar code. Using se73 i had created a bar code and it is printing fine. However, I am not sure of the approach to be used for bearer bars. Or is some special dll required to achieve this functionality. Is it something to do with the bar code type. Has anybody before worked on the same. Can anybody share his experience.
    Regards,
    Shekhar Kulkarni

    There are fonts for barcodes, u can use these fonts.
    U can set these fonts in paragraph format, if required font is not availible, u can add ur own font and use it.
    Regards,
    Was.

  • Bar code using Oracle+linux?

    Hi,
    I has been asked to implement a bar code for my company using
    linux&oracle..the idea is that by using a bar code scanner , we
    can keep the count of our product+ information into the oracle
    database.
    I really quite new on this topic and i have not too much idea
    about it.
    I would appreciate any informartion or tips..
    thanks a lot..it is quite urgent!!
    Victor Alamo
    DB Admin
    null

    Jose Teixeira Junior (guest) wrote:
    : Victor,
    : The Bar code is just a piece of information printed on paper.
    : You can print/read numbers and/or text , depending on the type
    : of barcode you need (I25, Cod39, UPC, EAN, cod128, PDF417), and
    : i think you should store it as a char field in the database.
    : You would read the barcode as if you were typing that
    : char field. So you can enter the codes of products by
    : reading the barcode or typing it by hand.
    : If you need to print barcodes, you should better write a
    : C funtion yourself, or use some soft fonts.
    : Best regards
    : Teixeira.
    : Victor Alamo (guest) wrote:
    : : Hi,
    : : I has been asked to implement a bar code for my company
    using
    : : linux&oracle..the idea is that by using a bar code scanner ,
    : we
    : : can keep the count of our product+ information into the
    oracle
    : : database.
    : : I really quite new on this topic and i have not too much
    idea
    : : about it.
    : : I would appreciate any informartion or tips..
    : : thanks a lot..it is quite urgent!!
    : : Victor Alamo
    : : DB Admin
    thanks for your reply..
    but i just found out if i am not wrong that oracle database does
    not know from where it is coming from.. I mean..from keyboard or
    bar code reader.
    thanks again
    Victor Alamo
    null

  • Bar code using Form6i run in c\s using scanner

    Dear all
    Want to ask if possible to used bar code in form6i run in c\s using scanner as bar code reader..
    Do i need to install something to work this bar code?
    Any step by step documentation on how to do a bar code?
    thanks

    A scanner is a hardware device that basically works like a keyboard. When you use a scanner it reads and interprets the bar code and sends the character to the Operating System (OS). Forms does not read characters directly from keyboard or scanner. It reads the characters from the OS. Therefore, Forms doesn't know where the characters came from, and it does not care.
    Think of it this way...
    When you change out your simple keyboard and replace it with a fancy keyboard, does Forms know or care. No.
    Or here is a even simplier way to think about it...
    Think of a scanner as being a box that sends characters to the computer. When you open the box and look inside you see a trained monkey who looks at the bar code and types the correct character on the keyboard. (But this trained monkey does not need to be fed.)
    The question you should be asking is, not if Forms will work with the scanner, but whether the scanner will work with my OS. Only the scanner manufacturer can answer that. If you want to know how to install scanner or how to operate it, then ask the manufacturer of the scanner.

  • Printing Barcode on sample lables using sapscripts.

    Hi SCRIPT GURU's,
      The problem i am facing is 'I am able to view the Barcode in printpreview but when i try to print its not appearing on the PrintOut.
    The output device i am using is LOCAL with SWIN as device type.
      Thanks in Advance.
    Regards
    Satish

    hi satish,
    The problem with your printing of BARCODE is that the LOCAL printer which you want to use must have an installed SIMM card which comes along with here is athe printer.
    and also for each barcode there is a different barcode type sequence which has to be installed when this SIMM is inserted. please verify with your vendor or with your service provider whether this Hardware solution is installed or not.
    An Alternative solution as suggested is also to use a file called BARCODE.dll which has to be installed to your windows system32 directory
    Some of the vendors provide free demo versions of this BARCODE.dll file.
    i) www.tec-it.com
    ii)www.e-bizco.com
    But these are all third party softwares which require license for commercial purposes.
    Anyways the longlasting solution to your problem can be to install the appropriate SIMM card, if not vailable as of now, and upgrade the drivers of the printer.
    and also you should note to have the barcode type installed which is a sequence of alphanumeric characters.
    Hope this solves your problem in due course.
    Venugopal.T

  • BAR Code Print Using Font Free 3 of 9 Extendted

    HI,
    We have installed BAR Code Font TTF file for Code 3 0f 9 Extended using se73 in SAP as well same in windows.
    Scaneer show 100% confidance (recognize well) while printing the text from MS Word( Testing Purpose). but while Printing from SAP Sscript scanner dont recognize the print bar code( We have installed the same font by SE73) in SAP.
    Could any one help us what may be issue while printing from SAP SCript , SAP is not printing the actual BAR Code same as MS Word.
    Rgds
    Bansal

    Hi,
    Each Code 39 printer can also print 'Extended Code 39' barcodes. It is only the Bar Code scanner that must be switched to 'Extended Code39'.
    In a Code 39 Barcode you can use the characters 0-9, A-Z and the characters -. $/+%
    For an Extended Code 39 barcode a combinition of these characters get a special meaning. See the link below:
    http://www.barcodeman.com/info/c39_ext.php
    Regards,
    Aidan

  • Printing bar code to LOCL printer

    I have created a smartform to print a bar code using bar code BC_CD39.  I call the smartform function in an ABAP program and then display it in PDF form using function:
    call function 'SSFCOMP_PDF_PREVIEW'
         EXPORTING
              i_otf                    = otfdata
         EXCEPTIONS
              convert_otf_to_pdf_error = 1
              cntl_error               = 2
              others                   = 3.
    The bar code does show on the PDF, but it is just showing as repeating bars of the same size. Like this:  
    And when I print to LOCL printer, it prints out the same.  Why is it not printing/displaying the true bar code?

    Hi
    Which printer are you using? To print the Barcodes you need a separate Barcode printer see the following
    To Create a Bar code prefix:
    1) Go to T-code - SPAD -> Full Administration -> Click on Device Type -> Double click the device for which you wish to create the print control -> Click on Print Control tab ->Click on change mode -> Click the plus sign to add a row or prefix say SBP99 (Prefix must start with SBP) -> save you changes , it will ask for request -> create request and save
    2) Now when you go to SE73 if you enter SBP00 for you device it will add the newly created Prefix
    Create a character format C1.Assign a barcode to the character format.Check the check box for the barcode.
    The place where you are using the field value use like this
    <C1> &itab-field& </C1>.
    You will get the field value in the form of barcode.
    Which barcode printer are you using ? Can you download this file and see.
    http://www.servopack.de/Files/HB/ZPLcommands.pdf.
    It will give an idea about barcode commands.
    Check this link:
    http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm
    Check this link:
    http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a94c851ea11d189570000e829fbbd/content.htm
    Hope this link ll be useful..
    http://help.sap.com/saphelp_nw04/helpdata/en/66/1b45c136639542a83663072a74a21c/content.htm
    go through these links and cose u r previous threads,
    http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm
    smartform - barcode
    http://www.erpgenie.com/abap/smartforms.htm
    http://sap.ittoolbox.com/groups/technical-functional/sap-basis/print-barcode-with-smartform-634396
    http://sap.ittoolbox.com/groups/technical-functional/sap-dev/printing-barcode-733550
    Detailed information about SAP Barcodes
    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.
    Regards
    Anji

  • How to Print Bar codes in SAP script.

    Hi Experts,
    Could you please tell me how to print bar codes through sapscript (the steps basically)?
    <<text removed by moderator>>
    Thanks in advance,
    Suchi.
    Edited by: Matt on Nov 13, 2008 2:04 PM - do not use ASAP or urgent.

    hi,
    check these.
    [https://forums.sdn.sap.com/click.jspa?searchID=18572128&messageID=4724540]
    [http://help.sap.com/saphelp_nw04/helpdata/en/68/4a0d5b74110d44b1b88d9b6aa1315b/content.htm]

  • My HP 309a all in one printer will not print bar codes like airline boarding passes or tickets.

    I use Windows 7 with XP Pro I have received no error messages and have plenty of free disc space. I have not a clue as to what has happened. I see the ticket with a bar code on my computer screen but when I  try to print it the bad code will not print. Any suggestions?

    my hp6980 printer won't print bar codes using windows 7 on computer

  • SAPScript bar code output in PDF format

    Hi,
    I am working in 4.6D. I am trying to get the zip code bar code symbol to display in PDF as Postnet. When it displays at this point it has the numeric code that would trigger the simm module on a printer to print the corresponding bar code symbol. I need to get this to display in the PDF document as well. Does anyone have any ideas on how to do this in SAPScript?
    Any help or suggestions well be greatly appreciated.
    Mark

    Hi,
    Check this link
    http://help.sap.com/saphelp_nw04/helpdata/en/66/1b45c136639542a83663072a74a21c/frameset.htm
    Thanks & Regards,
    Judith.

  • Bar codes (Smartforms vs. Sapscript)

    Hello,
    I need to print sapscript bar code on every kind of printers, is it possible in sapscript? I found out solution only for certain printer. I know I can do this in smartform, but there is completed sapscript form and customer requests upgrade this sapscript form with bar code. Sapscript migration to smartform is too expensive (print program has 4 000 lines of code).
    Why smartform can print bar code on every printer and sapscript not? Does smartform convert print code to picture or what? Does anybody know how to convert bar code into picture in sapscript?
    Best regards,
    Josef Motl

    Sapsctipt can not convert bar code to pdf. The implementation of bar codes in sapscript seems to cause too much difficulty to SAP developpers and they tend to put their efforts into smart forms.
    Look at the following notes for the idea
    https://service.sap.com/sap/support/notes/430887PDF conversion: bar codes are not supported 
    we asked for help in Sapscropt and their only answer was https://service.sap.com/sap/support/notes/706743 Corrections for New Barcode Technology for Smart Forms
    Regards.

  • SAP Bar Code PDF417

    Dear Expert ,
    I developed Barcode using symbology PDF417 .
    when i am printing bar code using laser printer it is printing barcode and but not on DOT Matrix printer EPSON ESC/P 24/48-pin printer
    .Kindly suggest me what to do .
    when creating symbology i am passing data as below
    SAP Bar Code Name    ZPDF
    Bar Code Symbology   PDF 417
    Bar Code Alignment   Normal
    Narrow Module Width  04
    Linear Height        00000
    Single Row Height    00045
    of Columns (1-30)  30
    of Rows (3-90)     05
    SecurityLevel        0
    Truncation
    One thing more how can i add a tab in between two field data.
    Thanks in advance .
    Cordially:
    Hans

    hi,
    use the rotation ...while creating the barcode.....

  • Bar code not scanned by scanner machine.

    Hello!
           Problem is there after print the report, bar code is not scanned by  scanner.
    Thank You.

    Hi,
    Do you use crystal report or standard Print Layout?
    if you use Crystal Report, Normally we use font "Code39"
    Try this:
    Add  asterick ( * ) between the text you want to scan.
    e.g.
    asterickDOCNO123456asterick
    asterick is the symbol with no space in between.
    and change the whole string font to Code39
    nd.Q
    Edited by: Andy Quipit Sayus on Aug 9, 2011 12:44 PM
    Edited by: Andy Quipit Sayus on Aug 9, 2011 12:45 PM

Maybe you are looking for

  • "an error occurred while attempting to change modules" when launching lightroom

    I get the message  "an error occurred while attempting to change modules" when I launch the app on my mac. Every other adobe app works like Photoshop I have followed all the troubling shooting steps in the link below, not one of them makes anything d

  • Javascript from a Plug-in

    Can I run javascript from a plug-in ? I'd like to change some document features when my plug-in finishes. Is this possible ? If so how ? Thanks, Matt

  • Dual Monitors Photoshop CS4

    Here is our setup... Dell Tower with 2 monitors connected, desktop extended. What I am wanting to do is have just the image that is being worked on in the right monitor and the image and all the tools on the left monitor.  Now I know that you can ope

  • ITunes/iPhone help? not very computer literate

    The answer to the error code I am getting is: Some iTunes for Windows users with the McAfee Personal Firewall Plus installed may display a -3221 error message when you try to access the iTunes Store using iTunes for Windows. If this happens, change t

  • Iphone changes its name

    Why my iphone 5s's name was changed from iphone to iphone (2)?