How to avoid cancellation of invoice for payment recevied

Short Description:
Cancellation of Invoice raised on customer after receipt of Payment from him
Description:
There is an Invoice dated 22.10.2008. We have received the payment for this Invoice vide document number posting date 06.12.2008. So the Invoice has been cleared. Now the Invoice has been wrongly reversed / cancelled vide Invoice No. dated 11.08.2010.
Is there any check that we can put so that the system does not reverse the Invoice for which payment has been received. Is there any standard check for the same.
Please guide
Thanks.

Yes SAP has given a standard routine to meet this requirement.
Go to VTFL, select your delivery type and billing type and execute. There you can see a field "Copying Requirements".  Maintain routine 29 here and save.  Also, go to VOFA, select your billing type and assign this routine to the same field.
Now try to cancel a billing document which has its status as "Cleared".
thanks
G. Lakshmipathi

Similar Messages

  • How we can cancel the invoices those have been released to accounting ?

    Hi,
    How can we cancel the invoices those have been released to accounting? The observation here is since the net value is zero SD is setting the invoices to cleared status. 
    Regards,
    Shrihari M

    FBRA u201CResetting & reverseu201D:  If you want that  cleared accounting document becomes an open item again in customer/vendor account.
    For example:  Have problems with such as payment run and you want to re-do the payment run procedures.  But before you reverse the cleared document, find out how was that document u201Cclearedu201D, via customer payment or credit note?  Or re-assess the reasons of reversing the SD generated billing.

  • QM in procurement: block invoice for payment if certificate not received

    Hi,
    I want to know if it possible to automatically block an invoice for payment if certificate in procurement hasn't been received.
    I don't want to block the material, that is: I want to receive the material, transfer it in unrestricted stock but I shouldn't pay the invoice until its correspondant certificate is received.
    Is it possible?
    How should I proceed?
    Thanks in advance.
    Luis.

    Try user exit MIRO
    LMR1M001 User exits in Logistics Invoice Verification
    MRMN0001 Message output and creation: Logistics Invoice Verifica

  • How can I get the invoice for the suscription

    How can i get the invoice for the PDF exporter suscription, I need it, thank you

    Hi Aurelie,
    Firstly, you might need to sign in at "adobe.com" using your Adobe ID credentials.
    After you are signed in, click on your name in the navigation bar and then click 'Manage Account'.
    Under 'Plan & Products section', choose 'Manage Plan'.
    All your plan details, payments, billing history are listed on this page.
    To print the invoice, click on 'Print' button next to the invoice. A PDF copy of the invoice will be displayed in the next tab and this is it.
    Now check and let me know if you need further assistance.
    Regards,
    Anubha

  • HT201318 how do I cancel an upgrade for refund within 15 days?

    How do I cancel an upgrade for refund within 15 days as stated in the purchase upgrade section?

    Hi there gayneln,
    You may find the information in the article below helpful.
    iCloud: Cancel your storage upgrade 
    If you upgrade or renew your storage but no longer need it, you can cancel. If you cancel your storage plan within 15 days of an upgrade or within 45 days after a yearly payment, you can contact Apple for a full refund. After this period, you can downgrade your storage for the following year.
    -Griff W.  

  • How can I get an invoice for money taken from my card?

    How can I get an invoice for the money taken from my card???

    Hi
    You can login to https://www.adobe.com/account/account-orders.html and print your invoice.
    Thanks
    -sarabjit

  • How can I cancel my order for extra ICloud storage space?

    How can I cancel my order for extra ICloud storage space?
    I don't need it afterall...

    Call Apple. 1-800-My-Apple

  • How do i cancel an order for a magazine that I do not require any more? I did not re-order but recieved the billing notification.

    How do I cancel an order for an unwanted magazine? I did nor renew but recieved a renewal note and a bill.

    If it's an auto-renewing subscription then there are instructions on this page for managing and stopping them : http://support.apple.com/kb/HT4098

  • How to avoid special stock indicator for intercompany sales transitions.

    Hi Friends
    I have an issue Intercompany sales .if I  enter intercompany plant(Delivering plant) in the sales order system is taking special stock indicator and looking for sales order stock.
    If I enter company code plant for sales from unrestricted stock, system is not taking special stock indicator.
    Please advice how to avoid special stock indicator for intercompany sales transitions.
    Thanks in advance.
    SRK

    Ravi,
    Special stock is generally determined by the MRP strategy group in the material master of the plant against which you place your order.  The strateg(ies) contained in the strategy group will determine the SO requirements type, which will in turn determine whether or not the order is 'account assigned' (special stock).  
    It is normal to only have one strategy contained in a strategy group.  However (and I seldom recommend this) SAP will support multiple strategies within one strategy group.  In this case, you could have both MTS and MTO orders against the same plant/material, by manually altering the requirements type in the sales order.  This scenario is usually difficult for a planner, and involves additional manual attention to make everything work.
    I suggest that your first avenue is to change the Strategy group in the material master of the delivering plant to one that supports MTS.  This has a big impact in Controlling and in Production Planning, so ensure that all affected functional groups are aware of what you are doing, and of the resulting changes that they will experience.  The transition from MTO to MTS must be carefully controlled.
    If you are not a PP expert, I suggest you consult with your local PP expert before embarking on this change.
    Best Regards,
    DB49

  • Change Document - Block Invoice for Payment - BAPI

    Hello All,
    I have the requirement to block an invoice for payment through the Portal.
    In FB02 transaction, we can select an item and set the "Payment Block" indicator to B (blocked) for instance.
    I would like to know if exists a BAPI that allows this update. If not, if exists a function module for that (then we could create our own BAPI).
    Thanks in advance,
    Marco

    Hi Marco
    The BAPI never sets a payment block indicator by itself. It doesn't do so even when you have a payment release workflow
    activated where FB01 would automatically set the indicator.
    For BAPI calls you must always pass the payment block indicator in ACCOUNTPAYABLE-PMNT_BLOCK or code a user exit as described in note 487722 to populate the indicator automatically.
    In the normal FI posting transaction code, for example:FB01, system will read the customziing in Tcode OBB8 ->if Block key is defined and the flag of Transfer payment block when changing terms of payment is on, the system will set the this payment block into corresponding line items in which this payment term is used. please refer to source codes:
    Main Program     SAPFF001
    Source code of   SAPFF001
        CALL FUNCTION 'FI_FIND_PAYMENT_CONDITIONS'
          EXPORTING
            i_zterm            = bseg-zterm
            i_bldat            = bkpf-bldat
            i_budat            = bkpf-budat
            i_cpudt            = bkpf-cpudt
            i_zfbdt            = bseg-zfbdt
            i_funcl            = t020-funcl                     "ERP05
          IMPORTING
            e_t052             = t052                   <<<<< import customizing in T052(Tcode:OBB8)
            e_zfbdt            = bseg-zfbdt
            e_sklin            = sklin1
          EXCEPTIONS
            terms_incorrect    = 4
            terms_not_found    = 8
            no_date_entered    = 12
            no_day_limit_found = 16.
        CASE sy-subrc.
          WHEN 0.
          WHEN 4.
            MESSAGE e737 WITH bseg-zterm.
          WHEN 8.
            MESSAGE e100 WITH 'T052' bseg-zterm.
          WHEN 12.
        MESSAGE.
          WHEN 16.
            MESSAGE e024 WITH bseg-zterm bseg-zfbdt+6(2).
        ENDCASE.
    *------- Zahlungsschlüssel und Zahlungssperre vorschlagen -
        bseg-zlspr = t052-zschf.    <<<<<<<< payment block is set
        bseg-zlsch = t052-zlsch.
      ENDIF.
    Hope above explanation are useful for you to find the solution.
    Best Regards,
    Gladys xing

  • Can we do cancellation of  invoice for the period preceding the transaction

    Hi All,
    Can we do cancellation of  invoice for the period preceding the transaction after the closing MMPV?
    Thanks,
    Praveen

    Hi,
    Unfortunately the answer is no. Two reasons for it.
    a. The period for which you want to post is already closed
    b. The period for which you want to reverse the invoice falls before the period your invoice is created (as I have understood your question) which is not allowed....
    Hope this helps
    Thanks
    Mukund S

  • Cancel an invoice for the transaction MR8M

    I want to cancel an invoice for the transaction MR8M but when canceling the system displays a message blocking  « No reversal possible. Reverse value must be reset », Can you help me please ?

    Check if that Invoice has been already cleared for pay.
    Regards
    TGB

  • My phone was stolen, I have moved it in lost mode,but I can see that whoever has it,is changing phone name and can use it until I activate lost mode again.Can I do it permanently? How can I cancel ICloud back for the stolen phone,it blocks Cloud memory?

    My phone was stolen, I have moved it in lost mode,but I can see that whoever has it,is changing phone name and can use it until I activate lost mode again.Can I do it permanently? How can I cancel ICloud back for the stolen phone, as I cannot delete the stolen phone backup (says that backup is being in use) and this is keeping memory occupied in the Cloud and I cannot back-up the other devices.

    http://support.apple.com/kb/ht2526

  • How do I cancel a download for a rented iTunes movie because there isn't enough storage space

    How do I cancel a download for a rented iTunes movie because there isn't enough storage space?

    Purchases cannot be cancelled, but if you cannot clear enough space to allow the download, go here:
    http://www.apple.com/support/itunes/contact/
    and follow the instructions to report the issue to the iTunes Store. Perhaps there will be something they can do for you.
    Regards.

  • How to Park the single invoice for multiple purchase orders

    Hi,
    How to Park the single invoice for multiple purchase orders?

    brother this is possible to enter one Invoice fro multiple purchase order.
    call transaction MIR7, select " purchase order/Scheduling Agreement" from the PO refernce Tab. then click on arrow. give your purchase orders here.
    Thanks

Maybe you are looking for

  • [Solved] Openbox's rc.xml error "Extra content at the end of document"

    I have a rather silly problem with Openbox. I'm not a programming genius so, for me, dealing with XML is a pain but I usually manage to get OB's menus and other docs to work. Ive been banging my head into a wall of xml trying to add my own entry to O

  • How do I find if IMAP is enabled on my company's exchange server

    I am thinking that IMAP is enabled on my company's exchange server. How ever, I cannot connect to the the exchange server using my iphone? Can some one enlighten me if they have got this working? telnet abc.xyz.com 143 Trying xx.yy.ww.zz... Connected

  • Lan or San pin group in UCSM

    Hi everybody,     I am confuse with the vNic and vHBA template setting in  UCSM. Could anyone help me ?     From vNic template, we can define the Fabric ID and pin group.     If I define a pin group which is go to Fabric B, and choose the fabric A in

  • Record mode 1 unknown

    Hi Experts, I am loding to the data to ODS,When i am loding data to ODS It's Showing below given error Record mode 1 unknown data record , activation failed,Please give him to suggestion so that i am go throw that your suggetion please help me. Regar

  • Please Read

    Hey Apple, I was just wondering if i could get a Macbook Air And Ipad 2 for free for a unboxing and reveiw