No of print labels based on Product (printing of shopfloor paper)

Requirement is to print labels during the confirmation of production orders. Number of print labels is
determined based on the Finished Good product. For example
Finished Good A --> 1 print label for production order confirmation of 1 unit
Finished Good B --> 2 print labels for production order confirmation of 1 unit
like wise,Finished Good Z --> 10 print labels for production order confirmation of 1 unit
How could we achieve this, what configuration in print shop floor paper needs to be done.
===========================================================================================
Note:Labels are printed,but defaulting to 1 print label during production order confirmation
        regardless of finished Product.

Hi Aprasada,
                     You can modify the print program as Abhijit said.
                     Or if you condsider the option of adding a little bit to your work without going for program changes, after the first print you may go to the spool controller, select the printed label and in the option to print with changed parameters change the number of copies to your desired level.
Regards
Sm.
Edited by: Sm on Oct 28, 2011 5:01 AM

Similar Messages

  • Problem printing labels on dot-matrix printer

    I am currently using Oracle Reports v 3.0 on an NT network. I need to print labels on an Epson LQ-570+ printer. The user will run a number of reports which will create a file for each location we need to send to. The user will then send 10 - 20 files to the printer at a time. The problem I am having is that since we went to Reports 3.0 on NT if a file has only one label, it will print that label then page forward spitting out 10 blank labels. It then prints the next file. We are using continuous feed labels and are wasting a LOT of labels. I have tried to reset the page size in the properties page of the report but no luck. Any help would be greatly appreciated!

    hello, I could not write English, but I will help you
    You could see it in SYSTEM PARAMETERS of reports, in the MODE option, putting the to initial value Character type
    You also have to see the Dflt.prt file, that this located in the C:\ ORAWIN95\ REPORT60\ PRINTERS, the who you control the margins of
    impression in manner [caracter]. They for [default] are 80 Columns and 66 Lines, the
    who you could publish and change the courages
    You count me if I operate you.
    Greeting

  • SAP Script : Control Commands for printing Label (barcode) by Zebra Printer

    Hello,
    I would like to know the control commands in sap script for Zebra Printer. The purpose of task is to print a field in barcode format in Right Bottom of the label.
    The sample code is placed below. Kindly have a look at it. The problem now i am facing is, the barcode for Customer PO is printing on the wrong place (Left Bottom, the text & barcode are overwriting). Can anyone suggest a possible way or can any one send the document for Barcode commands in SAP Script for Zebra Printer.
    Sample script code:
    Initialization and reset Barcode
    XAMCY^XZ
    Start
    ^XA
    Barcode setup
    ^BY3,2.7,2.2
    Set label home position
    ^LH
    ^FWN
    FO385,025A0R,40,50FDPN: &VBAP-MATNR&FS
    FO385,725A0R,40,50FD&VBAP-ARKTX&FS
    FO385,1710A0R,40,50FDRtns: &zsntsc-contr&FS
    FO345,025A0R,40,50FDService Order# &AUFK-AUFNR&FS
    FO345,725A0R,40,50FDSerial# &EQUI-SERNR&FS
    FO345,1710A0R,40,50FDRepair Order# &VBAP-VBELN&FS
    FO245,025B3R,N,90,N,NFD&AUFK-AUFNR&FS
    FO245,725B3R,N,90,N,NFD&EQUI-SERNR&FS
    FO245,1710B3R,N,90,N,NFD&VBAP-VBELN&FS
    FO138,1710A0R,40,35FDCustomer PO# &VBKD-BSTKD&FS
    FO98,025A0R,40,50FDWrnty: &W_WARRANTY&FS
    FO98,605A0R,40,50FDRoute: &W_ROUTE&FS
    FO58,025A0R,40,35FDShip-to-name: &W_NAME1&FS
    FO58,1325A0R,40,35FDMinor Group/Nr: &TVM5T-BEZEI&FS
    FO58,1325A0R,40,35FDMinor Group/Nr: &TVM5T-BEZEI&FS
    FO18,885A0R,40,35FDReported By: &QMEL-QMNAM&FS
    FO18,1710B3R,N,90,N,NFD&VBKD-BSTKD&FS
    ^XZ
    Thanks in Advance,
    Ramasamy

    HI
    GOOD
    GO THROUGH THIS
    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.
    Not to fear though, there are two ways to get around this:
    - You can have your IT department do some research - 
    most laser printers can accept a font cartridge/dimm chip (similar to computer memory), called a BarDIMM that will allow a laser printer to support the printing of barcodes.
    - Secondly, you can buy software that you can upload in your SAP print Server that will convert the barcode symbology as an image that will print on a regular laser printer. I found that this option results in less sharper barcodes. This option is really if you need to convert a large quantity of printers (>10) to support barcodes. 
    - Thirdly, you can buy a third party software like Barcode.dll and install on your frontend PC connected to the laser printer.
    Now you have a barcode printed - what next?
    Well there are two options, depending on your business requirements:
    - You can use an existing SAP transaction on a regular workstation and get a barcode wedge reader to hook up between the keyboard and the PC. These wedge readers comes in a wand or scanner format. There are even wireless wedge scanners available that allows you to roam a few yards from the workstation to scan a label. This approach is mostly used where you want to prevent human errors in typing in long material, batch or serial numbers in receiving or issuing of material. The problem is that it's just replacing the keyboard input and you are basically locked down in one location and have to bring all the material to that location to process.
    - Another solution is to use SAPConsole transactions
    or write your own ABAP Dialog programs that will fit onto a barcode enabled wireless handheld terminal and that will follow the business logic as executed on the shop floor. 
    These programs are highly complex exercises in industrial engineering and ergonomics because of the limited screen sizes and limited ability to accept keyboard input. The user is instructed step-by-step and only scan and push F-keys to interact with the SAP system. Scan, scan, beep, beep, enter - highly automated.
    GO THROUGH THESE LINKS
    http://www.sap-img.com/abap/details-information-about-sap-barcodes.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/68/4a0d5b74110d44b1b88d9b6aa1315b/content.htm
    THANKS
    MRUTYUN

  • Printing labels on a c4580

    Just a quick question as I have been in contact with HP over this issue so far without success and was wondering if anybody had a solution.
    When you print labels they do not align on the paper  can be either up a line or down a line but if you use plain paper it prints fine every time, if you alternate plain paper /label the error only occurs on the label sheets(how does it no?) I have tried both laser and inkjet labels from 3 paper manufactures but  the outcome is the same for last label run printed on plain paper then had the cut out and cellotaped them onto the envelopes 

    What printer are you using?
    How is the printer connected to the computer?
    What program are you using?
    Have you tried printing the labels from another program?
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • How can I print multiple copies of a label based on a field?

    Post Author: lgayosso
    CA Forum: General
    Hello all,
    I have a report that prints labels where each label is a contained in detail line. I have a field on such label (Number Of Copies), on the same detail line, that specifies the number of copies to generate of such label, how can I generate such multiple copies of the label?
    I have tried adding multiple detail lines (all identical so that they reproduce the label) but I do not know in advance how many copies will be needed; that is, some detail lines include a Number Of Copies = 3, therefore I would need details A, B, and C sections to print the three copies but other labels might have a value of Number Of Copies = 10 therefore I would need detail sections A, B, through J to generate the 10 labels.
    How can I solve this issue?
    Any help is appreciated,
    Lucio Gayosso
    [email protected]

    Post Author: lgayosso
    CA Forum: General
    Hello all,
    I have a report that prints labels where each label is a contained in detail line. I have a field on such label (Number Of Copies), on the same detail line, that specifies the number of copies to generate of such label, how can I generate such multiple copies of the label?
    I have tried adding multiple detail lines (all identical so that they reproduce the label) but I do not know in advance how many copies will be needed; that is, some detail lines include a Number Of Copies = 3, therefore I would need details A, B, and C sections to print the three copies but other labels might have a value of Number Of Copies = 10 therefore I would need detail sections A, B, through J to generate the 10 labels.
    How can I solve this issue?
    Any help is appreciated,
    Lucio Gayosso
    [email protected]

  • Issue with Printing Labels using PrintToPrinter

    Hi,
    Recently we have upgraded our reports from crystal reports XI to crystal report 2008.
    We are currently facing problems with the labels printed through crystal reports.
    I've used the ReportDocument.PrintToPrinter(1, false, 0, 0); method to print the report directly to the label printer.
    The problem is, if I export the label to a PDF file and print the report by selecting the printer the label comes out perfectly, but when I print the report directly using "printtoprinter" method instead of exporting it to a PDF, the font size is reduced and the label looks like its shrinked to half the size. Our production server is still running on crystal reports XI and we don't have any problem printing labels from it. Let me know if i'm not sailing in the right direction.
    System Details:
    OS: Windows Vista Buisness 64-bit
    Visual studio 2008
    .NET Framework 3.5
    Label Printer: Dymo Labelwriter 330
    Crystal Reports 2008
    Code:
    private ReportDocument oRpt = new ReportDocument();
    // initialize the repot.
    initReport();               
    oRpt.PrintOptions.PaperOrientation = PaperOrientation.Landscape;
    oRpt.PrintOptions.PrinterName = prnName;
    oRpt.PrintToPrinter(1, false, 0, 0);
    Thank you,
    Vijay

    Hey Josh,
    I'm sorry there was a typo in the link.
    Here is the link for that forum Re: Custom Paper Size & Orientation Problem
    The solution mentioned by Amit singh in the thread solved my problem. I'm pasting the code here for you to look at.
    boReportDocument.Load(Server.MapPath("CrystalReport.rpt"));
            PrintOptions boPrintOptions = boReportDocument.PrintOptions;
            // The paper size used for this report is  '14x7'.
          System.Drawing.Printing.PrinterSettings oPrinterSettings = new       System.Drawing.Printing.PrinterSettings();
            oPrinterSettings.PrinterName = "     ";
            foreach (System.Drawing.Printing.PaperSize oPaperSize in oPrinterSettings.PaperSizes)
                if ("14x7" == oPaperSize.PaperName)
                    boPrintOptions.PaperSize = (CrystalDecisions.Shared.PaperSize) oPaperSize.RawKind;
                    break;
            CrystalReportViewer1.ReportSource = boReportDocument;
    Hope this solves your problem.
    Vijay

  • I am trying to print labels.

    I am trying to print labels and not having any luck . I have windows 7, using Corel Wordperfect 3 on Hp laserjet 1505 and HP 2035.

    Hello @retiringsoom  , and welcome to the HP Forums.
    I am sorry, but to get your issue more exposure I would suggest posting it in the commercial forums since this is a commercial product. You can do this at HP Commercial LaserJet Forums.
    I hope this helps!
    Please click “Accept as Solution " if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks" for helping!
    Jamieson
    I work on behalf of HP
    "Remember, I'm pulling for you, we're all in this together!" - Red Green.

  • Adobe Reader 9 and printing labels with USPS.

    I have read some of the other posts about Adobe Reader 9 and printing labels with USPS. I am running Snow Leopard on my IMac with Adobe reader 9.1.3 and have had no problems only when using Mozilla Firefox 3.5.3 for the Mac. There is, however, an extra step, if I recall (some window asking me to make a selection, which came up after I clicked on the "print and bill" button). But everything worked just fine.

    Hi,
    Thank you for the quick response. I've done that but the problem persists.
    A bit about my computer it's Vista, but the folders are a little weird. Default install directory and common files folders are on a different drive. In addition appdata are also on a different drive. However this should not affect sinve I've already re-installed Adobe Reader multiple times and it used to work just fine.
    But perhaps the problem is indeed path related. Anybody with more ideas to share?
    Thank you in advance.
    Update: When I reinstall Adobe Reader and open the file, the first time I try to install Japanese font it does not end with "registering product" but with something like "removing backup files" (see attachment). If I try to install Japanese font again and again, I will get the "registering product" at the final glimpse of the installation pop-up.

  • Issue printing labels in Adobe form via Datamax printer

    Hi,
    We have developed an Adobe form which contains a barcode for the label.
    This label gets printed fine when we print it on the printers in the office headquarters.
    However, at the plant location where it is supposed to be printed, the labels are not getting printed.
    The printer at the plant location is Datamax H-4212.
    Any idea what's wrong? Will the Adobe form need to be changed for this?
    Please help.
    Regards,
    Anusha

    Hi,
    Which device type do you use to create the spool and print? Only the device types described in the following note are possible with Adobe forms:
    685571 - Printing PDF-based forms
    I suggest you try with device type PDF1 and SAPPDFPRNT as per SAP note 1444342.
    Regards,
    Aidan

  • Print labels from SDK

    I need to be able to print labels from within SDK but I want to make the label format accessible by my customer. Does anyone know of a way to link in to something like ALD from SDK?
    Gordon Wood

    Gordon,
    The SDK does not have a facility for accessing the PLD or the ALD products.  You can use the Report Service to capture print information and parameters to send to a third-party report writer such as Crystal that you can then use.
    Eddy

  • Automatically printing labels from MII V12

    Hi there,
    We have a requirement that when a button is pushed on the MII page, we automatically print label(s) to a Zebra printer without any further user interaction.  I.E.  The operator clicks to confirm completion of an operation, and a label prints out as part of the transaction.  The transaction does not always communicate with the ERP system, so the labels must be automatically printed from MII.
    Has anyone done this?
    There are really two questions here.
    1.  How to print to a Zebra printer
    2.  How to have the MII transaction automatically print
    Thanks,
    --Amy Smith
    --Haworth

    This thread might help.
    [/thread/216673 [original link is broken]|/thread/216673 [original link is broken]]
    We have done printing from xMII to Zebra printers using similar methods wrapped in a custom action, as well as using our own device integration platform. The only issue with the above method is its ends up OS dependant, and requires the printers to be configured on the server.
    I dont know the scope of your needs, but a product like bartender may be appropriate. It would allow you to print by just writing a data file to a directory.
    There are ways to talk directly to Zebra printers, but would take some research & dev on your part.

  • How to print labels from my Christmas card list?

    Does anyone know how to print labels from the Christmas card list in Contacts?
    I am new to computers and having managed to type in all my addresses I was hoping to print some labels!    Please can anyone help!

    Welcome to the Support Communities. What version of OS X is your Mac running? ...Click on the  menu at top left of your screen and choose About This Mac. Note the version in the form 10.n.n and then see this ASC tutorial:
    Update your product list
    Then see this Apple doc, which is for OS X 10.9 (Mavericks)...
    Contacts (Mavericks): Print contact information
    ...Found by searching here:
    http://support.apple.com/kb/index?page=search

  • Does Leopard give ability to print labels

    I just purchased Leopard and iWorks.
    I have been a Appleworks guy for years.
    I have a data base I use for labels. I was able to transfer the date easily to numbers BUT numbers does not allow for labels.
    Does the new leopard have any work around for labels ?
    Otherwise what do iWorks lovers do for labels ??
    Greg

    Hello
    - 1 - Are you sure that you bought iWorks?
    I'm sure that you don't, because such a product doesn't exist.
    Apple is selling iWork (without a S)
    - 2 - Leopard is an operating system, it is unable to add features to an application.
    The unique way to print labels with Pages (not with Numbers) is to use its ability to grab datas from the AddressBook application.
    If this is not sufficient (which I may understand according to what I write at the bottom of all my messages here) go to "Provide Numbers Feedback" in the "Numbers" menu and describe what you want (you may replace the word Numbers by Pages or Keynote).
    Yvan KOENIG (from FRANCE vendredi 2 novembre 2007 20:50:27)

  • Print labels row*column wise

    Hi Gurus,
    We have a requirement to create a report which will print labels (RTF layout using XML publisher). Our client wants supplier information (labels, single label of 8 lines) to be printed on a single page i.e. on A4 size paper, 3*8 = 24 labels should get printed like- (Below Lxy is a single label with 8 lines, x and y denotes numbers below)
    L01 L02 L03
    L04 L05 L06
    L07 L08 L09
    L10 L11 L12
    L13 L14 L15
    L16 L17 L18
    L19 L20 L21
    L22 L23 L24
    This will be a nightly job and once client will come in the morning all the labels will get printed on the A4 size papers. These number of labels in a single request may vary as well eg- it can be either 4 during one night or 29 during another, so this has to be taken care while printing.
    I can not call it as a matrix report as number of rows and columns may both get changed dynamically.
    Is anybody came across the same requirement? Please provide your valuable inputs.
    Thanks in advance.
    Rgds,
    Sumir

    HI,
    Here you go good program links
    <a href="http://www.sapfans.com/forums/viewtopic.php?t=52107">How to Set Color to a Cell in AVL</a>
    <a href="http://www.sapdevelopment.co.uk/reporting/alv/alvgrid_color.htm">ALV Grid Coloring</a>
    Thanks
    Mahesh

  • How do I get spouses and children on to printed labels and envelops?

    I store spouses and children in the fields provided for these names. When I go to print labels, Address Book puts the primary name and one randomly selected child name on the first line. So if the person is Jane Smith, I have her spouse listed as John, and two kids listed as Jake and Janice, the label will read.
    Jane Smith and Janice
    142 Main St.
    Nowhere, NH
    Can I get the spouse name and the other kids to show up? How?
    +Also, any tips on dealing with couples with two last names? That's more of a data entry question, but if anyone has ways this works for labels but also for logical address book and iPhone look up.+

    Turn iCloud contact syncing off and choose keep when prompted.

Maybe you are looking for

  • Manually moving music onto/off of my iPod

    How do I manually move music onto/off of my iPod? I tried to check the user book, but it was printed for an older version of iTunes, and wasn't very helpful.

  • Product Short description in SAR for MM-SUS scenario

    Hello Experts, We are implementing MM-SUS scenario, where we are releasing the Schedule agreement for vendor. SAR is reaching to SUS, but the product short description is not appearing on the SAR screen on SUS. Could any one help us on this? Any solu

  • Setting a pdf file as my personal homescreen

    Is it possible to set a pdf file as my personal homescreen for the Curve 8300 series? If yes, how?

  • Ora 12640

    when i try to startup oem in oracle 8.1.7 an error occours tells me (see below): error ORA-12640 tell me to enable tracer what is the tracer and what can i do? ORA-12640: Inizializzazione adattatore di autenticazione non riuscita< [main][2002-6-10:15

  • Sorry! You are currently restricted from purchasi...

    About a week ago, i started getting about 5 auto recharge purchases in a row, so i changed my password, whcih stopped that, however now my account is restricted and i can not purchase credits and must contact customer support. How do i contact custom