Reprint Invoice

Hello,
How can we print and then reprint a invoice in R12. Is there a difference in output when the invoice is reprinted?
Any pointer will help.
Thanks,
Vivek.

Yeah, I figured it was something for work.
Did you click on the little arrow that's to the left of all the entries? It goes to a more detailed page.
I don't see why that wouldn't be OK for business. Has a date, price, invoice number.
Otherwise you can go through the menus on this page, drill down until you get to a page that has an email button on it.

Similar Messages

  • How to reprint Invoices after Billing Due list print failed

    The printer in Accounts went down today during the printing of about 200 invoices from the Billing due list. As only 10 or so had been printed, we lost the others. Is it possible to reprint these easily en masse rather than finding out which ones were printed or due to be printed and then reprinting them one by one  via VF03.
    Thanks
    Jim

    Hi Jim,
    do you know transaction VF31? Normally you can make a reprint for all these invoices. Maybe the parameter 3 or 4 can be used.
    Hope it works...
    Best regards
       Horst

  • Regarding reprint

    hi
      customer wants to print the invoice doc 9000451049. when he prints it he gets purchase order no 123560-3. when he reprint the invoice he is getting 126591-3.
    i,e original invoice with the correct PO no and the Re-print invoice with the wrong PO no.
    when i see in VF03 for  9000451049 invoice,in item details po data is 126591-3.
    i,e it is having the PO no which is printed in reprint invoice,
    but he is saying reprint invoice has wrong po no,
    please tell me why i m getting 2 different po nos ?
    they are displaying vbdkr-fkart in the window to get po no

    Hi,
    Check in Debugging.May be Variables r not cleared in Program.U must clear all the variables which u r printed in the form(after printing).

  • Adobe Reader no longer Auto-Closes after printing

    My company uses software that allows for users to reprint invoices they have previously made.  The way the procedure is supposed to work is: the driver clicks a re-print button, Adobe Reader opens up with the document, prints it, then closes.  Within the past couple of weeks however, everything is fine however Adobe Reader will not close out.  The PDF document itself closes, but the user is then brought to the main menu where they can open up another PDF.  The problem this is causing is that they cannot reprint other invoices until manually closing out of Adobe reader every time.  There have not been any updates made to the software they are using, or to Adobe Reader.  We have users on both Windows XP and 7, and have the issue with both Reader v10 and 11.
    Any suggestions on how I might be able to get Adobe Reader to auto-close again?  I am also checking with the software vendor for their insight.

    Might be difficult to fix.
    You don't know what changes to your system/registry have been made by the virus infection you told of.
    Maybe this article has some useful hints for you.
    http://blogs.adobe.com/dmcmahon/2009/04/12/acrobatreader-acrobat-fail-to-load-its-core-dll -error-after-installation/

  • Is it possible top render an Adobe Interactive form as HTML instead of PDF?

    Currently a form developed as an Adobe interactive form is presented to the user as a PDF document (this is somewhat obvious!!!!)
    If, for whatever reason, we are unable to use Adobe reader on the front end PC is there a way to configure ADS to render the form as HTML and not PDF???  (In our case its because of a bug that requires the installation of Adobe 8 and this will take require extensive testing and roll out...)
    I think this might be possible if I read http://store1.adobe.com/devnet/livecycle/articles/forms_coldfusion.html " Form authors can develop a single form design that the Form Server Module can render in PDF or HTML format in a variety of browser environments."
    Any insight would be greatly appreciated,
    Armando.

    Hi Philip and other ADOBE expert:
    You sound like you know alot about ADOBE.
    Please tell me is there a restriction on size of PDF file?
    I am reprinting invoices(RSNAST00) and then download these invoices to 1 big PDF file.  When tried to open this PDF file with Adobe reader- I get <b>error  "damaged file and not able to repair".</b> .  My program works fine for
    reprint 1 invoice and download to 1 pdf.   But <b>client wants multiple invoices into
    1 BIG PDF file.   HELP!!  thanks for your reply in advance.</b>
    cheers
    SilviaB

  • Sqr's quit running - only solution is reboot of windows server

    Just curious if anyone else has experienced this problem. Our SQR's, crystals, NVisions randomly quit running and the only solution is to reboot the windows server. We are pt 8.49.05, and fins 9.0. Stopping/starting apps,prcs servers do not fix the problem. Nor, does clearing cache. Any suggestions?

    I think we found the problem. We have processes to print and reprint invoices. When the invoices are done, they are ftp'd to another server. the ftp.txt file that houses the ftp commands, did not have the bye command in it and therefore never returned to the .bat file that kicked it off. Over the course of a few days, we would end up with several cmd.exe and ftp.exe and of course the old' acrord32.exe processes that did not get killed. We moved the bye command into the .txt file, and now all we have to do is find a way to kill that acrord32.exe cleanly after invoices are reprinted. Thank you all for your suggestions.

  • Reprinting of invoices.

    10.09.2008
    My requirement is giving the invoice reprinting  option to the Sales Coordinators. How do i restrict the the sales co-ordinators to have only the REPRINT option in vf31?
    Please suggest.
    Regards,
    Uday

    Hi,
    I don't think the transaction variant will restrict the usage of VF31. This means some one else can also go to VF31 and reprint the invoices... right?
    I believe restrict the authorization {from your basis people} for the t-code VF31 to only sales co-ordinators it will solve your problem in all aspects.
    Hrishi

  • Error when reprinting the invoice

    Hi all,
    I am reprinting a invoice, when I select the reprint option there is a pop up error message which says stop symbolwith the below message
      Problem with interval numbering 01e with object J_1BNFNUMB.
    Does Any one know whats the cause and what needs to be done to fix this error.
    Any inputs will be helpfull.
    Regards,
    Selina

    Hi Selina,
    The Problem for the ERROR is in Source code ZSYSDA_NFE.In this we have a subroutine  to update the financial document in the database.
    PERFORM financial_doc_update.
    After processing this subroutine the sy-subrc and retcode will be 4.which means that the financial document was not successfully updated in the database.As a result we get the error popup.
    Inside the subroutine the UPDATE command for updating BSIS table  fails and SY-SUBRC and retcode becomes 4, as a result we get the error .
      UPDATE bsis SET xblnr = wk_xblnr
    WHERE burks = bseg-bukrs
    AND hkont = bseg-hkont
    AND augdt = bseg-augdt
    AND zuonr = bseg-zuonr
    AND gjahr = bseg-gjahr
    AND belnr = bseg-belnr
    AND buzei = bseg-buzei.
    PERFORM financial_doc_update. u201Cupdate in database
    PERFORM nota_fiscal_update. u201Cupdate in database
    ENDIF.
    ENDIF.
    IF retcode is INITIAL.
    ELSE.
    MESSAGE a114 with u201801u2019 u2018J_1BNFNUMBu2019.
    ENDIF.
    Regards,
    Sonam.

  • Reprint of archived Invoices

    Hi,
    The invoices have been archived.But the archiving output type was somehow missed in some two invoices.
    Is there a way to get the reprint of this archived invoice by any chance.??Please suggest some ways if any..
    Thanks in advance.
    Regards,
    Sophia Xavier

    Hi
    Refer sdn link on same issue
    Re: How to reprint an archived SD invoice

  • Reprint of Archived Invoices - Urgent Business Requirement!

    Hi All,
    Invoice documents dated in the past have been archived and removed from the R3 database. Now we have a requirement where these archived invoices have to be reprinted. But we are unable to print the archived docs.
    1. What can be done? Due to an impending Tax audit, we require hard copies of the invoice docs.
    2. can we write a program that could extract both from R/3 as well as Archive and write to IBM Content Manager which is available?
    Any ideas or thoughts welcome..
    Thanks,
    Janani

    Hi Janani,
    You can definitely retrive .
    As there is program to archive the old invoice
    there is transaction code GJZ3 to retrive the old one , but that again depends on  how previously it was archived and it requires varient name under which it was stored,
    if you know that much you can retrive .
    Just work arround.
    Regards,
    Guru
    mark if helpful

  • Reprint Sales Invoices - Urgent

    Due to impending system migration we need to reprint all sales invoices for previous years.  A similar thread needed to do this from Archive files & Transaction MRA3 was suggested and looks ideal for data in an archive file.
    Our data is NOT archived !
    Please advise how we can reprint Sales invoices in bulk - by date range or number range or something similar.  Doing them one by one is not possible.
    Thanks in advance
    J Freeman

    Hi Freeman,
    First do recording using T.Code SHDB
    then write a BDC program for Sales Invoice.
    Regards,
    ALI

  • Mass reprinting of invoices

    Hi
    I have 200 invoice for which i need to repeat output and then wanted to print them on a specific printer.
    Can anyone guide me the Tocde or program to do this?
    Reg
    Shan1242

    Hi
    You need to maintin the output determination through VV31 with start date in past first. In VV31 you can set the default printer in communication tab. This printer will get proposed automatically.
    In order to place this output on already generated output you need to create BDC for VF02. Just pass on the Billing document number and save. As mentioned earlier ensure to maintain master data for output determination first by using VV31. In change mode of billing document system will place the output automatically on Billing document.
    Just for your info subscquently you can use T.Code VF31 for mass printing of output.
    Reward if this helps.
    Vijay

  • Reprint multiple invoice

    Hi All
    Is there are any transaction code available in Standard SAP to Re-print the invoices created with duration?

    Have you tried T-Code VF31?
    It has many selection options like Billing Number, Bill Date, Sales Orgn, Division, etc.
    Hope this helps,
    Thanks,
    Jignesh Mehta

  • Report for Interest invoice

    HI all
    I need to make a report of interest invoices according to country wise: How many interest invoices has been created and how many of those has been paid. Is there any standard report for this if so please let me know the Transaction code and the report name.
    Regards
    RS

    Hi,
    T-Code:FINTSHOW
    You can use this report to display interest runs that you have
    performed.
    In addition to displaying executed interest runs, you can:
    1.  Reprint letters for individual interest runs
    2.  Reverse interest runs
    Assign points if useful.
    Thanks & Regards
    Sri.

  • Invoice number and document number not printed in payment advice

    Hello Gurus,
           I am executing reprint check through transaction fch7, In that Invoice number and document number not printed in payment advice. I have created zscript for that and also assinged regup-belnr and regup-xblnr and used standard program RFFOUS_C.
    other fields from regup table are displayed but above two mentioned fields are not displayed.
          I even tried debugging standard RFFOUS_C prog, in that regup-belnr and regup-xblnr are coming but it is not printed on form.
    With regards,
    Vikram

    Hi,
    Debug you Zscript and check the invoice no and document no. Have assigned that script in FBZP..? check the which form is calling FCH7 in debugger mode..?
    Rgds
    Aeda.

