Change posting date in Cash Journal

Dear experts,
I want to change posting date in Cash Journal after i saved the transaction. Can anyone help me?
Thx
Marilyn

This is wrong thread, I will move this message to FI-GL

Similar Messages

  • Change posting date in incoming excise invoice

    I need to be able to change posting date in incoming excise invoice. It just takes the date from GRPO and doesn't let me edit it. There are instances when I get excise invoice at a later date, and when that date may be in the next month, I want to be able to post excise entry in the next month. If it posts in the previous month, and if the excise returns have been filed, the closing balances will differ. For the documentation purpose, we have the document date, which can be same date as the GRPO date.

    Hi Krishna.....
    This should be legally taken as GRPO date because its excise rule when you receiving material your Excise invoice should on the same date. So whatever system is behaving its legally correct. You cannot change the Incoming Excise Date as you wish. It must be the GRN date.....
    Regards,
    Rahul

  • Change posting date in FB60

    Hi....
    We are trying to change posting date (which is in new Fiscal year 2012)  for an FB60 parked invoice , but following error message is coming
    "Changing of document number or fiscal year not possible here
        Message no. FP041"
    How to fix the error.
    Regards
    Vishnu

    Dear expert
    Once you had pressed enter key and when the posting date is greyed out, if tend to change it press key F12 and click on yes. This would reset the field and you can enter the correct date...                                                                               
    OR
    Try to reset the variant in FB60, go to the FB60 from the menu select edit --> screen variant -->reset screen variant. Or go to SHD0 and give the transaction code and select transaction variant or press F4 to find the variants or you can create your own.
    Regards
       Ajeesh.s

  • Changing posting date at usage decision for handle units. How?

    Does anybody know how to change posting date at usage decision for handle units (HU)?
    If the material is not managed by HU, SAP allows this modification (there's a button with a hat on it referring the material document header).
    For HU I cannot seem to change posting date!
    Seba

    Yes it's possible! Well,...unless for versions 4.6C, 4.7 and ECC 5.
    I've found SAP Note #752131 by which SAP declares that you can create the pushbutton from the Screen Painter referring the document header.
    That's all,.....so simple, and it works fine!
    This note applies ONLY to version 4.6C, 4.7and ECC 5 (which is the version the customer I am with has installed).
    Thanks anyway.
    Sebas

  • USER EXIT FOR CHANGING POSTING DATE IN THE MATERIAL DOCUMENT

    Hi,
    Pls advise any USER EXIT FOR CHANGING POSTING DATE IN THE MATERIAL DOCUMENT.
    Regards,

    Hi,
    There is another user exit for updating material document data Upon posting  is MB_CF001
    I hope this will fullfill you.
    Prem

  • Change posting date in CO-PA Assessment

    Hi Friends,
    I have a question:
    We need to change  posting date in CO-PA Assessment.
    For instance:
    I execute KUE5 for period compressed from January to March. In this case, the system will post one document for each period.
    We need to post these three documents in the same period. ¿is it possible?
    Thanks in advace
    Carlos.

    Hi Carlos
    thats not possible....
    However, there is a slight possibility.. If you switch on the "Cumulative" indicator for your cycles, the system calculates the difference of YTD amounts Less Amounts posted in previous period.. This calculated diff is posted in the current period
    I dont know if this will work for you... Personaly, I wont advice to do this, even if possible.... Cumulative indicator creates a lot of probs....
    Regards
    Ajay M

  • How to change Due date in Cash flow (yet to post) lines in a contract.

    Hello All,
    I have a requirement where i want to change the due date of cash flow line items of a contract. I am able to do that in RECN transaction, by clicking on the date field and change the date. Here i am looking for a BAPI or function module using which i can update the date of cash flow items. Can anybody help me in doing this.
    Thanks,
    Bala.

    Hi Bala,
    we had a similar requirement during the initial implementation project.
    We have used BADI_RECD_CASHFLOW for this purpose. We have used both Methods - CHANGE_CASHFLOW_OBJ and CHANGE_CASHFLOW_PAY in such a way (for the last one):
      LOOP AT ct_pay ASSIGNING <ls_cashflow_pa>
                 WHERE ( cfstatus = 'P'              ) AND
                       ( origflowtype IS NOT INITIAL ) .
        IF <<condition>>.
          <ls_cashflow_pa>-dfaell = ....
        ENDIF.
      ENDLOOP.
    HTH,
    Siarhei

  • Change posting date on Reverse Entry for Payment

    Scenario:
    I entered an outgoing payment cheque run > printed cheques > posting date 31.05.09
    Now i want to cancel this cheque run, so i voided the cheques.(under banking > ougoing payments > void checks for payment). I entered today as the posting date. This was incorrect. I should have entered posting date 31.05.09.
    Can i now change the posting date to 31.05.09 on the reverse journal entry?

    HI Maeve,
    The intention is to transfer the balance to May 31. Then yes.
    Had the 2 dates been in the same posting period (which I believe they are not) it could have been done in one posting.
    In Document Settings -> Per Document -> Journal Entry -> untick 'Block Posting Date Editing per Row'.
    Then by changing the posting date on the row you could have done it all in one JE. No big difference.
    Thanks,
    Jesper

  • How to change payment date in cash flow

    Hello Experts,
    Ive had a facility with commitment fee.  The calculated figure of the commitment fee is correct which based on period end date and the payment date in the cash flow tab was also the end date but I wanted to change the payment date in the cash flow of the commitment fee  but the system does not allow me even if Im in an edit mode.
    Appreciate your help.
    Thanks,
    Kath

    Hi Katherine,
    I can suggest you another solution for the case when calculation of the respective cash flow is correct, however you have kind of fluctuating payment date. Instead of correcting it in a deal, you can post it with different date as planned, so when you run TBB1, you have to specify the required date in the field 'Posting date instead of due date' in the set of fields 'Posting control'.
    So you can actually use this feature for those irregular cases.
    Hope it can help you.
    Rgds,
    Renatas

  • BAPI or Function Module for FBCJ Posting of Parked Cash Journal Entries

    Hi Experts,
    A blessed day.
    We have one requirement that requires the creation of Batch Program that will post all the outstanding (status is set in yellow) Cash Journal Entries in transaction FBCJ.
    Hereu2019s the issue, to satisfy the requirement, we either use BDC/Call Transaction OR use a Function Module/BAPI. 
    I would prefer to use Function Module/BAPI.  However, currently thereu2019s only one BAPI available for FBCJ (BAPI_CASHJOURNALDOC_CREATE).  This BAPI can only create cash journal entries BUT DO NOT change the cash journal entry for posting.  The Function Modules (Function Modules of FCJ_POST* series) cannot be used for background processing because of GUI pop-ups. These FMs also donu2019t have the Exceptions functionality for error handling and would not report the Accounting document created from the Cash Journal Entry posting.
    The problem with using BDC/Call Transaction is that it should incorporate line item selection of the cash journal entries, which I havenu2019t tried yet.  Iu2019m not sure if this is possible and if itu2019s possible, how much complexity will it incur.
    If you have the availability, would it be possible if you can help us explore on the potential solutions for this requirement?
    Thanks so much.  God bless!
    Cheers,
    ianne

    You can use RFBIBL00 program for FB01 postings. Go through the program help on how to use this program.
    This program requires a file to be on application server in a certain format.
    You may also refer the program RFBIBLT0 on how the file format should be.
    Hope this helps.
    Thanks,
    SKJ

  • Change posting date during UD Reversal

    Hi All
    During working with a UD reversal program by using SAP note 175842 i came to know that the posting date only comes as the current date.
    If Today i am  reversing  the UD of a batch which is 15 days old (Example-15.02.2014) then the posting date in the material document will be of today.
    But my requirement is that, date should be the actual inspection lot creation date ie. 15.02.2014 . I have already discussed with the technical team , as
    per their understanding no option is there to edit the standard program.
    Please help me in this regard, is there any option to change the posting date.
    Regards
    D Mohanty

    Hi,
    I understand that you are looking to make 322 movement today but need posting date/ document date in past. I tried my reversal program and I could achieve this. While making the UD reversal, change the date which is required.
    In following case, I made the 321 today but in back posting date i.e 15.02.14. For this, refer Document date.
    Then again, while making the reversal, I entered the backdate (20.02.14) and same is appearing for the document. Refer 322 movement.
    Ofcourse you need to allow posting in previous periods using MMRV.
    If you need something else, please come up again.
    ntn

  • Implications of Changing Posting date of parked document.

    Hi,
    I have changed the posting date, document date & translation date to current period
    of an already parked document in a closed period.
    (e.g) Document parked in month of 28.04.2009(closed period) & i have changed the dates to
           28.05.2009(current period)
    I need to know what are the implications of the changes in dates for (posting date, document date & translation date) induvidually for both the periods(closed & current).
    Thanks
    Kenn

    Hi,
    There is no implications of change the the posting date of parked document because parked documents are not affected in financial.When you post the doucment then it will affect in finance.so there is no problem. You can change the posting date or document date only in a Fiscal year.

  • Cannot change posting date of a parked document. See addt'l details inside

    Hello again SAP experts,
    I was just wondering how come I cannot change the posting date of a parked document. The document type of the said parked document is a "BATCH INPUT" only document type.I already set in config that the posting date be changeable for parked docs.
    Is it not possible to change the posting date even if the status is only parked? Our client requires that the posting date still be changeable for BATCH INPUT only doc types. Please help.
    BTW, listed below is the error message that the system displays. Thanks
    Document type AA only defined for batch input

    Hi Loong,
    First and foremost, thanks for your time answering my queries. =)
    Going back to the topic, the OB32 suggestion didn't solve the issue. I added BKPF-BUDAT in the list, and made sure that it applies to all account types. I also tagged it as changeable field.Still, the system displays the error Document type AA only defined for batch input
    Is there such a rule that for doc types that are tagged as for BATCH INPUT only, you cannot change the posting date?
    Our client requires that the posting date still be editable.
    Please help. Thanks a lot!

  • Change Posting Date In MIGO

    Hi,
    I've a requirement in which i need to change the value of posting date (previous date) based on a particuler value of plant and material type for transaction MIGO. Is this possible through any of the exit or Badi or field exit.
    I had tried through field exit but in that i am unable to access the value of plant and material type. Is it possible.
    PLZ HELP!

    Annie,
                you can try with this                                                                               
    Business Add-in                                                                               
    MB_DOCUMENT_BADI_SAP                    BADI for Creation and Changing of a Material Document          
    MB_DOCUMENT_UPDATE                      BADI when updating material document: MSEG and MKPF            
    MB_CIN_LMBMBU04                         posting of gr
    Amit.

  • How to mass change posting date of parked logistics invoice verifications

    I was wondering if someone can help...
    We are looking if there is a standard SAP program available to mass change the posting date (to a new date in a new period) for a number of parked logistics invoice verification documents.
    Example: Invoices are parked in e.g. April 2010; relevant information is not available before month end; so invoices will probably be posted somewhere in May or June or ...; users now have to individually change the posting date on each parked invoice to the new open month.
    Is there any proces/program that could automate this task.
    Thanks in advance for all your advice, feedback and comments.
    Best Regards,
       Luc Vernieuwe.

    Hi,
    There is no standard tcode , i used Tx Shuttle tool to do this in past for one of my client. ( excel based sap transaction tool)
    Thanks,
    sudhakar

