Cancellation / Reversal of Credit memos and Check for payment

I have few cases where the credit memos and check for payment documents have been keyed with an incorrect posting date.
What should be best approach to reverse these transactions.

Hi Somchitra,
in such situations ideally you would use the cancellation document standing on the original document, alas, a credit memo has no target document.
You will need to create an invoice with exactly the same data as in the credit memo & then internally reconcile these transactions. If the credit memo was in itself generated from an invoice, you need to cancel that reconciliation first. After that you re-create the credit memo with exactly the same data, just with the correct dates.
To cancel the cheques for payment you need to cancel the payment itself with the original document date & 'Cancelled' will be put in the 'Remarks' on the cheque.
You will then need to recreate the payment with the correct dates.
If you have already confirmed the printing of the cheque, you'll need to issue a new cheque number & destroy the printed copy, if it hasn't been printed, you can select the appropriate number in the 'Cheque number confirmation' window.
As always when correcting transactions, please keep an eye on the stock transactions & make sure they are correct. Also, for auditing purposes, always enter an approriate text in the 'remarks'.
All the best,
Kerstin

Similar Messages

  • RMA when Orignial SO was paid thru Credit Card and Check (Multiple Payment)

    Hi,
    If I have an original sales order of $100 and customer has paid $100 through Credit Card and Check. Now when he is returning the material back, will RMA take the same payment methods by default?
    Also, when customer has purchased the material, there was an Authorization happened. Now when he returns the material, how the payment will go to customer on Credit Card?
    Any help will be highly appreciated.

    I am running RFFOUS_C.  I'm not sure what you mean by 'set the variant for check print by using the new dummy check number range'.  I had created a check number range (and lot) and attached it to the house bank I enter when running the program - is this what I should be doing?  Under print control, I have the 'print checks', 'print payment advice' and 'print payment summary' options selected, but I do not have 'print immediately' selected.  When I run RFFOUS_C in this manner, check numbers do not get created.  In fact, their is a function module 'get_check_number', but this only gets executed when you run RFFOEDI1.  What could I be doing wrong?

  • Tcode for Reversal of Credit memo

    Hi
    Please let me know the tcode for reversal of credit memo.
    Thanks
    Rajanikanth

    Hello,
    Its good to post the answer, when no one gives the answer and the questioner knows the answer, that way when people search for same question down the line will get the answer then and there..
    Regards,
    Sriram

  • Tables for credit Memo and Purchase order

    Hi all,
    I need to develop a report to dispaly all the credit memos for the open qty,
    My issue that is  there any table where we can have information for credit memos and purchase order,
    like the input fields is company code,customer number,fiscal year,
    hope you understnad,
    Please let me know if you need any more information,
    Thanks&Regards,
    Cghand

    Hi
    Invoice Verific. table:
    RBKP - Document Header: Invoice Receipt
    RSEG - Document Item: Incoming Invoice
    Regards
    Prasanna

  • MOD10 Validation for Credit Card and Checks

    Hi Friends, I am looking for MOD10 Validation function for Credit Card and Checks.

    See example below. Suggest you check this a.) suits your requirements and b.) actually works ;-)
    FUNCTION luhn_check_digit (
       n IN VARCHAR2)
       RETURN NUMBER
    IS
       SUBTYPE st_num IS NUMBER (10);
       m st_num := 0;
       FUNCTION luhn_sum (
          n IN VARCHAR2)
          RETURN NUMBER
       IS
          l st_num := LENGTH (n);
          t st_num := 0;
          s st_num := 0;
       BEGIN
          <<multiply>>
          FOR i IN 0 .. (l - 1) LOOP
             t := SUBSTR (n, (l - i), 1) * (MOD ((i + 1), 2) + 1);
             <<combine>>
             FOR j IN 1 .. LENGTH (t) LOOP
                s := s + SUBSTR (t, j, 1);
             END LOOP combine;
          END LOOP multiply;
          RETURN s;
       END luhn_sum;
    BEGIN
       m := luhn_sum (n);
       RETURN (CEIL (m / 10) * 10) - m;
    END luhn_check_digit;

  • Credit memo and Subsequent Credit/Debit Scenarios

    Hi All,
    I have to present all the invoicing scenarios to the client. These also include credit memo and subsequent credit/debit.
    Can someone please give me some examples of these. What is the meaning,how to handle,how do these arise.I will have to run these for them on screen.Please can you help me out with these.
    Regards,
    V S

    Hello,
    Subsequent Debit and Credits
    After an Invoice is successfully posted and the transaction is completed, Vendor approaches with additional amount invoice or correction in Invoice.You would like to post this additional invoice with reference to the original PO and item. Subsequent Debit / Credit functionality allows you to capture this difference without canceling original invoice.
    Please check this link
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/a8/b99890452b11d189430000e829fbbd/frameset.htm
    Regards,
    Shailesh

  • Cancel Duplicate MIRA(Credit Memo)

    Dear All
    We are following LIV process.
    My case is as follows:
    I have done 101Movement type for GR,done MIRA and then MIR6 to post Incoming Invoice.
    Later ,rejected few quantity through line rejection by doing 122 Movement type(GR created).Then again raised Credit Memo which got held up due to some system error(Please note that accounting document is not created here).Then instead of posting this Credit Memo,raised new Credit Memo which got posted corrected and accounting impact is taken care off.
    My problem is to cancel  the earlier Credit Memo as Accounting effect is not taken care in this one and it is a mere duplication .
    Please advise.
    Thanks In Advance
    Payal Saxena

    Hi Payal,
    If you have only parked than you can delet the park document and post credit memo than you have reverse the document in MIR7
    Regards,
    Anil Chaudhary

  • Credit Memo and A/R Invoice linking

    Hi
    Please help me, how to find relation field  between Credit Memo and A/R Invoice.
    I delete invoice using credit memo with copy from function.
    But when I view last credit memo, i cant find the corelation with my deleted A/R invoice number.
    I found remarks, but i think remarks is not the link for document.
    I really confuse about this. can anyone help me?
    ps: i cant found the relation return and A/R invoice too..
    Thanks so muchh

    Just thought of another trick or two that you might try...
    1.  Open ANY Credit Memo and use the "Find" Icon (the binoculars in the Icon Line) or use "Ctrl+F" to put the credit memo window in find mode.  Put an asterisk in the field where the credit memo number usually is and hit enter...
    It should pop up a list of all credit memos with Remarks - look to see if your credit memo is there.  Or you can sort the whole screen by double clicking on the "Due Date" column of the display. 
    You can view an individual credit memo by highlighting the line (making it yellow) and pressing Enter Key to check that out also...
    2. If that does not work for you, you can always use the SQL route where the OINV.DocEntry = RIN1.DocEntry and get a list that way where you can look through it.
    OINV = Invoice Headers and RIN1 = Credit Memo Lines
    Good Luck - Zal

  • MIRO credit memo and invoice

    Need some help with the following:
    By mistake posted credit memo in MIRO instead of posting invoice in MIRO. Then reversed the credit memo by going in MR8M. The reversal of credit memo posted an invoice in MIRO.  Now we want to post the MIRO invoice but it doesn't post because the PO does not bring up any quantities.
    If we ignore this and go straight to pay the vendor, the outgoing amount is zero (because there is a debit and credit of the same amount posted to the vendor account due to invoice and credit memo existing of the same amount). This is because of reversing the credit memo whcih generated the invoice and now the amount is zero.
    How do we overcome this. And what is the best practice to reverse a credit memo if entered by mistake instead of choosing invoice in MIRO.

    Hi,
    Check First Purchase order history,
    Goods Received Document,
    And Credit memo if exist first reverse MR8M then need to rise invoice.
    If credit memo allredy reversed if unable to book invoice Book Direct FI invoice through F-43 respective vedor
    Regards

  • Cancel invoice document(Credit Memo) - Reg.

    Dear Experts,
    I am trying to cancel Invoice document(Credit Memo) through MR8M transaction. While processing, system is issuing error message (M8 534) as Balance not Zero: & debits : & Credits. But being its saying in initial screen of MR8M, i dont know where to change the amount.
    Please help me out to cancel credit memo. Thanks in advance..
    Regards,
    Kumar

    Other way around to cancel an invoice is to issue credit memo, In MIRO click credit memo, then date, then reference to PO, put in the amount then hit post, your invoice will be cancelled by issuing credit memo
    MR8M also issues credit memo, by cancelling the invoice, and so does MIRO when you create credit memo against PO, the invoice is reversed
    Edited by: Afshad Irani on Apr 8, 2010 8:09 AM

  • AP Credit Memo and Good return, creates differences between TB and Stock Audit Report

    Hello Experts,
    Did any one has ever faced an issue, whereby AP Credit Memo and Good Return creates discrepancy between journal entry and the stock audit report?
    Here is the scenario:
    AP Credit Memo
    Description
    Quantity
    Unit Price
    Total
    Item A
                    30
                3,400
       102,000
    Journal Entry :
    Debit
    Business Partner
         105,000
            Credit
                          Stock
         105,000
    Inventory Audit Report
    Description
    Quantity
    Cost
    Transaction Amount
    Item A
                            30
                         3,500
                                                    105,000
    Journal Entry :        
    Debit
    Business Partner
         105,000
            Credit
                          Stock
            105,000
    The difference is actually due to the moving average, but the strange part is why the difference is not posted in the journal entry, in the Price different account?
    This makes the stock account amount to be different from the Trial Balance and the Stock Audit Report.
    And this is applied also on the Good Return transaction.
    Any help is highly appreciated.
    Best Regards
    Cedric Kayitare

    Hi Cedric,
    Price & Item cost are different.
    while making goods return , Direct AP Credit Note, Sales Delivery, Direct AR Invoice, stock is going outside.
    In these transactions Journal entry will happen for Item cost and not Item sales or Purchase price.
    Please enable item cost field in line level and check whether above formulae is matching with Item, cost field.
    Then what is the importance of price in these documents??
    Price is the agreed selling or purchase price for trading with Customer and supplier.
    In your example
    You are returning back material worth 105000(as per moving average price), but supplier is supposed to give only you 102,000.
    Hope you understand
    Thanks
    Unnikrishnan

  • Credit memo and debit memo

    Can some one kindly explain the img config step by step and how to check this setting in easy access.
    Thankyou in advance
    Rewards are assured
    Best regards,
    R.Srinivasan

    REFER BELOW REWARD IF HELPS
    Debit note and Credit note?  What is the purpose?  How we create?
    1. A transaction that reduces Amounts Receivable from a customer is a credit memo. For eg. The customer could return damaged goods.  A debit memo is a transaction that reduces Amounts Payable  to a vendor because, you send damaged goods back to your vendor.
    2. Credit memo request is a sales document used in complaints processing to request a credit memo for a customer. If the price calculated for the customer is too high, for example, because the wrong scale prices were used or a discount was forgotten, you can create a credit memo request. The credit memo request is blocked for further processing so that it can be checked. If the request is approved, you can remove the block. The system uses the credit memo request to create a credit memo.
    You can use credit memos in Sales and Distribution (SD) for assigning credit memo requests to the open invoices and in Financial Accounting (FI) for assigning  credit memos and payments to the open invoices and carry out clearing with them.  If you use both Financial Accounting (FI) and Sales and Distribution (SD),  there is a 1:1 relationship between the credit memo request and the credit memo item posted in Financial Accounting (FI). As soon as you bill the credit memo request together with other sales orders, or distribute the items of one credit memo request to several billing documents, the assignment is no longer valid and the system will not process it.
    For  credit memos, credit memo requests, and payments, you have the following assignment options:
    - Assignment to a single invoice
    - Assignment of a partial amount to an invoice
    - Assignment to several invoices
    When you post  credit memos, the payment programme processes them automatically. If the credit memo is specifically related to a particular open invoice item, the payment program automatically attempts to offset the credit memo against the open item. If it is not possible to completely offset the credit memo against an invoice, you can post a debit memo to the vendor, who is to reimburse the amount.  Then you can apply a multilevel dunning program.
    3.  Debit memo request is a sales document used in complaints processing to request a debit memo for a customer. If the prices calculated for the customer were too low, for example, calculated with the wrong scaled prices, you can create a debit memo request. The debit memo request can be blocked so that it can be checked. When it has been approved, you can remove the block. It is  like a standard order. The system uses the debit memo request to create a debit memo.
    4.  As mentioned above, creating a credit or debit memo request enables you to create credit or debit memos based on a complaint. For this first create a sales document with the order type for a credit or debit memo  request. You can create the debit  or credit memo requests in the following ways:
    – Without reference to an order
    – With reference to an existing order
    Here you enter which order the complaint refers to.
    – With reference to an invoice
    Here you enter which invoice the complaint refers to.
    In all cases, you specify the value or quantity that should be in the credit or debit memo
    5. You can block the credit or debit memo  request from being billed in Customizing. Go to Sales -> Sales Documents -> Sales document header -> Define sales document type and select the billing block field in the billing section.  This request can later be reviewed along with similar ones, - if necessary, by another department. The request for a credit or debit memo  can then be approved or rejected.

  • Diff bet credit memo and credit memo request

    Hi
    Can any one tell the difference between Credit Memo and Credit Memo Request
    Thanks in advance

    Hi,
    Below is the information on crdit memo request.
    Definition: A credit memo request is a sales document used in complaints processing to request credit for a customer.
    Use: If the price calculated for the customer was too high (for example, with the wrong scaled prices or because a discount was forgotten), you can create a credit memo request. The credit memo request can be automatically blocked for checking. Once it has been approved, you can remove the block.The system uses the credit memo request to create a credit memo.
    Structure: A credit memo request is another type of sales document like a standard order. For more information on sales documents, see Working with Sales Documents.A credit memo request starts the billing process.
    =============================================
    Below mentioned is the information on Credit Memo.
    Definition: The term credit memo always refers to a credit memo from the vendor. Therefore, posting a credit memo always leads to a debit posting on the vendor account.
    Use: As in the case of invoices, credit memos refer to purchase orders or goods receipts. They are used to correct the purchase order history if the quantity invoiced was too high, for example, if an invoice was too high or if part of the quantity was returned.
    When you post a credit memo, the total quantity in the purchase order history is reduced by the credit memo quantity.
    If you do not want the total quantity invoiced to be reduced, you must post the credit memo as a subsequent credit.
    Hope this helps. Please let me know if you need more information and please assign points.
    Rgds
    Manish

  • Printing Credit Memos on Checks

    My question revolves around finding a solution to printing credit memos on checks.
    Currently we have a client who prefers to to show his credit memo's on his check stubs therefore they do not associate the credit memo to the AP invoice but leave it open so that they can associate it during the Outgoing Payment process.  As such, when they print out the check, the VENDOR REFERENCE NUMBER for their AP Credit Memo is a random generated system number and not the VENDOR REFERENCE NUMBER on the AP Credit Memo.
    I understand that is due to the fact that the PLD setting is only extracting the VENDOR REF. NUMBER from INVOICES only and an AP CREDIT MEMO is not an INVOICE; therefore, it gives me an random generate number sequence.
    I wanted to know if anyone has a solution to this issue so that the INVOICE and CREDIT MEMO both show up on the CHECK STUB with the correct VENDOR REF. NUMBER from the correct fields.  Thank you.
    Warmest Regards,
    Kaus

    Kaus,
    You may check this thread first to see if it is related:
    Journal Ref2 field : AP credit note
    Thanks,
    Gordon

  • Diff: Linkage of Credit memo and Dispute Case in EHP 4 and EHP5

    Hi Experts
    I am bit confused ...on the Linkage of Credit memo and Dispute Case in EHP 4 and EHP5.
    Does the following statement is valid in EHP4 or EHP5.
    "You can add a credit to a dispute to close it or reduce the amount disputed."
    If it is possible in EHP 5 or EHP 4, please let me know what is the procedure to follow?
    If i need to activate anything in SFW5, please provide what is the Business function i need to activate.
    Thanks in Advance.
    Regards,
    Meenkashi.N

    Linking a credit note has nothing to do with EHP4 or 5. You have to do a config sertting:
    Dispute Management-Process Integration with Accounts Receivable Accounting-Assignment of Open Credits and Payments-Activate Assignment of Open Credits and Payments
    And make sure the business adapts the correct process:  When you reverse a charge on a debit invoice you have to make sure the credit is properly linked to the debit note.
    If this is the case then the credit will show up in the dispute case.
    Rgds,
    Richard

Maybe you are looking for

  • Buying a PS4 - Game Recommendation list

    I'm buying a PS4 in a few days. I'm looking for help in selecting games as I haven't really followed PS Titles over the past few years. I do own a few PS3 Titles, but it is quite limited. I've mostly been gaming on PC. However, I really *do* want to

  • New 500 GB DVR

    Will the new 500 GB DVR be able to tape more than 2 shows at once? It is a pain to be watching one live show and not be able to record 2 shows on different networks. This is the main reason I wanted more capacity.

  • Finding What text was deleted in a Document

    How do I find out what text has been deleted in a document? the public void removeUpdate(DocumentEvent e) method is called when the document has already been updated, so the offset and length in the document event seem to be useless. The UndoableEdit

  • Spotify stops with no reason

    Hi, I've had my xperia since yesterday and already had a couple of problems, but this one is the most annoying. When i am listening to music on spotify it stops with totally no reason and it is impossible to turn it on again. once i tried turning off

  • How to install PS CS3 for Windows on my new iMac? [was:New computer]

    I have a new iMAC and would like to download Photoshop CS3 extended. I had before a PC and I have the serial number. Is there a way? I really need to install it and dont mind to upgrade it.