Maybe you are looking for

  • Call a Graphical Calc view with input Parameters from a Script Based Calc View

    Hi All. I am trying to call a graphical calculation view with input parameters from a script based calculation view as below but getting syntax error: SESSION_SAMPLE = SELECT SESSION_CREATE_DATE,SHA256,CA_MEASURE                              FROM "_S

  • Ho media center PC m7350n won't turn on

    Ok so I've had this thing for about 4+ years a few months ago I was in the process of moving so I unplugged the computer for about 4 months bug when I plugged it back in it wouldn't turn on the green light in the back sometimes turns on I've tried ev

  • Purchase order changes through EDI

    Hi All, Is it possible to transmit only changes made againt each purchase order through EDI. If so how that can be done. For example if the quanity of purchase order changed then only changed quanity field should be transmitted through EDI. Thanks &

  • Drop Shadow Frames

    I've been trying to put a different frame around my pictures.  I've received many helpful tutorials on how to do it.  Most all tutorials just quickly jump through changing the canvas size.  The say things like - "well I'll just add xx to the canvas s

  • ODS technical names

    Hi All, can somebody help me with the technical name of the ODS Active table = /bic/AA<ODS name>00 Change Log =?? New table=?? can somebody give what are the technical names for the above tables of the ODS and also correct me if i am right with Activ