Maybe you are looking for

  • Generic Service - Charts on Home Page...Sometimes?

    Greetings all - I am using OEM 12.1.0.2, with Oracle Beacon(3.9+) 12.1.0.2 Here is the scenario - I navigate to 'targets - services' off the top drop down. I select 'beacons' off the 'Sevices Features' drop down. I select 'add' - Give it a name (Bob_

  • Adobe Creative Suite 5.5 Design Standard - Windows

    I am trying to install the paid-for (not trial) Education Edition of the above software on my PC. My PC meets the system requirements of the software. The issue is that at 20% installation, while the Adobe Switchboard 2.0 component is being installed

  • IPhone Sync stuck at step 2: Backup.. After updating itunes to 10.6.1

    I have a iPhone 4 for over a year now and have never had ne problems. But after the last update of itunes to v10.6.1.7 each time I sync my phone with my pc the sync process hangs on step 2: backup. I have read a lot of forums and have tried everythin

  • Dropped my iPhone 4s and now it's realllllly Slow! Help:/

    I dropped it flat on the front and it's actually fine no scratches or cracks. But now it's exteemely slow and I keep getting a pop up that says storage is almost full which is not true and my apps and everything take forever to open and when I try to

  • App store locked

    When playing rummikub the poker game of Zynga install window in app store got opened. Now this can't be removed anymore making my AppStore unavailble. Has anyone experience with this? How van i disable the install screen of Zynga poker , which i do n