Changing Invoice document date

Hi All,
There is an invoice document which is posted on 27.01.2009 and has an incorrect document date ( 20.01.0009).
Is there a way we can change the document date? i tried looking for SAP Note but was unable to find any..
Appreciate any help ..
Thanks & Regards

Dear,
nevertheless the System allows You to insert:
BKPF-BLDAT            Document Date
BKPF-BUDAT            Posting Date
into table v_tbaer by sm31,
then You will never be able to change these datas for data consistency by FB02.
You have to reverse the wrong document and post it again.
I'd suggest for the future to build up an FI validation to control these dates in order to avoid the user to do the error again.
I hope this helps.
Mauri

Similar Messages

  • Change default document date ?

    Hi guru,
    When posting material docs in t-code such as MB1A, MB1C, document date is defaulted from current system date.
    I want to change the document date to be suggested from an add-on table.
    I've investigated MB* enhancements without fruitful results.
    Any good idea ?
    Regards
    Mankyoo Kim

    Hi,
    We can assign ship-to party to selection screen.
    IMG>SD>Sales>Lists>Set Updating Of Partner Index
    Click on new entries 
    Transaction group "0", partner function "SH" and save it.
    Goto VA05 T.Code, click on partner functions tab. you will get pop-up window. choose "SH" and press enter
    you will get ship-to party filed in selection screen.
    Regards,
    Chandra
    Edited by: chandra sekhar S on Sep 17, 2008 2:15 PM

  • System Variable No. for AP Invoice Document Date

    Hi,
    I have an Outgoing Payment PLD. 2 fields was empty after the upgrade from 2007A to 8.8.
    AP Invoice's Document Date and Customer/Vendor Reference No.
    For AP Invoice's Document Date, I have tried the database field (Table: A/P Invoice, Column: Document Date) but it didn't work. Came out empty.
    Initially, the database field for Customer/Vendor Reference No. came out empty as well but i used system variable 201 which worked.
    I was just wondering if there is a system variable for AP Invoice Document Date as well? Or is there another way so that I can show the AP Invoice Document Date in the Outgoing Payment PLD?

    I sort of solved this problem myself.
    Apparently, OPCH table (AP Invoice) was not available in the drop-down menu.
    So, I selected the closest I can get: OJDT table (Journal Entry) and selected TaxDate - Document Date.
    It works now.

  • A/P invoice Document Date

    Hello, I just need some clarification on what the difference is between a posting date and a document date on an a/p invoice?
    I'm guessing the posting date is the date of which the client enters the document into the system
    Is the document date the date of the actual invoice itself?
    Thanks,
    Jason

    Hi,
    Posting Date
    Specify the posting date when user enter the data into the SAP B1.
    Document Date
    Date of the document for tax reporting purposes. By default, it is the same as the posting date. You can change it manually, if required.
    Regrads.
    Kamlesh Naware

  • Invoice Document Date - PGI Date Vs Invoice creation date

    Hello Guys,
    The way our system works right now is the date on the invoice document is always the date of PGI.
    The business requires that the invoice date be the date it is billed.
    But on the last day of the month it will be the date of PGI. and not the date of billing it.
    Any advice on how the solution could be implemented.
    Thanks

    Through standard it is not possible.  You have to try with USEREXIT_NUMBER_RANGE_INV_DATE (Module pool SAPLV60A, program RV60AFZC)
    thanks
    G. Lakshmipathi

  • Changing billing document date while creating billing document from vf01

    Hi gurus,
    I have requirement to change billing doc date while creating billing document from VF01.
    here I have to consider goods issue date eq billing date.
    caluculating billing date = Goods Issue + Goods in Transit duration time.
    I have done everu thing but I cant update the caluculated date, iam using the following enhancement
    Enhancement:SDVFX001
    Function Module:EXIT_SAPLV60B_001
    Include:ZXVVFU01 which are part vf01.
    here iam sending the calculated date to VBRK-FKDAT
    move cal_date to vbrk-fkdat.
    need help how to update the calculated date to VBRK-fkdat i.e billing document date
    Regards
    Bhaskar

    Hi
    No! That exit is not good for your issue
    U can use the user-exit USEREXIT_NUMBER_RANGE_INV_DATE  defined in RV60AFZC
    Max

  • Change PO document date

    Dear all,
    Is there anyway we can change existing PO document date?
    Regards,
    Peck Har

    Hi
    It is not possible to change the Document type and Creation date for a PO once the number is generated by the system. Evenif it is held_po we can not do this.
    For you solution is to delete the existing PO and go for PO creation in  previous/future date as you wish by entering it in the doucment date field.
    Best Regards
    SAM
    Edited by: samuel mendis on Apr 6, 2009 7:44 AM

  • Automatically change posting/document date invoice

    Hi all,
    Im using SAP BO 8.8 PL 20
    When opening a new invoice, i would like to remove today's date automatically and manually change it into a self-chosen date.
    How can i remove SAP's behavior of putting today's date, without too much programming?
    Thx in advance

    Hey,
    Thx for your reply...
    Do u mind walking me trough with the first solution?
    I make a query trough the generator from table OINV with select * from OINV T0, and i save the query
    Then i assign user defined value according to saved query with auto refresh on customer code?
    What i get is the date of the first of the month (not empty), and i cant use the agenda to browse for my date...
    Thx in advance

  • BAPI to change invoice document status from deleted to something else

    Hi experts,
    When the document is deleted thorugh MR8M, the invoice status(rbstat) in rbkp table of the invoice doument(MIRO) change to 2 i.e. deleted.
    I want to use the same data for parking again by using standard BAPI_INCOMINGINVOICE_GETDETAIL. But v=before that i have to change the status of the document from deleted to something else
    Is there any BAPI exist by which i can change the status (rbstat) from deleted to parking or somthing else. i am trying to change it thorugh BAPI_INCOMINGINVOICE_CHANGE , but its not working.
    Please help me to find such BAPI
    regards
    Mudit

    Hi Lan,
    you can print with SDK using following code :
    ReportLayoutsService oReportLayoutService = SBO_Company.GetCompanyService().GetBusinessService(ServiceTypes.ReportLayoutsService);
    ReportLayoutPrintParams oReporPrintParams = oReportLayoutService.GetDataInterface(ReportLayoutsServiceDataInterfaces.rlsdiReportLayoutPrintParams);
    ReportParams oReportParam = oReportLayoutService.GetDataInterface(ReportLayoutsServiceDataInterfaces.rlsdiReportParams);
    oReportParam.ReportCode = "QUT1";
    DefaultReportParams oReportParaDefault  = oReportLayoutService.GetDefaultReport(oReportParam);
    oReporPrintParams.LayoutCode = oReportParaDefault.LayoutCode;
    oReporPrintParams.DocEntry = 337;
    oReportLayoutService.Print(oReporPrintParams);
    I tried to print an unprinted document but it didn't change the printed flag at all ( in / active BP ). So unfortunately it doesn't work.
    regards,
    Maik

  • BAPI to change delivery document data

    Hi,
    I want to update the fields lifex, empst, in delivery document using any BAPI, can any one suggest me is there any standard BAPI to update this. Kindly suggest .
    Regards,
    Venkat

    Hi
    Try this BAPI 'BAPI_OUTB_DELIVERY_CHANGE' or 'BAPI_STOREORDER_CHANGE'
    Thanks
    Vasudha

  • Purchase order Document date in AP Downpayment invoice PLD

    Dear All,
    Is it possible to capture purchase order Document Date in AP Down payment invoice PLD.My client want like this.I have tried,but i am not able to capture this field in AP Down payment invoice PLD.please give me the solution for this,If it is possible.
    Thanks,
    Silpa.N

    hi silpa,
    Create a user defined field in row level of marketing documents.
    Apply formatted search using query
    Select $[OPOR.TaxDate]
    select auto refresh
    when changing field Document Date in header level.
    On copying purchase order to ap downpayment invoice Document date will copy to it.
    U can also bring it to PLD by creating database field with table DPO1,column U_XXX
    Hope it will solve problem.
    Jeyakanthan

  • Updating Document Date for an AR Reserve Invoice

    A user wants to create an AR Reserve Invoice then at a later date change the Document Date (OINV.TaxDate).
    Even with Open documents, sometimes the Document Date field is greyed out and sometimes it is not, so the user cannot always change it.
    What causes the Due Date and Document Date fields to become inactive for an open AR Reserve Invoice?
    I think allocating a payment does it, but the user sometimes cannot update AR Reserve Invoices where there are no payments, i.e. the Applied Amount is blank.
    Regards,
    Douglas

    Douglas,
    What is the background that you need to change those dates?  You know, the date is sensitive to financial report.  It is better to limit this kind of activities.
    Thanks,
    Gordon

  • Document Date - A/P Invoice

    Hi All,
    I'm having an issue with A/P Invoices.
    My customer wants to post an Invoice with these dates:
    Posting Date: 26/03/09
    Due Date: 30/01/09
    DocDate: 31/12/08
    The payment conditions for this BP are set to 30 days, counting from DocDate.
    I've changed the definitions for the current period (2009-03) and the docdate is now from 01/12/08 to 30/01/09.
    What happens is that the doc due date is changing automatically with the posting date, instead of changing with the docdate.
    As it is defined on the payment conditions, shouldn't it change only with the docdate?
    Kind regards,
    Pedro Santos

    Pedro,
    What actually happens is when you change the posting date - the document date will automatically change to match the post date.  So the calculation still works based on Document Date.
    System function:
    Posting Date change will affect Document Date
    So if you change posting date after you have changed the document date...this will happen.  So please change document date only after you have finalised the posting date.
    Suda

  • Incorrect Document Date in a Posted AP Invoice

    We have an AP invoice that was posted with an incorrect Document Date. - 12/20/1011. The date is causing problems with exporting the results of an SQ01 Query Results to MS Excel.  I have been told by SAP Support that the date canot be changed because "The reason behind this system design is to protect criticalaccounting document data and to avoid fiscal period close problems, e.g., audit control, out of balance situations" . Here are my Questions:
    1) Why would the application alllow a document year of 1011 to be posted?
    2) How does the document date impact the fiscal period close?
    3) How can the date be changed? Reversing the document doesn't resolve the problem.
    4) How do I prevent this from happening again?
    Thank you for your replies.

    Hi Mari,
    Thanks for the reply.
    I can understand the resason for not being able to change the Posting Date. But what are the reasons for not being able to change the Document Date? What is the fiscal reason for not being able to change the Document Date? Please provide an example. Reversing the document doesn't work in this case as the SQ01 report would still include the incorrect date.
    Regards,
    Gary

  • Change of specific document data in Approval

    Hi Colleagues,
    we have some requests concerning the possible change of document data within the Approval process such as:
    - change of material / service number in Shopping Cart Approval or
    - change of account assignment data in Confirmation Approval
    Both does not appear to be possible in standard.
    Can somebody tell my if this is "wokr as designed" and if this can be influenced somehow ?
    Thanks !
    Ulli

    hII SHIVAJI...
    The error is thrown that year 2007 is already closed in financial accounting...
    this is because u r working in asset account year 2007.  here the issue is that the system wants the AA and FI both to be matched..,.
    as per functionality u can have 2 years open in AA but in FI it is closed.,.
    u just open year 2007 in T.Code OB52. and try  again..
    Or else other way is u transfer AA balances to 2008 and close the year 2007 in AA
    than also it will solve ur problem
    for closing u need to first transfer the balances to next year through t.code AJRW
    and than year end close through t.code AJAB.
    it will allow u...
    Hope it helps u
    assign points
    sejal

Maybe you are looking for