SAP Configuration for Barcode label printing

Hi Guys,
We have storage bin label with information like ware house number and storage bin in free text area
and need to interpret the barcode based on Application identifiers and print the same on label layout.
Plz help ..Do we need to configure any output determination for this or how do we do this...since I dont have any clue on this requirement.
your inputs are helpful.
Naveen

Hi Pratap,
Check the default settings for "no of copies" during executing the print command. If it shows 1 then you need to make it as 2. To make it as 2,
during the print command,
Go to Properties-->Specifications----->In field name select "No of copies", change the default value to 2 and click on "Copy settings".
Edited by: Naidu Raghav on Aug 27, 2010 1:09 PM

Similar Messages

  • How do we enable cutter option in the SAP Script for Zebra Label Printer

    Hi Gurus,
    We use Zebra Label(ZM400) printers to print the material documents(SAP Script). Could someone please tell me how do we enable the cutter option in the Zebra printer for the SAP Script?
    Your vaulable answers will be highly appreciated.
    Thanks in advance.
    Regards,
    Manoj.

    Hi Manoj,
         In Script you dont want to add any logic for Label Cutter, It should be in the Zebra printer settings if the printing is over it should cut the paper. If the print area is predefined for your material label then you can make use of standard label papers (Like 2"x4", 3"x4"....)
    Regards
    GK.

  • BarTender for Zebra Barcode Label printing using Smartform

    HI Experts,
    Does anyone know how to use BarTender 7.10 software to create barcode labels for Zebra printer?
    I have to include a jpg Logo into the Label using BarTender.
    But when I test using the Zebra printer - the logo/picture won't print out.
    Any idea?
    Thank You.
    Best Regards,
    CW

    Hi There,
    I had problems with using Bartender when I tried to print a logo onto my labels, but I contacted a [labelling company |www.iidsolutions.net] who specialise in barcode label printing and the bartender software,  they sorted out my problem but then after a chat with them I decided it would be easier to get them to print the labels for me as I had loads of changes and they were quite cheap.  See if they can help you. :~)
    Good luck.
    Dave.

  • Best printer settings for the Officejet 8625 for glossy label printing

    best printer settings for the Officejet 8625 for glossy label printing. The black does not appear dark black ......just shades of gray

    pendavinci
    Welcome to the HP Community Forum.
    The following might be helpful to resolve the issue:
    Printing Labels_Business-Cards_Cards
    See the section on Printing and Printing Preferences
    Click the Kudos Thumbs-Up to show you appreciate the help.
    Click Accept as Solution when the Answer provides a Fix or Workaround!
    I am pleased to provide assistance on behalf of HP. I do not work for HP. 
    Kind Regards,
    Dragon-Fur

  • Barcode label printing in LV7.1

    Hi,
    I'm currently implementing a barcode label printing function to a final test program of our products. I want high control of image placement etc. on the labels. Therefore I've made a .vi interface where the barcodes are printed with true type fonts. The front panel is then printed on our label printer. However, the output is no good since the string indicators changes the appearance of the fonts compared to the output from other programs. The spacings are a bit larger and the font looks a bit bolder -- the result is that the scanners have problems reading the barcodes.
    I want to save my self some time by asking if anybody has any suggestions on how to print barcode labels?
    I'm currently considering using the report tool since this prints the font correctly (I'm making test versions as I'm writing). However, gaining full control of the final layout seems a bit more troublesome. Another method could be generating images from LV and then print and dispose after creation -- this solution is however clumsy since it e.g. requires a set of images corresponding to the character table.
    I'm using LV7.1 Dev suite and Code128B barcodes.
    - Martin

    COM, DCOM, ActiveX potAto, pOtato... I've been studying a bit this afternoon. COM came in '93 and was succeeded by DCOM. ActiveX is a kind COM (actually a modified Visual Basic VBX).... Today the names are used more or less interchangely...
    I've tried everything. I think the only solution is a new version of cocreate.dll.
    However, I've made it work in another way... I run a VB script by issuing e.g.:
    wscript \"pathtovbscript\vbscript.vbs" Text Serial0123
    with the command execution vi (wscipt should be in all newer version of windows). And vbscript.vbs looking like:
    set Args = Wscript.Arguments
    textField = Args(0)
    barcodeField = Args(1)
    ' Print using the template
    DoPrint("C:\path\template.lbl")
    Sub DoPrint(strFilePath)
    Set ObjDoc = CreateObject("BrssCom.Document")
    bRet = ObjDoc.Open(strFilePath)
    If (bRet <> False) Then
    ObjDoc.SetText 0, textField
    ObjDoc.SetBarcodeData 0, barcodeField
    ObjDoc.DoPrint 0, "0"
    End If
    Set ObjDoc = Nothing
    End Sub
    Not very elegant but it's quite fast and it's working
    - Martin

  • Barcode Label Printing

    Dear Experts,
    is it possible to print barcodes on labels using the SAPSprint service ?
    The labels are defined as Sapscripts and Smartforms.
    Thanks a lot for any help.
    Regards,
    Marc
    Edited by: Marc Reinhardt on Jan 6, 2009 2:53 PM
    One more remark: Is it necessary to use an external BARCODE.DLL for barcode generation or can it be done by the label printer as well ?

    Hello Pranay,
    I did some research on that SAP note "25344 - Interface SAPSprint (SAPFprint) Barcode DLL (details)" states the following:
    u201EAn external barcode DLL is to be added to the SAPSprint or SAPFprint.u201C
    u201EThe SAPSprint or SAPFprint delegates the task of printing barcodes to an external DLL. SAP does not provide a barcode DLL. The DLL must meet certain requirements so that it can be used.u201C
         u201Eu2026u201C
         u201EThe following list is of suppliers known to us that manufacturer compatible barcode DLL:
         1) e-bizco.com GmbH, Up'n Hoff 1, D-22927 Großhansdorf, Germany
         2) TEC-IT Datenverarbeitung GmbH, Wagnerstr. 6, A-4400 Steyr, Austria
         3) MW6 Technologies, Inc.u201C
    This means to me that if we print barcodes with SAPSprint we must have this barcode.dll even if the printer would be able to interpret it.
    Cheers,
    Marc

  • MIGO creating New Smartform for BARCODE label

    Hi ,
    Creating a new smartforms form MIGO Tcode --- i.e. BARCODE LABEL. - From scrach
    Input is P.O No. but while writing program from where I have to take input for this ....?
    After writing logic where to attach driver program in NACE. ?
    Tks:
    Maddy

    HI ,
    As suggested you  can use the standard smartform , by downloading  the package or else you can go for  your own smartform  and print program do it as follows :
    for Po  the standrd program uses the form entry_neu  . you call this form in your custom driver program . say in ZPOUCHASE ORDER
    form entry_neu using ent_retco type sy-subrc
                                   ent_screen type c.
    perform get_data.
    *****" here get the po number from  nast table  like this  " move nast-objky(10) to g_ebeln." ******
    perform get_formname.
    get it like this : select single sform
        from tnapr
        into tnapr-sform
       where kschl = nast-kschl " Output Type
         and nacha = nast-nacha " Message transmission
         and kappl = nast-kappl." Application
      if sy-subrc = 0.
        g_formname = tnapr-sform.
    endif.*********************************
    perform zcallform.
    use call function 'SSF_FUNCTION_MODULE_NAME' **************
    perform zupdatenakt.
    do it like this  **********
    nast-vstat = 1.
      nast-usnam = sy-uname.
      nast-datvr = sy-datum.
      nast-uhrvr = sy-uzeit.
      call function 'RV_MESSAGE_UPDATE_SINGLE'
        exporting
          msg_nast = nast.
    endform.
    assign this driver program in NACE transaction  along with the smartform  name
    *****Please use the proper    condition type. NEU in this case "
    and since you are getting the value of PO number  from nast  you  can pass this as importing parameter to your custom smart form
    and once the po number is known the other values can be easily extracted

  • Barcode label printing - 2 copies required

    Hi,
    The barcode label for TO is printing automatically but the user requires 2 copies instead of one. We have assigned the Spool code for 2copies in the print table in config  (OMLV). But still only one copy is getting printed.
    Please advise.
    Regards,
    Pratap

    Hi Pratap,
    Check the default settings for "no of copies" during executing the print command. If it shows 1 then you need to make it as 2. To make it as 2,
    during the print command,
    Go to Properties-->Specifications----->In field name select "No of copies", change the default value to 2 and click on "Copy settings".
    Edited by: Naidu Raghav on Aug 27, 2010 1:09 PM

  • XML Publisher for Barcode Labels?

    Is anyone using XML Publisher to print barcode labels (not barcodes on letter or A4-sized report pages)?
    If YES, do you have any tips or a brief description of how you did this?

    Hi Eric
    WE have a customer working toward going live ... Im trying to get some details down about how they did it for a blog article. Until then basically:
    1. Create a label template in MSWord, create customer page size to match your barcode lable paper. Use the barcode font in the template.
    2. Get your data source, if you use WMS then they already pump XML out for labels. Otherwise you'll have to use another method to get the data ... as its a small amount plsql would suffice
    3. Deploy template and barcode font to mid tier
    4. At runtime XMLP will generate PDF ... and heres where (for now) you have to jump through some hoops. The customer we are working with uses label printers from Zebra ... they do not have the XML enabled printers so we need to get the output into ZPL for the printer. So heres the hoops, using the PASTA print driver in Apps or the XMMLP del manager outside you can call something like GScript to convert from PDF to PS, then Zebra have and open source driver to go from PS to ZPL. Its not actually ZPL but their image format, I forget the name. This is then pumped to the printer ... not the best solution but its good enough for the customers requirments for now.
    I'll try and put some meat on this soon.
    Tim

  • Functional Configuration for Barcode

    Dear Experts,
    I would like to know about the BARCODE Configuration.
    I know that BARCODE can be configured also by Technical Consultant using SAPSCRIPT or SMARTFORMS using the TCode SPAD.
    Here, am looking for the configuration which can be done by functionally.
    I have searched plenty of documents but I got all about technical details only. Please guide me to configure the BARCODE using functional steps.
    Anandkumar KS

    Hi Siva,
    Thank you for showing the right path. Here, the configurations are with Warehouse Management. Is it possible to configure without WM module.
    The exact scenario is that, we buy products from the subcontractors i.e., trading goods and we sell the same goods using our brand name. So, we need to stick the Barcode sticker on the material and while dispatching end user will deliver the products once he read the Barcode using the scanner. We don't store the products in go down or warehouse.
    I hope you understood my scenario.
    Anandkumar KS

  • Problem in continuous Material Label Printing

    Hi Experts,
              I am using SAP Script for Material Label Printing and Dot-matirx printer for printing.
              There are 6 labels getting printed on a Page. There is no problem in printing but what happens,
              whenever there is a new material getting printed, it skips the current page and resumes the
              printing from new page.
              Example. there are 8 labels for a Material-1 and 3 labels for Material-2. 6 labels for
              Material-1 would print on 1st Page, the rest 2 would print on 2nd page. Now the 3 remaining
              labels for Material-2 are getting printed on 3rd page which should get printed on 2nd Page itself
              as there is space for 4 more labels on 2nd page.
              Please help me out on this.
    Regards,
    Ravi.

    Hi ,
    every material there will be started an new sapscript (probably)
    You will have to change your program that way that all materials and belonging data comes into 1 internal tab.
    If you print this tab in 1 big loop (instead of a nested loop for everymaterial) everything will go fine.
    Sucees,  Gr., Frank

  • Hi All,How to set printer configuration for sap4.7 IDES version for home pr

    Hi All,
              Pls provide the information How to set the configuration for our home printer from the sap 4.7 IDES version .If possible pls provide with screen shots
    thanks & regards.
    bharat

    check SPAD (tcode) to installl Printer and all formats.
    Regards
    Prabhu

  • Unable to Print Purchase order automatically using SAP GUI for JAVA

    Hi SAP gurus,
    Some of the PC's in our company use windows and some LINUX. Therefore we use two types of SAP GUI. One for windows and the other one JAVA. PO approval was set to print automatically. In a windows setting, there are no problems with this setup. But in SAP GUI for JAVA, no print outs are produced and no error messages are displayed. I am using SAP GUI for JAVA version 7.10 ver 6. and I use Front end printing for linux access method G.
    please help,
    gungertz

    hi gungertz,
    You can use U type access method for printing SAP document using linux desktop.
    Please refer to my blog posting here (http://sapbasis.wordpress.com/2007/08/23/print-sap-documents-using-linux/)
    ardhian
    http://ardhian.kioslinux.com
    http://sapbasis.wordpress.com

  • Labels printing : "unable to read format"

    Hello
    I have configured a Printronix Label printer as a network printer (Acess Method U).
    Communication test is successfull
    But when I execute a printout I have the following message:
    =========================
    Print request processing log
    Errors occurred processing this print request
    Unable to read format ZDINA6. l_rc = 1
    There may be no printout
    =========================
    Despite format ZDINA6 is properly associated to the Device Type (ZPTXASC4) of the printer.
    Inizialization commands are all empty, as suggested by Printronix Manual
    What am I missing?
    Thank you!

    Thanks David and Lokeswara for your answers.
    Oss did not help actually: I also tried with Postscript type, instead of STDN II, but did not succeed.
    As to ZDINA6 format: it is in use in their old system, same labels, same configuration; a part from the access method, because they currently have a Win NT print server in between that the new system does not contemplate.
    Still a mistery, at least to me..
    Thank you for now

  • Intermec Strengthens Printer Portfolio with New Mid-Range Label Printer

    Last Thursday, we were excited to announce the PM23c, a new 2”mid-range industrial printing solution and an extension of Intermec’s PM43 and PM43c printers.
    Launching at the "Future Technology Experience" show in Las Vegas, the PM23c is an all-metal barcode label printer primed for mission critical markets and applications such as airline passenger services, manufacturing, and retail, including product labeling and food traceability, where maximizing productivity drives results.
    Read on for more.

    I like my Canon Pixma MX850. It is a network all-in-one, so it will work with any router, and it scans through the network as well as prints. The only slight hitch in setup is that it needs an initial USB connection to set up the network connection, but there has been no problems since then. I prefer a network printer to a USB printer, because it is made to work natively with a network connection, and you do not need to worry about compatibility with the print server, such as the one built into the Airport Express.
    The only problem with it is that the price keeps going down since I bought it! However, you can save yourself a lot of grief if you stop shopping after you buy something.

Maybe you are looking for