Reversal of Manual BRS entries

Hi
We have Cash Management System. Where all the checks deposited (by customer) in bank is credit to my account on next day irrespective of the bank clearing or not (as per RBI). If check is bounced it will be debited after 2-3 days when bank clearing is done.
Now we do FF67 (manual BRS). When i posted bank receipt from customer,
Entry Posted:
Incoming Bank A/c.. Dr
   To customer A/c
When FF67 is done:
Main Bank A/c... Dr
   To Incoming bank account.
In FF67, above entry clears the incoming bank account line item
Now when i come to know that check is actually bounced and again debited in my account, i want to reverse above entry (i.e. 2nd entry - FF67).
So i want that FF67 should be able to reverse the above (already cleared entry).
So please let me know if its possible to reset and reverse the particular accounting entry in BRS (FF67).

Hi:
         Please note that if there has been any entry in FF67 which is posted and later on its corresponding check gets bounced, then you can reset and reverse the clearing document generated through FF67 posting but in Bank accounting it will not open that line item. It will remain as it was, instead it will reverse the document in financial accounting.I have not seen a reversal impacting a posted BRS cleared items...Alternatively you simply post a debit note to the customer for the amount of check dishonored.
Please check this and revert back.
Regards

Similar Messages

  • How to reverse a manual Journal Entry Voucher created via Custom BO

    Hi All,
    I have created a custom BO for triggering a Journal Entry Voucher for each and every Customer Invoice created in the system.Normally all Customer Invoice will be having a corresponding Journal Entry document ,apart from the default JE document I have created an additional Journal Entry for each CI through a Custom BO because of the Business requirement.I am using the default JE as the source document for the newly created JE for the same CI.
    If a custom invoice gets cancelled only the default JE will get reversed.How to reverse the newly created JE too.I there a way to carry out this reversal process through PDI using ABSL.
    Please find below the code for details.
    Custom BO contains these lines.
    import ABSL;
    import AP.FinancialAccounting.Global;
    import AP.CustomerInvoicing.Global;
    var query;
    var selparam;
    var resultset;
    var query1;
    var selparam1;
    var resultset1;
    var query2;
    var selparam2;
    var resultset2;
    query = AccountingDocument.QueryByElements;
    selparam = query.CreateSelectionParams();
    selparam.Add(query.UUID.content, "I", "EQ", this.ZJEUUID.content);
    resultset = query.Execute(selparam).GetFirst();
    selparam.Clear();
    if (resultset.IsSet())
        var CI_ID = resultset.OriginalEntryDocumentContainingObjectReference.FormattedID;
        if (!CI_ID.IsInitial())
            query1 = CustomerInvoice.QueryByElements;
            selparam1 = query1.CreateSelectionParams();
            selparam1.Add(query1.ID.content, "I", "EQ", CI_ID);
            resultset1 = query1.Execute(selparam1).GetFirst();
            selparam1.Clear();
        if (resultset1.IsSet())
            foreach (var itemIns in resultset1.Item)
                var qty = itemIns.Quantity.content;
                var pid = itemIns.ItemProduct.ProductKey.ProductID.content;
                query2 = ZProductTax.QueryByElements;
                selparam2 = query2.CreateSelectionParams();
                selparam2.Add(query2.ZprdID.content, "I", "EQ", pid);
                resultset2 = query2.Execute(selparam2).GetFirst();
                selparam2.Clear();
                if(resultset2.IsSet())
                this.ZEnvTax.content = this.ZEnvTax.content + (qty * resultset2.ZtaxPrice.content);
                this.ZEnvTax.currencyCode = resultset2.ZtaxPrice.currencyCode;
                this.InvID = resultset.OriginalEntryDocumentContainingObjectReference.FormattedID;
    //Manual creating of Journal Voucher //
    var newJV = AccountingEntry.Create();
    newJV.CompanyID = resultset.Company.ID;
    newJV.Note.content = resultset.Note.content;
    newJV.AccountingDocumentTypeCode = "00047";
    newJV.BusinessTransactionTypeCode = "601";
    newJV.TransactionCurrencyCode = resultset.Item.GetFirst().BusinessTransactionCurrencyAmount.currencyCode;
    newJV.AccountingClosingStepCode = resultset.AccountingClosingStepCode;
    newJV.ZcustomerID.content = resultset1.BuyerParty.PartyKey.PartyID.content;
    newJV.PostingDate = resultset.PostingDate;
    var sob = newJV.SetOfBooks.Create();
    sob.SetOfBooksID.content = resultset.SetOfBooksID.content;
    //Making the Credit account of Original JE as Debit account in this JV//
    var debitAccIns = resultset.Item.Where(c => c.DebitCreditCode == "2").GetFirst();
    var debitAcc = debitAccIns.ChartOfAccountsItemCode;
    var newJVGL = newJV.Item.Create();
    newJVGL.DebitCreditCode = "1";
    newJVGL.ChartOfAccountsItemCode.content = debitAcc.content;
    newJVGL.TransactionCurrencyAmount.content = this.ZEnvTax.content;
    newJVGL.TransactionCurrencyAmount.currencyCode = this.ZEnvTax.currencyCode;
    // Posting the debited account to a new GL account//
    var newJVGL1 = newJV.Item.Create();
    newJVGL1.DebitCreditCode = "2";      
    newJVGL1.ChartOfAccountsItemCode.content = "101000";
    newJVGL1.TransactionCurrencyAmount.content = this.ZEnvTax.content;
    newJVGL1.TransactionCurrencyAmount.currencyCode = this.ZEnvTax.currencyCode;
    Please respond ASAP
    Regards,
    Navin Kandasamy

    Hello Navin,
    There is an action "Cancel" in the Accounting Entry BO. Try calling that action from ABSL whenever the CI is canceled. But to do that you should have the reference of the created JEV through code.
    Hope this helps.
    Thanks & Regards,
    Meghna

  • Manual BRS

    Hi Friends,
    We are facing the following error while running manual BRS.
    1. Bank statement is run  thru FF67
    2. The above prog is run on SM35
    3. While doing so the entries which mismatch results the error and the prog stops.
    We have advised the client to check the bank statement manually before loading in FF67, to which they are not aggreeing. The client wants the details of all the mismatch entries from the system at a time, so that the same can be entered in the book of accounts before successfully running the BRS again.
    Request to advise if we can get all the mismatch entries from BRS. This will avoid manual verification as well as repeated running of BRS.
    Regards,
    Chinmoya

    Select the Bank statement in SM35 and Double click on that >  and goto the Screens tab  ....> Click the Fieldslist button. there you will get the details.
    Other wise  try FEBA.

  • How to reverse material ledger closing entries beyond  previous period?

    In a test system, the system does not permit reverse material ledger closing entries. The current period is 04/2008.
    Getting a message C+716 message
    You want to cancel closing entries in valuation area XXXX for period 008 in fiscal year 2007.
    You are allowed to cancel closing entries only in the previous period. Reversing closing entries for periods before the previous period is not possible.
    There are provision to run closing entries like  MUST_SETTLE in the ok code features, Are there,any such for reversal? Could there be any work-around?

    Hi David
    If you dont need to perform the close itself but would just like to get the periods in the correct status you can use the process outlined in note 645083.
    In the material ledger, it may be necessary for different reasons to manually set the period status of materials in former periods to 70 ("Closing Entry Completed") without actually carrying out the closing entry.
    It provides program Z_ML_SET_PP_STATUS_70 that will allow a manual update to the prior period status.
    There is a pre-requisite regarding revaluation amounts, but this is all described in the notes.
    /Elaine

  • Need User Manual Details in Manual BRS

    Hi Experts
    I done Manual BRS customization for my client in development. That one I imported in quality. Now i need user manual details for providing training to my client (end user). I need standard T code for using BRS. As of now I know T code:FF67 AND i searched in google i got some t code related Manual BRS- FEBA / FEBA_BANK_STATEMENT for further reprocessing.
    But i cant able to understant this two t code, Is there any other t code is there  like reprocessing, reporting etc.,
    Please give me list of t code and how it will work explain me.
    Thanks & Regards
    Mani.S

    HI
    Apart from all the above information, i found one thing missing was deletion of bank statement process if any wrong statement is uploaded by mistake.
    1 First see that any postings have happened or not, if yes that thru FBRA you need to reverse that .
    2. Go to SE38 and run RFEBKA96 to delete the bank statement choose application 0001and select the checkbox on bank statement which you need to erase.
    Hope this helps
    Regards
    Minesh

  • Need User Manual BRS

    Hi Experts
    I done Implementation BRS for my client, Now its working we done some test data in quality. Now the client asking user manual brs with check maintainance. I showed some data and screen in ff67 and following screen. But they want clear from starting check printing, manual check maintainance, display, void and brs after reprocess.
    I know all the t code for this f-58, fch5, fch1, fch2, fchn, fch8,fch6, ff67 and feban, feba and feba_bank_reconcillation etc.,
    But my questing how to prepare user manual, I have all screen shot for this t code. Anyone can help if there is any user manual please i need immediately
    Thanks & Regards
    Mani.S
    Edited by: smanimba1 on Nov 3, 2011 6:16 AM

    HI
    Apart from all the above information, i found one thing missing was deletion of bank statement process if any wrong statement is uploaded by mistake.
    1 First see that any postings have happened or not, if yes that thru FBRA you need to reverse that .
    2. Go to SE38 and run RFEBKA96 to delete the bank statement choose application 0001and select the checkbox on bank statement which you need to erase.
    Hope this helps
    Regards
    Minesh

  • While Manual BRS  " missing in table T043S"---???

    Hi All,
    While i am doing Manual BRS FF67 following error is coming what is that and how to overcome
    "The entry AM01   is missing in table T043S"
    AM01 is my Company code here
    i already assigned tolerance all the places where it required but still problem is coming
    Regards,

    Do you have the entry with AM01 in transaction OBA0?
    Also check the below thread:-
    [Re: Error: "The entry 1111 is missing in table T043S";
    There should be and entry with blank tolerance group also.
    Regards,
    SDNer

  • Automate manual BRS - FF67

    Hi
    Our Client is in Gulf and unfortunately, their Banks were not in a position to provide Electronic Bank Statement in SAP compatible formats.  Hence, we have not configured for the same.  Now, the Client is decided to go by Manual Bank Statement upload for doing BRS.  Can anybody please let me know on how to automate this manual BRS process in SAP.
    Thanks & Regards
    Madhu

    Hi,
    Create a Z transaction code which will basically be a BDC for FF67 standard SAP T-Code.
    The first screen of this T-Code will have fields which you enter in FF67 like Co. Code, House Bank,Account ID,Statement No., Statement date,Beginning balance, Closing balance, posting date, File name ( this will be the field where you will upload your excel sheet with bank Statement.
    When you execute this Z T-code with your file properly uploaded, it will call for BDC of FF67 T-Code and post all entries in your Excel, exactly the way you do it manually.. Take help of your ABAPer to find out more about this.
    You can also ask your ABAPer to built in the same checks that FF67 screen has like a statement already exists.. etc..or when you click on Overview you get a list of all Statements and the next no. available.
    We have done it and it works fine..
    Regards,
    SAPFICO

  • Manual BRS status

    Hi Sap gurus,
    While posting a manual BRs through FF67 iam unable to post the statements,even after posting it the message is displayed
    as "Manual posting Incomplete"or "Not to be posted". Please let meb know if i have missed any setting.
    Answers will be rewarded with points.
    Thanks
    Ravi

    Hi Ravi,
    After completing all transactions of a particular bank statement, system (FF67) transaction validate the data whether all line items are correct or not with opening / closing balances, if the totals of transactions entered become "zero" then only it will allow you to save the FF67 data.  At the bottom of the FF67 screen, you will find the balances of statement totals.  Once the balance become zero it will create batch input session.  When you process batch input session in SM35, it will pass entries and clear bank subaccount open items.
    Please let us know if you require further assistance.
    Thanks & Regards
    Sarma Bhamidipati

  • Is it possible to automatically trigger a Manual Journal Entry?

    Hi Forum,
    This could apply to any situation:
    Suppose when I create an A/R invoice, I would like another manual journal entry to be created automatically. Is this possible and how could it be achieved?
    Thank you.

    Hi Mahendra and Gordon:
    This is the situation:
    Relates to DropShip Order:
    1.Client create DropShip Sales Order (against drop ship warehouse).
    2. DropShip Sales Order generates PO (Note no liability accounts are hit)
    3. Client wants to invoice their drop ship customer immediately by emailing A/R invoice.
    This mean the revenue accounts are already hit and our client has registered a revenue.
    Problem : However liability accounts are not hit and our client may not receive A/P invoice for say 2 weeks. This means the books show exagerated revenue.
    I suggested - A/P reserve invoice to be created immediately, but it needs to be canceled which leaves original PO in closed state in 8.8.
    Second method I suggested to create a manual journal entry to hit deferred liability account to be reversed in two weeks. The client says, this is backoffice job and they do not want them to have access to journal entries.
    In anycase, whatever reason, our client will change business practice, however, I thought let me check what it takes to create manual deferred liability auto reversal entry automatically.
    Is there any other way to handle this situation?
    Thanks.
    Edited by: Syed Aleem on Jun 24, 2011 3:13 PM
    As soon as A/R invoice is created, a deferred payable needs to be updated also automatically at the same time. This is the requirement.

  • Excel Table with Data Connection Manual Text Entry Misaligned After Refresh

    Greetings!
    I have an Excel 2010 workbook that includes a table linked to my SharePoint 2013 site by a data connection. The SharePoint list feeds the table standard information that's managed on the SharePoint site, but I need the user of the Excel workbook to be able
    to enter text manually in the workbook to associate local information with the line-items coming from the SharePoint list. To do this, I've added extra columns to the end of the table.
    The user can enter information in the appropriate cells in the "extra" columns at the end of the table, but when I refresh the data connection, the addition of a new list item on the SharePoint side results in the user's manually entered text getting
    out of alignment with the row it's supposed to be associated with.
    Example
    Column 1(SP)
    Column 2(Extra)
    Row 1
    Item 1
    Row 2
    Item 2
    Text entered for Item 2
    Row 3
    Item 3
    Then, if I add a new item to the list in SharePoint, for example, something that would appear between the original items 1 & 2, after refreshing the table, I get the following:
    Column 1(SP)
    Column 2(Extra)
    Row 1
    Item 1
    Row 2
    New Item 1.5
    Text entered for Item 2
    Row 3
    Item 2
    Row 4
    Item 3
    The table's data connection is set to insert rows for new items, and I could swear I had this working properly once upon a time...but I can't seem to make it work now.
    Any thoughts on what would cause this?
    Thanks in advance!

    Yes, it is. I realized after posting the first time, that I'd assigned the question to the Visio forum. I wasn't sure how to reassign to the correct (Excel) forum, so I re-posted over there:
    http://social.msdn.microsoft.com/Forums/en-US/b3bbe00c-94c0-48d4-bed9-fbd08d707b1d/excel-table-with-sharepoint-data-connection-manual-text-entry-misaligned-after-refresh?forum=exceldev

  • Manual journal entries created in Ap did not see in Accounts Payable Trial

    Hi Experts,
    Report Accounts Payables Trial Balance, with parameter Include SLA/Manuals/Other Sources Flag set to Yes, does not show manual journal entries.
    These Manual journals entries are created in AP
    Navigation: Payables -->Accounting --> Subledger accounting --> Journal Entries.
    Ofter creating the journal entries i ran Accounts Payable Trial Balance, when i go through the output i did not see the Manual journal entries which are created in AP.
    Please help me it is very urgent.
    Regards,
    Raju.

    Pl check your 'Report Defintion' once to ensure that liability accounts that you are using in manual entries are included in report definition.
    Regards,
    Tarun

  • Exchange rate differences posting failed due to manual journal entries

    when i run exchange rate differences and try to post the result, system shows "No matching recording found 'journal entry' (OJDT) (ODBC-2028) [message 131-183]" at the bottom panel ane the posting was failed. then i found the problem is actually from manual journal entries made to a business partner. as long as i deselect the manual journal entries, the posting was successfully done.
    i am using B1 2007B with pl09. is this standard in B1 2007B that exchange rate differences posting does not work with manual journal entries of BP?

    you are right! it is a bug in 2007B.
    The posting has no problem if the base reference number is same as the transaction number in the manual JE document. however, if we define a numbering series which is different from the transaction serial number, then we have problem with the posting. System searchs for the JE records by using base reference number as transaction number. That is why it could not find the JE document and then report the error message.
    so, where should i post the bug to SAP and let them fix the bug as soon as possible?
    thanks for the help!

  • Manual Budget Entry for COPA

    Hi,
    We are using COPA for budgeting operating expense. Our cost will be budgeted by cost center, product and region. At the GL level, it is a combination of cost element and characteric value (each characteristic represent a GL code / cost element).
    We are having problem in creating planning framework using manual budget entry,using transaction code KEPM. The problem faced is we do not know how to create a form (thru report painter) to be used for this manual entry which is flexible enough for us to choose the characteristic value from the parameter screen when performing the budget entry.
    Thanks

    Dear Susee,
       The layout or form is not required to be created by using report painter. On KEPM right click planning level create planning level say sales right click planning level sales and create planning package say sales planning for year 2007. after creating double click the planning package create parameter set.
    Regards
    Kaarthik.D

  • How to clear Documents using XBLNR(Reference field) through Manual BRS-FF67

    I want to clear GL line items in clearing account using Manual BRS(FF67) with reference to "XBLNR" field(Reference). IS there any standard Algorithm which SAP provided for reference field or if we want to develop ne algorithm then how to create.
    Thank in advance.
    Best Regards
    Raj

    Hello Raj,
    It is not possible to clear an open item on a g/l account via the
    reference document number. The automatic clearing with interpretation
    algorithm 021/001 only takes place, if the item, which should be cleared
    is on a customer/vendor account. So it could never find open G/L items.
    The reason is that the reference number is usually not unique
    so it could lead to wrong clearings.
    A workaround therefore would be to use:
    a) another interpretation algorithm depending on the note to payee
       data are available.
    b) the user exit 1 (described in note 494777, point 1) if there are
       no other information available as the reference number.
    c) the report SAPF124/E to clear these items afterwards. Then the bank
       statement should only post FB01 without clearing. The requirements
       are criteria to assign and clear the suitable items.
    Regards,
    Renan

Maybe you are looking for