During printing of invoice it is taking old printer.

I have created a billing document and during printing of invoice it is taking the old printer.We have installed a new printer though it is taking old printer only.

Hi srivastava ,
Change the output device on the output condition record to the new printer using transaction VV32. If the output is printed on the same old printer even after the condition record changes check the printer assigned to your user ID in the below path  "system --> user profile --> own data --> Defaults tab "
Hope this solves your problem.
Thanks
Arun

Similar Messages

  • Function module to Print Customer Invoice as PDF and to Printer

    Hi,
    I am writing a program to create a document through FB01. After that I also need to a PRINT the customer invoice for Same document. I need to print Invoice as PDF and Report and print to a Printer. Which Function Modules can I use for these purposes.
    Thanks.
    FS
    Moderator Message: SDN is not here to do your job for you. There are plenty of good developers who work at CSC who can help you out. Thread locked.
    Edited by: Neil Gardiner on Oct 5, 2010 6:38 PM

    Hi,
    please see the given link,It may help you.
    Re: Regarding Print Problem in ALV
    Regards,
    Shamma

  • When I print an invoice from Earthlink, it is printed as a bunch of garbage. If I use internet explorer, it prints correctly

    Earthlink provides an invoice for payment. It doesn't print correctly

    I have the same problem and I don't know the cause or fix is BUT I found an add-on, "awesome screenshot" (https://addons.mozilla.org/en-US/firefox/search/?q=awesome+screenshot&cat=all&x=31&y=15), which takes a screenshot of your webpage and saves it as a picture. You can then crop and edit it to suit your printing or file saving purposes.

  • How do i make my mac forget an old printer?

    i have a new printer and want to make my mac forget my previous printer, as it continues to automatically look for the old unit. Any helpful tips?

    Open Print & Scan preferences. Delete the old printer. Add the new printer.

  • How do i remove my old printer icon/software?

    i recently bought a new printer and installed in on my mac, and am no longer using the old HP as the wireless radio doesnt work. the HP icon is still on my dock, and i want to remove the software and the icon. new printer is installed, but the icon isn't on the dock, and i have to search for it when i want to scan something. also, i want to put my cisco router icon on the dock as well.  i am a longtime PC user who switched to this mac in march last year. still learning the ropes!
    thanks!

    Removing Old Printer:
    On your Dock, drag the Old Printer icon away from the dock. (A puff of smoke should show - this means you have removed it from the Dock)
    Navigate to [System Preferences > Print & Scan].
    (On the left of the Print & Scan window will be a white colored column, titled 'Printers', with a '+' and a '-' symbol at the bottom.) Click on the Old HP Printer, that is located in this column, and click the '-' symbol that is at the bottom of the white colored column titled 'Printers'.
    Select 'Delete Printer' when the dialogue box shows.
    Adding Printer Icon to Dock:
    Navigate to [System Preferences > Print & Scan].
    Drag the New Printer Icon (In the White Column titled 'Printers') and place it on your Dock.
    Please note: You cannot add the Printer Icon next to the Icons near the Trash Can.
    Keep moving the Printer Icon along the Dock until a gap opens for you to place the Printer Icon.
    Adding the Router Icon to Dock:
    As far as I am aware, this is not possible. Wi-Fi settings are located on the Title Bar at the top right hand corner, of every window.
    There is no need to have the Router on the Dock.

  • Print Excise invoice in Series grp 111 using J1IP for Billing document 1234

    Dear Gurus,
    I have an issue in which I create Sales Document>>Delivery Document and after that if I save my Billing Document a message pops up like:
    Print Excise invoice in Series grp 111 using J1IP for Billing document 12345
    And Excise Invoice gets generated automatically without J1IIN, to which I can view in the display mode in J1IIN.
    I wish to Create Excise Invoice by using T Code: J1IIN not automatically.
    I have checked all the number ranges and search the forum extensively but couldnu2019t found a possible solution.
    Please help me!
    Regards,
    Ashu

    Hi,
    Create Excise Invoice Automatically
    Instructs the system to automatically create an outgong excise invoice immediately you create a commercial invoice or a pro forma invoice.
    The system creates the excise invoice in the background.
    Dependencies
    If you want to make use of this function, you must also define the default plant, excise group, and series groups in Customizing for Excise Duty, by choosing Business Transactions -> Outgoing Excise Invoices -> Maintain Default Excise Groups and Series Groups
    SPRO>Logistics General>Tax on Goods Movement>India>Basic Settings-->Maintain Excise Groups.
    Under the Outgoing Excise invoice tab there is a check box (Excise invoice during billing)
    Regards,
    Saju.S

  • Mass printing of invoices

    Hi,
    when i create the invoice , the output types are determined automatically when saving the invoice in VF01.
    1 )i want that no invoice printing shud happen while saving.
    2) aslo i want all the invoices made by us during the day should be mass printed in the night.
    3) there are three options in output type config. "send print with own application/send while saving/send with background job.
    what is meant by send with pwn application
    how to achieve the above two things. what config and or coding shud be done
    regards
    sachin

    Hi,
    1)If you do not want the invoice to be printed as soon as the doc.is saved,Go to VV31---> enter the relevant OUTPUT TYPE ->EXECUTE-> Chnage the value in the column DATE/TIME from 4 (4     Send immediately (when saving the application) to 3 (3 Send with application own transaction).
    2)For mass printing you can use VF31 for mass printing and if you want the invoices to be printed in the night , then select 1(1     Send with periodically scheduled job) in the column DATE/TIME and do the necessary congig with your BASIS and ABAP team.
    3) The 3 ,Send with own application means that the system will automatically populate the output type as soon as the transaction is being processed.

  • How to print Excise invoice?

    Hello Experts,
    I have not worked on Excise invoice.
    How to print excise invoice ? Kindly tell me the path /t-code to print single excise invoice.
    Thanks

    Moved from SAP ERP Sales and Distribution (SAP SD) to Internationalization and Unicode.
    As indicated already, whenever you want any information related to CIN, please post here.  Moreover, being an old member, you should be aware of forum rules where it has been clearly indicated not to post basic or repeated query here.  Please search the forum or Google it, take the inputs and still if you face, post here
    G. Lakshmipathi

  • Avoid duplicate printing in Invoice

    Dear ABAPer's,
      I need to control Invoice printing like first time taking the Invoice print i has to print Original and next time while taking the print out it have to disply duplicate....Not like copy window concept...
    <Priority normalized by moderator>
    Thank Team...
    Ramesh
    Edited by: Vinod Kumar on Aug 30, 2011 1:33 PM

    Hello,
    Please use below code.
    This will help you to identify original or copy of an invoice.
    **-->Check if original or copy
    SELECT vstat INTO TABLE t_vstat FROM nast
      WHERE kappl = nast-kappl
      AND   objky = nast-objky
      AND   kschl = nast-kschl
      AND   spras = nast-spras
      AND   parnr = nast-parnr
      AND   parvw = nast-parvw
      AND   nacha BETWEEN '1' AND '4'
      AND   vstat = '1'.
      IF sy-subrc EQ 0.
        w_repeat = c_copy.
      ELSE.
        w_repeat = c_original.
      ENDIF.

  • Layout change in invoice suitable for taking printout in A-4

    Address is larger than the space provided in the pre- printed stationary invoice provided by our client, how to adjust the font, that fits for print out sheet of A- 4 size.kindly tell me how to adjust the size of layout. is there any need for ABAPer, to work on re-sizing of the layout of the slip, which is suitable for taking printout ?
    regards,
    g.v.shivakkumar

    Hello,
              Do you mean to say that you want to shift between landscape and portrait formats of A4?
              If so find this solution.The solution is simple , go to Pages and windows and double click on the page. In the second Tab strip named "Outbound options" select "Portrait" or "Landscape" format. The page type is selected as DINA4 for A4 sized paper.
    Reward Points.
    Tej..

  • Batch Printing of Invoice VF31

    Hi All,
    i am printing invoices in Batch ie. VF31.
    Few invoices of particular division are printed wrongly
    ie. some conditions with values of previous invoice are also printed on current invoice(on current invoice its correct values are also printed)
    any configuration is missing?my abaper is saying some config. is missing.
    Reg.
    Amol

    Hi,
    i got the same error in my last project..
    wt i did .. i created a scenarion in dev client means i took 15 invoices list and started getting output in vf31..
    finally i got the same issue there also..
    then i asked to My abaper to debug the error..
    finally we come to know that was due to optisuite..
    there was overlapping of data there in optisuite itself...
    then technical guy did miror changes.. eventually i got my solution..
    hope u also follow the same.. i agree this is time taking and boaring job to take bunch of output.. bt this will keep coming ..so etter to prevent repition..
    thanks
    mahesh

  • Taking old report even new report is uploaded on web - Cache problem?

    Hello,
    I have a problem. We are using remote server for development work.
    We are working on web environment. The modules (forms & reports) will be uploaded to the unix server using web compilation links. Now I haveI uploaded (generate), a report (old) to the server. After some modifications new report is uploaded . When I run the report, it is always taking old one, instead of new.
    Time stamp in the server is showing new one is uploaded.
    I heard this could be because of cache problem on the server. If some one have faced the same , please let me know the solution for this?
    Cheers
    Ram Kanala

    FRM-40738 (repid is coming out null)
    Looks like here it is not able to find the report
    repid := find_report_object('ETOX_9ITEST');
    In Forms builder confirm that you have defined a report by this name for the particular form (adding the report in REPORTS_PATH would not suffice). I think it should also point to corresponding report.
    Please post the exact error messages as you see it with the error numbers.
    Other comments.
    2) Added a TNS_ADMIN in the registry to point to TNSNAMES.ORA in the apps directory. This Tnsnames.ora has an entry for report server name. The report server is up when seen in OEM console. But my report does not launch. <<For 9i you do not need to do this . This alias defining is for 6i. In 9i it is "auto discovery" in the subnet.
    You can remove this. (You need Tnsnames.ora for DB aliases, I am talking about reports server...)
    3) Same comment as above
    8)Verify the Reports 9i Service properties and check the "Log On as" information. Be sure to specify on "This account" the user information with which the installation was made.
    For Windows/2000:
    - Start-> Settings-> Control Panel-> Administrative Tools-> Services
    - Double click on the Reports Server
    - Go to "Log On" tab
    - Change on the "Log On As" section to "This account" and enter the userid/password of the
    user that installed Reports Server
    - Ensure that the user account where the Reports Server is installed has administrator privileges
    and a default printer.
    - Restart the Reports Server as the new user.
    (For WinNT steps will be similar)
    ---Workaround till your issue is solved is ....
    Start report server as a standalone server
    rwserver server=server_name
    Thanks
    Ratheesh

  • How do I make my old printer wireless?

    Hi -- I know there must be a solution for what I am trying to do, please help! I have an old HP 4700n Color Laserjet printer.  Here is the situation: the printer is in one room; my computer and wireless internet modem are in another room. Does a router or other networking device exist that I can connect to the printer via USB cable, that does not have to be wired to the modem in the other room? I bought a Belkin N600 Wi-Fi Dual-Band router, thinking it would allow me to do this, but unless I am misunderstanding the setup, it seems that I have to keep it connected to my modem -- which defeats the purpose. As a last resort, I will buy a long USB cable (the ethernet port on the printer doesn't work anymore, but I have tested the USB and it works) and just connect my computer directly to the printer, but I would like to avoid that, if possible. Thank you, in advance for any help that you can give me.

    Hi,
    There are many router with built-in print server (thru USB port). Long USB cable won't work, it has a limit. Given you aready have a router you can buy an USB wireless print server such as one of the following device:
       http://www.dlink.com.au/products/?pid=777
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • I have been using Adobe Photoshop Elements 11 for two years. I got a new printer and installed it although I did not remove my old printer from my computer. I used this program and my new printer for quite a few months, but today I deleted my old printer

    I have been using Adobe Photoshop Elements 11 for along time now. When I first used the program I had a different printer than I have now. Although I changed printers I never removed the software from my old one. Now this was never a problem until today. When I choose a printer I still had option to use the old one but always chose my new HP Envy 5530 and Adobe never had a problem printing from that new printer. However today I decided to remove my old printer from my computer and now my Adobe cannot find my new printer.  How can I make it find the HP printer?

    Try this --
    Go to the bottom of the link I gave you, and you will see
    click that link and then click the chat button to talk to an Adobe agent

  • My new airport express does not connect my printer to my computer?  My old airport did! then I updated to OS 10.9.2.  How do I get it connected?

    My new airport express does not connect my printer to my computer.  The old airport did.  I recently updated to OS 10.9.2.  I have since bought a new
    HP 6700 all in one wireless printer,  got the latest Comcast router.  None of which connect to my computer wirelessly.  Which do I throw away the printer, router, or Mac?  Help

    Contact HP for support.
    Explain that you are using a Mac, anticipate the inevitable groan, and wait patiently for their resident Mac expert to return from vacation.
    Until then download and install its driver here: http://h10025.www1.hp.com/ewfrf/wc/softwareCategory?product=5058338&cc=us&dlc=en &lc=en
    Otherwise return the printer and purchase one from a company that visibly supports OS X. HP isn't on that list.

Maybe you are looking for

  • CD's skipping, burnt in iTunes

    A few CDs I have burned in iTunes have skipped like crazy when played. I've tried multiple CDs, multiple CD players, multiple files, there's no consistancy except that they were made on my computer. Does anyone have any ideas? My next step is to send

  • Adding field to mb52 by copying it to a zprogram.

    HI Guru's, I am using the t code MB52 to display warehouse stocks of a material. This overview is needed to find out what the specific stock per storage bin is. For that we need to copy the standard program from MB52 to  a zprogram and add MARD - LGP

  • 9iAS server how to use servlet

    While using 9ias there are two types of running the application one through cgi and another through servlet. The default examples are in cgi. while i am running through cgi everything is fine whereas if i use servlet i am unable to run or proceed and

  • Safari and send image to iphoto

    hi there i need to send a image from a safari page to iphoto . how do i build a script to do that menu command. it appears in the contextual menu when i click over the image. i know how to tell safari to open the image i want in a new window but i'm

  • Kernel panic when trying to use spotlight with external display attached

    Having an issue with my fairly new MacBook Pro (purchased in April). When it's connected to an external display, I will get a kernel panic 100% of the time if I click on the Spotlight icon. The same also happens sometimes when clicking Documents or D