Printing barcode from locl printer

Hi,
We can print barcode from printers set up in sap but not from the same printer if we select locl. as per sap note 14561, Barcode printing is not supported directly with Frontend printing.
It seems in order to print from locl printer, we need to buy some barcode.dll files. Has anyone able to print barcodes w/o using these dll files. These files are a bit expensive as they contain software to design barcodes also. In our case barcode is already designed in sap and we just want to print it. any suggestions?
Thanks,
Jassi

Ashok,
we are able to print barcodes on the printers that are set up in sap. Issue is when we print on the locl printer. To be more clear, I have a printer which is set up in sap as 'SAP-1'. The same printer is my local printer. While printing if I select 'SAP-1', it prints barcode, but if I select LOCL as printer(even though physically the printer is same), It does not print the barcode.
We have some printers in field which can not be set up in sap. That's why we want some solution that can print barcodes on a locl printer.

Similar Messages

  • Is it possible to print barcodes from LT31 (SAPScript) on a Zebra?

    Hi
    We have a factory that would like to print their picking lists/transfer orders using transaction LT31 to a Zebra ZM600 printer. The transaction appears to create a spool in the SAPScript format.
    We have tried pretty much all of the Zebra drivers (ZEB), a standard HP driver and a ASCII line printer driver (in SPAD) but nothing works - barcodes are not printed. For some drivers the format of the spool looks good in SP01, but then nothing is printed at all at the printer! In other cases the text is okay but barcodes are not, in other cases the text is complete gibberish.
    The user has been informed that SmartForms should be used instead of SAPScript but we believe this would involve changes at ABAP level and our ABAP support is by a third party company which we are trying to avoid using.
    I have seen SAP Note 179534 - Label printing with Zebra printers (SAPscript) but it seems this would also involve Application Support/ABAP teams etc.
    Is there anything we (SAP Basis) or the end user can do to be able to print barcodes from LT31 to the Zebra printer without involving Application/ABAP support?
    Thanks
    Ross

    Tried but get an error:
    SAP spool error log
          =====================
    Print request processing log
    The host spool is reporting errors
    Unintelligible response received from assumed SAPLPD ("#")
    (SAP)LPD cannot accept request (Queue LDSP0092 disabled?)
    Unable to connect to output processor
    Any ideas?

  • How to print BARCODE in DATAMAX Printer using SAP Script?

    Hi,
    Can anybody guide me how to print BARCODE using DATAMAX Printer?
    I need to develop a SAP Script, through which i need to print the BARCODE.
    Pls. let me know the parameters for Script and how to print using print program.....
    Regards,
    Hemant

    make one form in sapscript with one main window: like this
    /E           ETIKETT
    /*           Format = '57x19', Printer = 'Bradyprinter Model 1344'
    /           ~f350
    /           ~n
    /           ~M0500
    /           ~O0220
    /           ~SG
    /           ~s
    /           ~c0000
    /           ~e
    /           ^D
    /           ~L
    /           D11
    /           H20
    /           PC
    /           pC
    /           SC
    /           A2
    /           1911A1200400005&knmt-kdmat&
    /           1911A0800300005&knmt-postx&
    /           1911A0800100005VS-Nr   :         &KNMT-MATNR&
    /           1911A0800000005Datum   :         &date&
    /           Q0001
    /           E
    in this script   &mseg-matnr&    and    &mseg-charg&    are 2D Barcodes
    /E           ETIKETT
    /*           Format = '57x19', Printer = 'Bradyprinter Model 1344'
    /           ~f350
    /           ~n
    /           ~M0500
    /           ~O0220
    /           ~SG
    /           ~s
    /           ~c0000
    /           ~e
    /           ^D
    /           ~L
    /           D11
    /           H20
    /           PC
    /           pC
    /           SC
    /           A2
    /           1Wc99000001400082000012012&mseg-matnr&
    /           ySPM
    /           1911A1000380055&mseg-matnr&
    /           1Wc99000001501702000012012&mseg-charg&
    /           1911A0800260055&mkpf-budat&
    /           1911A0800140055&mseg-mblnr&
    /           1911A0600020008&makt-maktx&
    /           Q0001
    /           E
    then you need your own printprogram and everything is fine. with open_form ;  start_form ; write_form;  end_form
    you can communicate direct with the Datamax Programming Language  from SAPScript to the Barcode printer.
    i also have the datamax programmers manual as pdf if you want i could send it to you. let me know by PM.
    also have look into HW 490295  the bartender Solution works fine for me to create the SO10 text's
    greetz
    tony
    Edited by: Tony Wienhold on Jul 17, 2009 4:37 PM

  • Note to print barcode from scripte

    Is there any SAP NOTE available .  When I am printing cstom barcode from scripte it is not printing . But I am able to view it in Preview.  This same thing I can do from smartform.
    If antbody know this pls inform

    Hi,
    Please create the same type of Barcode for printer through tcode SE73 and you will be wiht your solution .
    Assign points if it solves your probelm.
    -Guarang

  • JDeveloper Team - How to print Barcodes from java application

    We are developing an Inventory based application in JDeveloper 3.2.2/Oracle 8i/Netscape Enterprice web server on Windows NT platform. The application is developed in swing technology.
    We have to print Barcodes on Intermec 3400/4100 or Zeebra Z4000 (connected to COM1/COM2) from our java application from one of our screens.
    Can you please point me to right place or get me sample source how to achieve this. We are working on a timebound deadline and we are really counting on your sincere response ASAP. Thanks in advance.
    VR
    null

    Try creating a page called launcher.html (for example). That does this:
    <html>
    <head>
    <script language="javascript">
    windowHandle=window.open("http://www.javasoft.com", "", "height=700,width=1000,status=no,scrollbars=yes,resizable=yes,toolbar=no,menubar=no,location=no,top=5,left=5");
    </script>
    </head>
    </html>Now you launch IE (or whatever) with this page using the Runtime class. After x seconds (after the second window has been launched) try killing the process. Hopefully it will kill the original window you opened and not the window you popup (the one without toolbars etc)
    It might kill both windows but I can't be bothered to test it. If it does you'll have to try and find a workaround.

  • Printing barcode from ABAP program

    Hi,
    Is it possible to print barcode (using zebra barcode printing) from ABAP program directly without using Smart Form, SAP Script or Adobe PDF Form.
    I have the barcode instructions, I just want to output it to the barcode printer directly.
    Sample instructions to be output to barcode printer:
    FT128,288XG005.GRF,1,1^FS
    FT96,128XG000.GRF,1,1^FS
    FT64,192XG001.GRF,1,1^FS
    FT0,288XG002.GRF,1,1^FS
    FT0,224XG003.GRF,1,1^FS
    FT128,256XG004.GRF,1,1^FS
    FO16,180GB496,0,5^FS
    FO52,37GB450,66,4^FS
    BY4,3,40FT86,320^BCN,,Y,N
    FD>;123456>67FS
    PQ1,0,1,YXZ
    XAID000.GRFFSXZ
    Thanks in advance.

    Hello,
    Yes we can do it..
    Go through this link you will some idea
    http://sapprograms.blogspot.com/2008/11/barcode-printing.html
    http://www.sap-img.com/abap/details-information-about-sap-barcodes.htm

  • Problem in printing not from locl

    the user want to print not in his defulat printer  "locl",
    the basis create for him printer name "kuku" based/copy
    on "LOCL"  , when the user try to send the print through
    this new printer nothing happend  , so :
    1) is the right solution for it is copy of locl ?
    2) is there any other option to do so  ?
    thanks

    Hi Dakota,
    Yes the requirement which you have mentioned is possible. 
    wa_ssfctrlop-no_dialog = 'X'.
    wa_ssfcompop-tddest = `Kuku`. --> case sensitive
    wa_ssfcompop-tdimmed = 'X'.
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
           EXPORTING
                formname = 'ZPO`
           IMPORTING
                fm_name  = l_fmname.
      CALL FUNCTION l_fmname
      EXPORTING
        control_parameters           = wa_ssfctrlop
        MAIL_APPL_OBJ              =
        MAIL_RECIPIENT             =
        MAIL_SENDER                =
          output_options             = wa_ssfcompop
          user_settings              = ' '
      IMPORTING
        DOCUMENT_OUTPUT_INFO       =
        JOB_OUTPUT_INFO            =
        JOB_OUTPUT_OPTIONS         =
       TABLES
           itab_select                = itab
       EXCEPTIONS
         formatting_error           = 1
         internal_error             = 2
         send_error                 = 3
         user_canceled              = 4
         OTHERS                     = 5.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
               WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    Best regards,
    Prashant

  • Smart form printing issue with LOCL printer and SAP printer

    Hi,
    The issues are as follows:
    1. the top portion of the Invoice and PO does not print when using the SAP printer (works when using LOCL)
    2. the shaded areas of the Order Confirmation and Invoice are black when printing to a SAP printer (works when using LOCL)
    In an attempt to correct the printing issue is was suggested that we change the SAP printer device type from HPLJ4 to POST2. This did address the problem where the shaded areas were black but then we received reports that other reports printed "garbage". Its possible that using POST2 device type causes issues when printing to HP compatible printers.
    Apparently all the testing was done using the SAP printer LOCL and not the SAP printer name and SAP spool system. LOCL uses the SAP GUI and Windows system to produce the output. Our production users at the plant site and Toledo are using SAP defined printers with the device type of HPLJ4. HPLJ4 is our standard here as OC for our printer definitions and we have HP compatible printers installed in our Toledo location and all of our remote sites. We need to be able to correctly print the Invoices, Purchase Orders, Sales Order Confirmations on our SAP printers.
    What can be done to the reports to allow them to print on our HPLJ4?
    Thanks,
    Babu

    Hi Prathap,
    Check the background shading of the windows of the Smartform where you get the black boxes. If it is set something like this:
    Color: White
    Saturation: 100%
    this can be the problem.
    I know it is strange but some black and white printers cannot handle this setting. They only know one color black so the ignore the color setting and just take the saturation 100% setting.
    The reason it works with local and device type SAPWIN is that the print data is created in Windows and sent to the printer as graphic.
    Please change the shading for window MAIN -> tab 'Output Options' to:
    Color: Black
    Saturation: 0%
    and this should resolve the problem.
    Then create a new spool and check if the problem is resolved. See SAP Note #400050.
    Regards,
    Prabhu

  • ASCII code to print barcode on Lexmark printer

    Hi there
    Can anyone help me on how to arrive at ASCII code to produce EAN 128B barcode on Lexmark T634n laser printer? 
    TJ

    Hi Elini
    Sorry about the delay in getting back to you.
    I want to print the barcode from SAP Script.
    Please let me know if you need more information.
    Regards & Thanks
    Tripura

  • Print quality from network printer

    poor print quality from HP wireless pc, Windows 7 64-bit, to wired network printer (Epson 500 all in one). Print Quality from desktop pc is great.

    Happy Friday eve! It appears you are using a Epson printer This forum is used to troubleshooting HP printers. I would suggest using Epson support center to see if it can help resolve your issue. Welcome to Epson Support Be sure you have full cartridges and you are not using a Draft or low quality print setting.
    Good luck!
    -SeanS
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • Print barcode in matrix printer (IBM6500) by smartforms

    People,
                  somebody already try to print barcode using smartforms in matrix printer ??
    Regards  Suzuki
    <MOVED BY MODERATOR TO THE CORRECT FORUM>
    Edited by: Alvaro Tejada Galindo on Jan 13, 2010 1:23 PM

    Hi,
    Does the alignment look correct in te print preview? There are some problems with dot matrix printers due to limitations of the ESC/P printer lamguage.(see SAP note #19807)
    Try printing via windows and a windows device type like SAPWIN or SWINCF. The result should be better.
    Regards,
    Aidan

  • Print Barcode from SAPScripts

    Dear All,
    I was made(ZBAR) system barcode font in SE73.
    Then I made a FORM in se71.
    I add one Character format(B2)  using the barcode fonts ZBAR.
    But in print preview the barcode is not populate.
    It is showing as text. But I need like "||||||||||||||||||||||||||||||||"
    This is my code:
    ITEM-TOP
    <B2>12345678</>
    <B1>Batch    : </><B1>&zcharg&</>
    <B1>Material : </><B1>&zmatnr&</>
    <B1>Expiary Date:</><B1>&zvfdat&</>
    <B1>MSDS:</><B1>&zdoc&</>
    Please advice me.
    Thanks and B/R
    Bishnu
    24/03

    hi dey
    check this
    http://wiki.sdn.sap.com/wiki/display/ABAP/BarcodesandSAPscript+forms
    check if barcode fonts is defined correctly.
    and try ro change  this:
    <B2>12345678
    with
    <B2>12345678</>
    best regards
    Marco

  • Is it possible to prevent the Print Dialog from waking printer?

    Hi all,
    Although I have a printer attached to my iMac, most of the time I just use the Print Dialog to 'Save as PDF' rather than to actually print. However, as soon as I hit cmd-P the printer is woken up, even though I never use it. Is there an option somewhere that will tell OSX to only wake the printer if I actually send the document to the printer?
    thanks,
    d

    Hi there,
    I think you could create a dummy IP printer, using Generic Postscript for the driver, and set it as your default printer. Then when you print to pdf from your app, having this dummy printer selected may stop the USB physical printer from waking.
    To create the dummy, open Print & Fax and click + to add. Select IP and LPD for the protocol. Enter an IP address of 10.0.1.50, leave the queue name blank, change the Name to Dummy and select Generic Postscript in the Print Using menu. Click Add to complete the queue creation.
    Now set this printer as the default and try printing. Hopefully this stops the real printer from waking.
    One last note. Just remember to change the printer in the Print dialog when you do need to print on paper.
    Pahu

  • Decoding 2D barcode on forms printed from Adobe Reader

    We use LiveCycle Designer 8 in Adobe Acrobat 8 Pro to create forms, which are then opened, completed and printed using Adobe Reader, then signed by the user and mailed back.
    We believe we can put a 2D paper forms barcode on the form, but if filled in by Adobe Reader the data gets encrypted and so cannot be scanned (though if completed by Acrobat, the data is not encrypted - unfortunately most customers do not have Acrobat)
    We heard that you could buy software or a hardware device to enable the received printed forms to be scanned and the 2D data decoded - is this correct still?
    Thanks

    In regards to the Decoder, this is a piece of software that does the actual decoding of the barcode from a printed and scanned form (or faxed). It can decode barcodes from both TIFF and PDF documents.
    If you are using a high-speed scanning solution then you more than likely have a decoder built into your solution. If not, then the decoder is an ideal add-on solution. In fact, with the new Adobe LiveCycle Barcoded Forms ES you can not only decode but you can integrate the data right into your existing workflow quite easily.
    For a great overview of the ES line, check out: http://www.adobe.com/products/livecycle/techsummary.html?showMyTab=tab_foundation
    Lee.

  • 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

Maybe you are looking for

  • HT1926 itunes wont update because of invalid signature?

    on Windows Pro, trying to update itunes and it stops towards end of download, wont install because of "invalid signature".  how do i do a "manual update"?

  • Photoshop Lightroom and Photoshop CS5 .psd files compatibility

    Currently I'm trying to open a .psd file for a graphic in Lightroom but I cannot see any .psd extensions. Any idea how to do so? In other words, .psd is not in the supported files extensions in Lightroom? Anybody knows how to deal with such problem?

  • Is LabVIEW able to create ActiveX Object for other sw to use?

    I would like to create some ActiveX object from LabVIEW that VB could use it. How do I do it? I only find info about labVIEW use ActiveX created by other SW. Please let me know if LabVIEW has such ability. Thanks.

  • [HELP NEEDED] - Airport Connection "Indicator" - Erratic

    Guys - have you seen an indicator (timer) like this on your Macbook? http://img371.imageshack.us/img371/1324/screenshot01pj2.jpg When I use at home with my Time capsule, it (the timer) always "appear" and "disappears" with no reason Here's my observa

  • Playlists not accessible

    Downloaded the latest software update for my iPod Touch. Firstly,  I have some apps that I do not want - how do I get rid of them? Secondly, my old playlists have been changed - that is their contents are now in alphabetical order as opposed to the o