Time lag to print labels

Hi,
  I am getting time lag when trying to print labels.When I tried to take print out of some labels they are not coming out immediately.And When I saw in the spooler it showed the status as 'Waiting.After some time I didnot understand what happened and they printed out.Initially I thought there was no communication between my system and printer at that time.But that is not true.Can any one suggest me why it happens like that.

when the print options dialog box pops up at the time of printing, check the chek box 'print immediately'.
if u want to handle it progmatically then do this:
SSFCOMPOP-tdimmed = 'X'.
CALL FUNCTION v_form_fm
    EXPORTING
      p_compensation   = p_comp  <--parameter list
      p_skill          =         p_skill
      p_deci_auhtority = p_da
OUTPUT_OPTIONS  = SSFCOMPOP
USER_SETTINGS   = space
    TABLES
      s_job            = s_job         <--select option list
      s_level          = s_level
      s_date           = s_date
        EXCEPTIONS
      formatting_error = 1
      internal_error   = 2
      send_error       = 3
      user_canceled    = 4
      OTHERS           = 5.

Similar Messages

  • I need to create a one-time database for our Christmas list and print labels.  Is there a free Mavericks-compatible download that will do this?

    Since I will only use it once a year, I am looking for a free download that will allow me to create a small (80-100 names and addresses) database AND print out mailing labels from that list.  I used to have FileMaker Pro 6 and it worked beautifully.  However, it is not compatible with my new operating system - Mavericks - and I am not willing to spend $180 for the necessary upgrade to FileMaker Pro 12, especially since I will only be using it once a year.  I have Numbers, which works for my other databases, but it is not designed to print labels.  Help!

    You could create a Christmas list group in Contacts, and use the File > Print facility in Contacts that supports Avery Mail Labels in the layout tab. Simpler and cheaper than learning a database.

  • 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

  • Print labels in transaction MIGO

    Hi,
    I'd like to print labels every time I do a goods receipt.I think I have to edit a message but I don't know which. It seems that it could be ET01, but I'd appreciate if someone could tell me which is better.
    On the label I need to print:
    - Material number
    - Description
    - Vendor
    - Purchase order
    - Reception date
    Thanks in advance,
    Gerard

    Hi,
    For GR, the output rypes are we01,we02,we03 in the standard system.
    in transaction OMBO you can assign the form and the program that you may have created for the purpose.
    hope this helps.

  • I am trying to print labels from my address book, and when I change it to have the first names first, only some names work.  Does anyone know what the problem is or how to fix it?

    I want to print labels from my address book, but when I try to put first names first, only some will work.  Does anyone know why this is happening and how to fix it?

    Hi MollyPhloot07,
    I'm glad you found the coupons.com app and you might also want to take a look at the GroceryIQ app from the same company.  Please note that at this time, printing is only support from iPad to HP wireless inkjet printer.  That's most likely the reason why your Canon isn't displaying when attempting to print.  The other way to go might be emailing the coupons you want to your email address, then open that email and print from a conventional desktop or laptop computer.
    Hope this helps!
    Coupon Support

  • 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.

  • Printing labels (barcode, datamatrix code, ...) with LabView via Codesoft

    Hello together,
    could anyone post a sample vi which enables printing labels (barcodes, datamatrix code, ...) with LabView
    via the Teklynx Codesoft Runtime Software? There are no sample programs from Teklynx for LabView.
    Many Thanks for your help, Thomas.
    Message Edited by maximint on 01-04-2007 10:04 AM

    maximint wrote:
    Hi JLS,
    thanks for the answer. I agree with you that closing the references is the best und most stable solution. But it is really slow. I made an exe but this is also slow.
    But apart from this, the VI is running well, even with a handing over of variables. I guess this is one of the first VIs in the net which combines LV with
    Codesoft from Teklynx.
    Thanks, Thomas.
    PS: I made a wrong click on the rating of your last post. Sorry. I guess I rated it too bad.
    Well, this is easily solved with an intelligent global buffer VI or as they are also often called a LabVIEw 2 style global. I use them quite often for all kinds of reasons including to avoid globals in my programs almost 100% but this is one of the cases where they are also very handy.
    Basically you write a VI that has a while loop, and a case structure inside. The while loop normally only executes once. One or more uninitialized shift registers store different values that can be reused on each call to that VI. The case selector is wired to an enum (I make them always strict typedefed) on the front panel and that one is connected to the connector pane of the VI.
    Make the enum have init, print, close items and in the respective case frame do the opening of the refnum in the init case and anything else you need to do once at initialization time storing the refnum to the right shift register terminal. In the close case do everything to close done the software and then close the refnum coming from the right shift register terminal itself passing a Not A Refnum to the right shift register terminal. The print case uses the refnum from the right shift register terminal too, does all that is necessary to do printing and then stores the refnum back to the right shift register terminal. You now have an intelligent manager function for your interface to the printing software.
    The init case is called somewhere during initialization of your application while the close case is called somwehre when you close your application. A variant is to combine the init and print case but forst test for the refnum to be Not A Refnum (comparison palette) and in that case do the initialization first, otherwise just do the printing. The advantage with this is that the Codesoft interface is only initialized if you really need it.
    There is one caveat for this if you use dynamic top level VIs to implement for instance test steps or deamon like operation. LabVIEW remembers the top level VI under whom a refnum was opened and automatically closes refnums when that top level VI goes idle (stops running). So you would need to make sure that the initialization is done in the main hierarchy that is guaranteed to run for the entire time that your interface is required.
    I have included a small archive containing an API for Codesoft 7 that also supports variable query and substitution in templates. It is an older version of something I'm currently using and not very well tested as is, but the newer version is a lot more involved and complicated and not suited to be put here. I also included another archive showing a version of such an intelligent manager buffer function using that API.
    Rolf Kalbermatter

  • 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? --------------------------------------------------------

  • Address Book freeze or crash when printing labels/envelopes

    I am trying to print mailing labels or envelopes from Address Book. I can print lists but everytime I try to print mailing labels it appears to go into a "sorting" loop and will not respond. When I try to print envelopes and hit print, it crashes. I have read about problems with smart groups but I have no smart groups. The last time I printed mailing labels I had no problem but my operating system at that time was Tiger. Any help?

    I created a second entry with the spouse's name, and then to be more selective in who I send them to (so that it isn't sent to both Jones'), I added the word "Christmas" to the notes for one of them only, repeated this process for all the contacts that I needed to. Then create a SmartGroup that is looking for Christmas in the notes and print labels for that group.
    Yeah, that zoom feature was completely out of whack when I was doing this too; actually, the preview pane was entirely off at times.
    Another useful thing would be to be to able to specify which spot on the sheet of labels to start printing; if I've got a partially used sheet, then its a total pain to be able to start printing on the 8th label down in the 2nd row; I'd have to create bogus entries for Mr. Aaa Aaa and copy that as many times as I need to so that the printing is correctly aligned. Pretty big oversight I must say.

  • To print labels with barcodes in sap-scripts

    how to print labels with barcodes in sap-scripts . explain with example.

    Hi,
    What was wrong with the answers you were given the first time you asked this question?
    labels with barcodes in smart forms
    Why have you ignored their efforts and logged the same question again?
    Nick

  • Printing labels from Address Book

    Hi there,
    I have tried to print labels from Address Book using the provided template within the application.
    The probem however, is that if I want to print a number of labels, say for myself, I can not seem to specify how may labels to print with a selected address.
    As well, if I print one label from the application, I do not see a way to tell the printer or the application to use the next field of the label sheets.
    Am I missing something completly obvious or is it an oversight in the Application?
    Thanks in advance

    Jim,
    I think I understand your question. Hopefully this will help you with at least one of your problems. In order to print out address labels for just your name and address, you'll have to duplicate your personal address card several times. I duplicated mine 29 more times so that I could print out 30 sticky labels. Here's what I'd suggest:
    1. Create a new group in the far left side of your Address Book window by clicking once on the "+" button found at the bottom of the Group column, and then title your new group something like "My Return Labels."
    2. Locate your main personal card in the "All" group, and then slide it (or add it) to your newly created group.
    3. Highlight your card from within your new "My Return Labels" group, copy and paste it about 29 times.
    4. Once done, make sure you have just your "My Return Labels" group highlighted, then go to your Print command.
    5. Choose the proper label style, and print away.
    Good luck, Grampa Doodie.
    PBG4-15 1.67GHZ, eMac, G4 Tower, iMac (Graphite), iMac (BB).   Mac OS X (10.4.2)  

  • Re: Printing labels from iCloud Contacts.

    I'm trying to print labels from iCloud 'Contacts'. I have a MacBook Air (which I now use all the time) as well as a wonderful but ancient iMac which I use occasionally.  My printer is only connected to my iMac so I want to print my multiple contact labels from there. When I log into iCloud wanting to print my Group 'Christmas Card Contacts' list, the print settings don't allow me to set up the page to choose labels (Avery, J8160 or any other).Any idea how I can achieve this please?  I feel I've gone backwards because I never had any trouble doing this from my old Address Book on my Mac but, since iCloud, I haven't keep the old Address Book up to date.  I had no idea it would be necessary.  It shouldn't be necessary!!  All advice gratefully received but I suspect I'm asking the impossible unless/until Apple remedy this defect. Thanks.

    You can't.  On some label layouts you can reverse the page and it will print on the remaining labels.  Just limit the number to be printed to the number of labels remaining.
    I don't know if there are any label printing apps that can let you insert a number of blank labels before your labels so you can start somewhere in the middle of a sheet of labels. You may have to do a google search for label printing apps for Mac and contact customer support for them to see if one can start in the middle of a sheet.  It can be done with FileMaker Pro but that's a pretty costly app for just printing labels.

  • Extreme lag for Print window with networked printer

    Hi, i have 10.4 on an iMac and my Powerbook.
    I have a USB printer shared via airport from the iMac.
    With any program, the first time I click "print" it lags extremely. The delay is like 3 minutes. The first few times it hung like that I forced quit the programs, but have since learned it recovers if you leave it. Subsequent printing panels come up instantly.
    If I turn off airport the print dialog comes up instantly even in newly opened programs.
    So, my question is, what the heck? Is there anything I can do? I didn't have this probem in 10.3, so I guess this is an introduced bug. I don't believe the configuration ahs otherwise changed.
    thanks.

    If your previous Epson worked via Windows Printing, then you know that you can't use an Epson-supplied driver for Windows Printing. You Must use a Gutenprint driver or other CUPS modular driver. The Epson driver is limited to USB only. If there isn't a Gutenprint driver yet available, you may need to buy a CUPS modular driver from www.printfab.net.
    Read more:
    http://support.apple.com/downloads/GutenprintPrinter_Drivers_for_Mac_OS_X_v106
    Check for updated Gutenprint:
    http://gimp-print.sourceforge.net/MacOSX.php

  • Print label upon GR

    Hi
    I need to get a pop up for printing Labels upon GR. The label will have the material number and the bin number on it. Can someone help me with what all settings I need to do inorder to make this happen.
    Any help is appreciated
    Thanks
    Vijay

    If still not working then check all the settings as below
    Pls check the below settings for material document Print out:
    1. Maintain the Printer Name in SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Print Control->Gen Settings->Printer Setting
    2. Ensure that in SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Print Control->Gen Settings->Item Print Indicator, 1 stands for Matl Doc print out
    3. In SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Print Control->Gen Settings->Print Version, maintain Print Version 2
    4. In SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Print Control->Maintain Print Indicator for GI/Transfer Posting Documents
    5. In SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Output Determination->Maintain Output Types, for the Output types WE01, WE02 and WE03, ensure the foll:
    a. Default Values: Dispatch Time is 3 or 4 as per reqmt. and Tr medium is 1
    b. Print Parameter is 7
    6. In SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Output Determination->Printer Det->Pr Det by Pl/StoLoc, maintain the Output device for all your Plants
    7. Go to MN21, for Tr Type WE, Print Version 3, maintain Print Item as 1.
    Now the settings are ready for Printing Material doc
    8. While doing MIGO, ensure that in General Tab, you get "3 Collective Slip" beside the Print Indicator and you tick mark the field.
    9. Now depending on the setting in 5a, the Matl doc is printed. If it is 3, you have to print it using MB90. If it is 4, it is printed immediately.
    Hope it will help you.
    Regards,

  • 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

Maybe you are looking for