MIRO invoice reduction balanced amount not zero

Hi Team,
Kindly help as I am getting balanced amount while posting invoice reduction and I am entering the following details:
1) Invoice date
2) Posting date
3) Reference
4) PO & enter
5) Vendor error
6) Entering the vendor amount same as in vendor invoice (also it is matching with the PO amount 266.25 and tax 20% 53.25)
7) Accepted amount is zero as MIGO is for zero qty. because vendor liability should not open or pending.
8) selection of check box for calculate Tax
9) System calculating 317.50 including tax of 53.25 Balance amount is 317.50 - 319.50 = 1.60
My issue is how this 317.50 is calculating by SAP whereas I have checked manually it should be 319.50 please extend you help.  
With Regards,
Avinash Kowale

Are you sure the tax is calculated correctly i.e. 53.25?
You meant to say the base is incorrect?
Check the condition type may be wrong.
Thanks,
Kumar

Similar Messages

  • Balance is not zero due to currency conversion

    Hello experts,
    could you please suggest me in a solution of the following issue? I use f-28 Incoming payment transaction. Document currency is usd, while local currency is euro. When currency conversion takes place rounding happens and instead of e.g. 3555,14 euro 3555,15 come up. But it appears from time to time due to rounding. Because of this, debit sum is not equal to credit sum (0,01 in our case) and consequently the balance is not zero. So, system displays the message Message no. F5060 "Posting is only possible with a zero balance; correct document".
    What are the ways to correct this issue?
    Regards,
    Alex
    Edited by: Aliaksei Klimovich on Nov 4, 2011 10:06 PM

    Hi,
    I checked OBY6 and the check box was already set. I also want to add some details. In F-28 I use BTE 1020 in order to split amount in bseg-dmbtr field. Have a look please. We have to make an incoming payment 5500 USD - this is document currency. In our functionality we split this amount into 2 amounts: 4500USD and 1000 USD, then we convert 4500 USD and 1000 USD into EURO as euro is local currency. After those conversion I get 2 line items with 4500 USD and 1000 USD in euro in bseg-dmbtr field (4500\fursf eur and 1000\kursf eur, accordingly) instead of line item with 5500 USD (5500\kursf eur). At the end of BTE 1020 FM I get a table with line items some of them are splited as I wrote above. And because of currency conversion while splitting balance is not zero.
    The only idea is to spread those difference by open item positions.
    Regards,
    Alex.

  • ABAP dump in MIRO - Invoice reduction

    Hi,
    I am getting a dump in MIRO for invoice reduction scenario. I am not sure here is the right place to ask for help or I should put in MM forum.
    I put a break point and found system trying to modify an structure with index 0 and this is not possible.
    Variable name is LV_TABIX and when I set it by 1 during debug I managed to pass the error.
    Thanks,
    Omid

    Hi Juan,
    Thanks for your reply in advance.
    I think you are right and I have to apply SP SAPKH60406 because the SP level of SAP_APPL is 0002.
    At the moment I don't have this SP but it's applied in another system I checked it out by SPAM. Is there any way to export it?
    Thanks,
    Omid

  • Total balance amount not displayed correctly

    i have shown my table below my problem is that the balance amount being displayed on form displays the total balance amount and total balance amount being displayed is the sum of all balance amount,hence the final total which iget at the end is incorrect and a huge amount,, while balance amount should be equal to expected amount and total balance amount should be total of all balance amount..less any payments made by the client..
    i have displayed below only the part of script...
    htp.listHeadOpen;
         htp.listHeader('Date',null);
         htp.listHeader('Min',null);
        htp.listHeader('Units',null);
         htp.listHeader('Tx Prof',null);
         htp.listHeader('Prog',null);
         htp.listHeader('Activity Code <img src="/images/cl2_help.gif" ALT="Activity Code Display" height="16" width="16" border="0">',null);
         htp.listHeader('Location',null);
         htp.listHeader('Payor',null);
         htp.listHeader('Auth#',null);
         htp.listHeader('Status',null);
         htp.listHeader('Billed',null);
         htp.listHeader('Billed Amount',null);
         htp.listHeader('Expected Amount',null);
         htp.listHeader('Balance',null);
         htp.listHeadClose;
    --billed
               begin
                  select decode(ci.approved, 'Y', 'Yes', 'No') into h_billed
                     from claim_item ci
                     where claim_item_id in (select claim_item_id
                                                             from claim_item_line cil
                                                             where ci.claim_Item_id = cil.claim_item_id
                                                             and cil.claim_item_line_id = c_claim_item_line_id);
                  exception when no_data_found then
                     h_billed := null;
                  when too_many_rows then
                     h_billed := 'Yes';
               end;
    if c_type in ('C')  then
                  begin
                     select decode(ci.approved, 'Y', 'Yes', 'No') into h_billed
                        from claim_item ci
                        where claim_item_id in (select claim_item_id
                                                                from claim_item_activity cia
                                                                where ci.claim_Item_id = cia.claim_item_id
                                                                and cia.claim_item_activity_id = c_claim_item_line_id);
                     exception when no_data_found then
                        h_billed := null;
                     when too_many_rows then
                        h_billed := 'Yes';
                  end;
               end if;
    --balance amount
               if h_claim_Item_id is not null then
                  begin
                     select balance_amount into h_bal_amt
                        from claim_item
                        where claim_item_id = h_claim_item_id;
                     exception when no_data_found then
                        h_bal_amt := 0;
                  end;
               else
                  h_bal_amt := 0;
               end if;
               if temp_claim_item_id is null or temp_claim_item_id != h_claim_item_id then
            h_total_bal_amt := h_total_bal_amt + nvl(h_bal_amt,0);
           end if;
    htp.listData('<B>Total reflects the client balance for the services listed.  To view the total client balance you must view the Complete Transaction History.  The calculation use for the TOTAL amount is, the total amount of the services on THIS screen minus any payments which have been received and have not been applied to services.</B>',11);
         htp.listData(nvl(to_char((nvl(h_total_bal_amt,0) - nvl(h_cl_bal,0)),'$999,999.90'),0));

    This question probably belongs in the Application server forum under the mod_PLSQL heading.

  • MIRO Invoice Posting Line Item Not Available

    Dear Gurus,
    I am trying to post a PO Invoice. There are 10 line items in the PO but two of them does not appear in the list of line items when trying to post the invoice by entering the PO number in MIRO.
    There is no prior invoice exist in the PO so all 10 line items are open and should show up while processing the invoice.
    I checked those 2 line items which do not appear and nothing seems to be unusual about them. Do you know what could be the reasons?

    Hi ,
    Is it a GR based IV - check the same in the Po.
    Secondly if yes then you will have to have GR for processing the same , in case if the same is put as a mistake then remove the tick from the Po using the T code ME22n and if there are release strategy then you will have to revoke them using the T code ME29n .
    Regards ,
    Dewang.

  • Posting payment (FP05) resulted to Balance in Document currency is not Zero

    A customer with a payment plan has a balance of $250 as March 2009 invoice.
    The customer paid $400 after getting the invoice.  In posting the payment via FP05, the error message came out. 
    1) What is this error message?
    2) How come the difference of $150 did not automatically go to Payment on Account?
    3) Is there a way to automatically do that instead of manually performing post processing steps in FP05?
    Balance in Document currency is not zero, posting not possible
    Message no. >0003
    Diagnosis
    You are attempting to post a document for which the balance is not zero in one or more currency.
    System Response
    During online processing:
    Error message requiring a correction.
    During background processing:
    Error message causing processing to be terminated.
    Procedure
    When working online:
    Correct the line items entered. If the amounts entered balance to zero, and this error message still appears, there is a program error. In this case, treat the error as if it occurred during a background processing.
    Background processing
    Contact your system administrator.

    Hi,
    I am not a FICA expert, but as per my knowledge on this, the balance payment did not automatically go to Payment on account because of the config for open items in SPRO.
    Please check the config for clearing control -
    Path -
    SPRO -> Financial Accounting -> Contract Account receivable and payable -> Basic functions -> Open Item Management -> Clearing control -> Define specification for clearing types - > Define default for incoming payment.  (double click on the payment lot (05) specification)
    Here in the above path, you have the option to specify the parameter for payment that cannot be allocated.  (Use of payments that cannot be alloted)
    Options available -
    Blank     No Payment on Account Posting; Post Payment to Clarif. Acct
    1     Post on account if contract account can be det. uniquely
    2     Post on account
    Please check the above confg.
    Hope this answers your question.
    Regards,
    Rajesh Popat

  • TDS on balance amount in MIRO

    I have paid advance to vendor at the time of raising PO. On this amount TDS is deducted. At the time of invoice verification MIRO the TDS should be deducted on the balance amount not the full amount of PO.
    For example the PO value is RS 10000/-. I have paid Rs7000/- as advance. On this advance amount I have say deducted RS 500/- as TDS. Now at the time of MIRO, system should calculate TDS on remaining RS 3000/-, not on RS 10000/-
    Is this functionality there in SAP? What is the solution for this scenario.

    hi
    check is there any user exit available as per your logic code it and activate it.

  • Posting with invoice reduction

    Hello Gurus,
    I'm trying to run Tcode MIRO. Without Invoice Reduction , i'm able to post and there are no error messages. but when i'm trying to do an Invoice reduction the screen says zero balance but when i go to post the document it does not post and a pop up window says balance not equal to zero.
    Can someone help me whats goin on here.
    Segards
    Shine

    Hi Pillai,
    Please check the following.
    calculate tax indicator
    gross (total) invoice amount including taxes
    tax amount
    unplanned delivery cost
    amount on the item list
    Regards,
    Satish Muvva.

  • MIRO - Invoice Output types (MR90)  Routines Based on Specific Suppliers

    Hi All,
    Requirement is to trigger Invoice outputs for a specific set of suppliers, while doing invoice verification in MIRO and the same need to be processed in MR90 for the output.
    Is there a routine which triggers a invoice output ( type REKL) only for specfic set of suppliers, for e,g if the suppliers are all ERS suppliers then it should trigger "REKl" else not?
    I am aware we have a routine 181 which can be modified but wanted to know from experts if this kind of requirements has a standard solution.
    Will appreciate any help regarding this.
    Note :Standard settings and customization have been done and triggering output is not an issue so please address the specific requiremennts.
    Regards
    Swagat Panda

    Would like to know more on how your are cancelling ERS invoices already settled? as i am not able to cancel them in MR8M is there any other ways around it?
    Also, Sub Cr we are using not for back dated price changes but since we are a service company we don't have concepts of MAP prices for the materials all are account assigned materials and get expensed and revaluation will just act as a statistical entry as there won't be stock at any point of time.
    The invoice reduction we are not using as these are all ERS invoices and if there is any amount to be debited to the supplier we come to know after a settlement run (MRRL) is over and we see a "visual" quality defect at a later point of time as i mentioned earlier we don't have stock.
    So this is one of the reason why we are debited the supplier at a later stage using Sub Cr and for this the vendor has to be sent a "notification" that we are going to debit him for a delivery ( account assigned ).
    But your suggestions were helpful in setting up business rules.
    Please be in touch.
    Regards
    Swagat Panda

  • Close project with not zero WBSs

    Hi Gurus,
    how can I close project with not zero WBSs? Client has a project wit not zero wbs a very old cost on wbs. Stores = wbs don`t exists no more and they can`t move the cost from wbs.
    Could zou help me?
    Thanks very much.
    BR,
    Martin

    Hi,
    yes I want to give status CLOSE to project and all wbs even though I have balance in it.
    I moved cost with Tr. KB15N to cost center and in CJI3 I have zero balance for wbs. But by closing wbs I have error KO115 Balance is not zero.
    BR,
    Martin

  • MIRO balance error in case of invoice reduction - Brazil

    Dear experts,
    we would like to use the "invoice reduction" functionality in MIRO in Brazil. This is possible without problems in case there are no taxes.
    If there are taxes we get balance errors due to the fact that the 2 FI-documents which should be posted do not balance to 0 (only the total balance is 0).
    Does anybody know how to treat this problem?
    Regards
    Andreas
    Edited by: Andreas Sturm on Sep 17, 2010 2:50 PM

    Moderator message:
    Hi Andreas, Portuguese forum, please post it in that Language. May translate.google.com help you to read and post.
    I've translated this one for you.
    Caros experts,
    Gostariamos de usar a funcionalidade "invoice reduction" na MIRO no Brasil. Isto funciona sem problemas se impostos não existirem.
    Se existem impostos então recebemos um erro de saldo pois 2 documentos de FI são postados e o saldo não é 0 (somente o saldo total é 0).
    Alguem sabe como tratar este problema?
    Andres, a thread IVA Revenda com ICMS, IPI, PIS e COFINS para não contribuinte do IPI pode ser útil.
    Atenciosamente, Fernando Da Ró

  • Balance not Zero

    Hi Gurus
    I am in the process of configuring my Ides system for MM. I am able to create all the process documents however during posting of incoming invoice an error no m8534 is reporting stating that "Balance not Zero" Highlighting difference between credits and debits.
    I request a solution for above problem
    with best regards
    Ramki

    Hi,
    Did you enter correct amount while MIRO? Please check the amount field on right top of the screen. Also check whether currency has been changed?
    Also check that for how much line item of PO, you are posting the Invoice. if all the settings are correct then please check the following note
    Note 1150585 - Wrong posting or error for the parked invoice document
    Note 1056557 - Inconsistency between PO price and proposed Invoice price
    Please revert back if solved or having any query
    Regards,
    Jigar

  • Reg.Balance not zero: 104.12-  debits: 104.12  credits: 0.00

    Dear Experts
    I am getting the following error when do MIRO.
    ""  Balance not zero: 104.12-  debits: 104.12  credits: 0.00
        Message no. M8534
        Diagnosis
    The system has discovered a difference between the debits and credits. This difference lies outside the tolerance limits set.
    System Response
    The system cannot post the document.
    Procedure
    If this message appears when you are processing a document online, you can
    change the amounts or enter new items until you can post the document
    change the Invoice Verification type, so that the document can be posted later in the background.
    If this message appeared when a document was verified in the background, you can now process the document. ""
    Pls help me
    Thanks in advance
    Rajakumar.K

    Hello,
    I got the same error message. I applied note OSS 398414 - (EDI: processing of tax code / tax amount) and now  the flow is working.
    Regards
    Arnaud
    Summary
    Symptom
    You want to edit an invoice via EDI. The invoice Idoc, however, runs into status "51" (incorrect). The system generates error message M8534:
    "Balance not zero: &  debits: &  credits: &"
    With the amount displayed as a balance, it is the tax amount.
    Additional key words
    idoc, idoc_input_invoic_mrm, idoc_input_invoic_mm, M8534, tax
    Cause and prerequisites
    Consulting
    Solution
    On the item level (segment E1EDP04) only the tax codes are read when the invoice Idocs are processed; the tax amounts are not read from these segments.
    For each tax code, a segment E1EDK04 must exist with the total tax amount for this control indicator on the header level. Thus, the tax amounts are read from these segments (E1EDK04).
    You must set the Customizing for the creation of the invoice Idoc so that the corresponding E1EDK04 segments are generated. Change this setting by using Transaction V/08. To do this you must setthe tax condition as follows: "S: Printing at totals level".

  • Balance not zero: 10 000,00-  debits: 10 000,00  credits: 0,00

    Dear team
    i am create invoice on MIRO ofter save the PO below error is show
    Balance not zero: 10 000,00- debits: 10 000,00 credits: 0,00
    how to rectify
    Locked because of double posting:
    Edited by: Jürgen L. on Jan 30, 2012 6:06 PM

    I believe you are getting this error message when posting the invoice in MIR7 or MIRO. And also i believe you are not balancing the amount with the PO line item value which you have entered in PO reference tab.
    Please enter the amount under the posting date which will balance your PO line item amount. Do let me know if it resolves your concern.

  • Inbound Idoc INVOIC01: Balance not zero

    In ECC 6.0, we are using inbound idoc type INVOIC01 and function module
    IDOC_INPUT_INVOIC_MRM to enter MM invoices & FI-postings for incoming purchase
    invoices that processed in an external system.
    The idoc raises error msg M8 534: "Balance does not equal zero".
    While processing the idoc, tax amount is not getting posted.
    I tried posting invoice through MIRO using the same data and it is getting posted but when i am using idoc , its giving error.
    Has anybody run into a similar problem? Any hint would be extremely valuable in order to solve the problem!

    Can anyone please help me on this ?

Maybe you are looking for