Posting Difference in MIRO for Service PO

Dear All
We have encountered the following problem during MIRO
Description         Amount Crcy     Amunt in LC   LCurrcy
Customer a/c        67586-   USD   108423.84 -       AUD
GR IR A/c             67586    USD     84604.12         AUD
Maintenance a/c    0           USD     23819.72         AUD
The above entry has come through MIRO for Service Order. Most of the FI documents have been created with these differences.
What should be the likely error.
Regards
Ramesh

Hi,
This is due to change in exchange rate only between GR date and IR date. the GR/IR account is same as GR document entry and the difference in amount due to exchange rate will not flow into GR/IR clearing account and hence posted to seperate account

Similar Messages

  • Miro for services using bapi_incominginvoice_create

    i need to automate miro for services.
    Please help how I can do this with code using above BAPI.
    Thanks

    Dear all,
                     It will be very helpful & ll be thankful if any ideas shared to overcome below issue.
                   I was trying to create invoice using BAPI_incoming_invoice of service document type.the invoice is created but while checking in accounting data amount is gone for coin adjustment,which is wrong as per my functional.
    My code & outcome is are attached.
    REPORT ZBAPI_AUTO_MIRO_SERVICES.
    DATA: headerdata TYPE bapi_incinv_create_header,
           itemdata TYPE TABLE OF  bapi_incinv_create_item,
           ls_itemdata TYPE  bapi_incinv_create_item,
           ls_accountingdata type bapi_incinv_create_account,
           accountingdata type table of bapi_incinv_create_account,
           return  TYPE TABLE OF  bapiret2,
           ls_return TYPE bapiret2,
           invoicedocnumber  LIKE  bapi_incinv_fld-inv_doc_no,
           fiscalyear  LIKE  bapi_incinv_fld-fisc_year,
           taxdata TYPE TABLE OF bapi_incinv_create_tax,
           ls_taxdata TYPE bapi_incinv_create_tax,
           gldata  TYPE TABLE OF bapi_incinv_create_gl_account,
           ls_gldata TYPE bapi_incinv_create_gl_account,
           vsplit TYPE TABLE OF bapi_incinv_create_vendorsplit,
           ls_vsplit TYPE bapi_incinv_create_vendorsplit.
    DATA:counter TYPE i.
    DATA: it_exload LIKE alsmex_tabline  OCCURS 0 WITH HEADER LINE.
    DATA:BEGIN OF it_final OCCURS 0,
          doc_date(8),
          doc_type(2),
          ref_doc_no(20),
          pstng_date(8),
          comp_code(4),
          diff_inv(10),
          currency(3),
          gross_amount(13),
          exch_rate(6),
          header_txt(25),
          del_costs_taxc(2),
          alloc_number(20),
          bus_area(4),
          item_text(50),
          business_place(4),
          invoice_doc_item(6),
          po_number(10),
          tax_code(2),
          item_amount(13),
          po_item(5),
          quantity(5),
          po_unit(2),
          cond_type(4),
          freight_ven(10),
          INVOICE_DOC_ITEM1(6),
          SERIAL_NO1(2),
          TAX_CODE1(2),
          ITEM_AMOUNT1(13),
          QUANTITY1(5),
          PO_UNIT1(2),
    END OF it_final.
      headerdata-invoice_ind = 'X'.
       headerdata-CALC_TAX_IND = 'X'.
       headerdata-doc_type  = 'RE'.
       headerdata-doc_date    = '20150309'.
       headerdata-ref_doc_no =  'GDFGDFG'.
       headerdata-pstng_date  = '20150309'.
       headerdata-comp_code  = 'VALC'.
    *  headerdata-diff_inv   = '0000203495'.
       headerdata-currency = 'INR'.
       headerdata-gross_amount = '657.30'.
       headerdata-exch_rate = '1.00000'.
       headerdata-PMNTTRMS = '0001'.
       headerdata-bline_date = '20150309'.
       headerdata-bus_area =   '3001'.
       headerdata-header_txt = 'abcddfghvkj'.
    *  headerdata-del_costs_taxc = it_final-del_costs_taxc."'P0'.
       headerdata-alloc_nmbr = 'BVKJFDLNV'.
       headerdata-item_text = 'BJFDBVKBDSVK'.
       headerdata-business_place = '1000'.
    ls_itemdata-invoice_doc_item = '000001'.
       ls_itemdata-po_number = '6600003195'.
       ls_itemdata-po_item = '00010'.
       ls_itemdata-tax_code = 'S1'.
       ls_itemdata-item_amount = '585.00'.
       ls_itemdata-quantity = '3'."it_final-quantity.
       ls_itemdata-po_unit  = 'NO'.
       ls_itemdata-ref_doc = '1000363624'.
       ls_itemdata-ref_doc_it = '001'.
       ls_itemdata-REF_DOC_YEAR = '2015'.
       ls_itemdata-SHEET_NO = '1000363624'.
       ls_itemdata-SHEET_ITEM = '0000000010'.
       APPEND ls_itemdata TO itemdata.
       CLEAR ls_itemdata.
    PERFORM COMMIT_WORK.
    FORM COMMIT_WORK.
    *  LOOP AT taxdata.
         CALL FUNCTION 'BAPI_INCOMINGINVOICE_CREATE'
         EXPORTING
           headerdata       = headerdata
    **   ADDRESSDATA         =
         IMPORTING
           invoicedocnumber = invoicedocnumber
           fiscalyear       = fiscalyear
         TABLES
           itemdata         = itemdata
    *   accountingdata      = accountingdata
    *      glaccountdata    = gldata
    *     MATERIALDATA     = matdata
    *     TAXDATA          = taxdata
    **   WITHTAXDATA         =
    **   VENDORITEMSPLITDATA =
           return           = return.
    **   EXTENSIONIN         =
    **   TM_ITEMDATA         =
    **   NFMETALLITMS        =
       IF return IS NOT INITIAL.
         LOOP AT return INTO ls_return WHERE type = 'E'.
           FORMAT INTENSIFIED.
           WRITE: / ls_return-message COLOR 6.
           FORMAT INTENSIFIED OFF.
         ENDLOOP.
       ELSE.
         CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
           EXPORTING
             wait   = 'X'
           IMPORTING
             return = ls_return.
         IF sy-subrc = 0 .
           FORMAT INVERSE .
           WRITE:  'Invoice & Created Successfully' COLOR 5,invoicedocnumber COLOR 5 .
           FORMAT INVERSE OFF.
         ENDIF.
       ENDIF.
    CLEAR headerdata.
    REFRESH itemdata.
    REFRESH accountingdata.
    REFRESH TAXDATA.
    *ENDLOOP.
    ENDFORM.

  • How to post MIRO for services .?

    Dear All ,
                                               User is doing an entry of MIRO here the total amount for service charges are 4,500 INR & serv. tax on it is 600INR ( For ex. ) now user wants that in mormal IV the amount is having the total of serv. charges + taxes but in this case user do not want to take the credit of serv. tax hence he wants that this sserv. tax should be posted to other liability G.L instead of Serv. tax credit G.L , can u pl guide how to post such MIRO .?
    Rgds .
    SAP2008
    Edited by: sap2008 on Jan 8, 2009 10:20 AM

    Hi
    Create MIRO, change the tax code to V0- No Tax in the header level as well as item level, so that you can able to post amount without service tax.
    Regards
    Prasanna R

  • Set quantity field disabled in MIRO for Services PO

    ¿How can I do in order to disable the quantity field in MIRO transaction ? (Only for Services PO)
    Edited by: Luis  Ganoza on Oct 11, 2011 9:01 PM

    Hi,
    Please check whether you have selected service based invoice verification indicator in service PO or not. I f not selected select and see. Ultimately the quantity field will be greyed out. An alternative is use OLMRLIST transaction and Now Click on "Change" button and Confirm the Message by Pressing Enter. Here mark  Quantity (DRSEG-MENGE)
    field as "Output Only". Thanking you.

  • Duplication of Inv. while miro for service entry sheet

    I hve made the setting at duplicate check inv. for incoming excise inv.......... irrespective of date........
    so....... while inv. verification it will give the error for duplicate inv. if entered the same inv. twice...... if we give any date of any financial error for the same invoice it will show error..........
    And our client requirement is dat if the same inv. no. occurs in different financial year......it should not throw the error..........
    So,
    Plz. guide me so how can we can make the above settings for check of duplicate inv. for the particular financial year......
    Rgds,
    navin

    Hi,
    Go to  XK02 and enter the vendor  no.
    In the accounting data tick the duplicate inv check
    and do the MIRO. It will not accept.
    Duplicate invoice check is done at vendor level only  and not
    at PLANT LEVEL
    G.Ganesh Kumar

  • Re: Incorrect Committment Item Defaulting for Services Items

    Purchase orders issued for services based upon material group are defaulting an incorrect commitment item. G/L account is defaulting correctly based upon valuation class assigned to material group. FMDerive contains assignment to derive commitment item from g/l. What is the missing link?
    Update - problem is no longer occuring on purchase order, however problem is occuring on service entry sheet
    Edited by: Cindy Ellis on Jul 23, 2008 9:59 PM
    Update - purchase orders are correct, problem is occuring on the service entry sheets
    Edited by: Cindy Ellis on Jul 24, 2008 7:31 PM
    Original Posting - Purchase orders issued for services based upon material group are defaulting an incorrect commitment item. G/L account is defaulting correctly based upon valuation class assigned to material group. FMDerive contains assignment to derive commitment item from g/l. What is the missing link?

    hi
    check whether this sap notes can help
    1110158 Contract Billing - DP90 not generate Debit Memo Request 08.04.2009
    1130699 DP90 and message "No expenditure items found" 11.01.2008
    1094018 DP90: Error message VPK1 310 even though costs exist 18.09.2007

  • Difference between MIGo and MIRO for GR IR clearing

    Hi all,
    I hav created one PO in foreign currency for 10 items. GR is happening for all 10 lines with rate say Rs 50. Now when i am doing MIRO with same rate i.e. Rs 50, 8 materials are getting posted correctly. But for 2 materials there is inventory posting for fixed amount (in local currency) irrespective of quantty.this case amount in foreign currency is same but dieefernce for GR/IR account is in local currency.
    When line items analysed it was observed that fo these 2 materials exchange rate picked up is different than header exchange rate. the difference in exchange rate is posted to stock account.
    In short system icking differen xchange rate for different line items for one invoice ( MIRO is happening against only one invoice)
    Can any one please explai this phenomena and any solution for this?
    thanks

    When you do aut. clearing and the exchange rates account is set up it will clear the GR/IR account.
    There is no reason to change exchange rates

  • No Suitable Items found for PO (error M8035) while doing MIRO against service PO for the 1st time in the Company Code

    Hi
    I am encountering the error M8035 (" No Suitable Items found for PO ") while I am doing MIRO for the 1st time against service POs (item cat - D) in a company code.
    in OMSY the period opened for the company code is : Current 06 2014 previous 05 2014
    This was done because Go Live date for the new company code is 01.06.2014.
    I am doing test in the test client now.
    I have created a vendor on today's date
    I have created a service PO on today's date (GR, GR Bsd IV, IR, Serv Bsd IV - these indicators are marked in the PO)
    I have created service entry sheet on today's date (acc assignment - K, G/L a/c was determined from the Material Group maintained in the PO)
    I have accepted the service entry sheet on 04.05.2014 (FI doc posted against the matl doc - KBS to WRX on 04.05.2014)
    I am trying to do the MIRO in the same company code on 04.05.2014.
    While I am putting the PO and its line item in MIRO item and pressing enter system shows the above info msg and nothings is appearing in MIRO item.
    I have tried to do MIRO against service entry sheet also - same things happened.
    I have tried selecting Goods Service Item+planned del cost in MIRO - nothing changed.
    I have tried posting MIRO against a non service PO (acc assgnment K, Item cat - BLANK) after doing MIGO in the same company code in the same date- PO is appearing in that case.
    FI people are able to post FB60 manually for the vendor I am using in the PO - so there is no problem in the vendor also.
    I have gone through the scn post related with the topic, unfortunately none of them solved my problem.
    Please help
    Thanks
    Sanjib...

    Can you post a screen shot for PO history ?
    Regards
    Dev

  • Rouding Difference error in MIRO for Local currency

    Hi Gurus,
    While posting invoice in MIRO, PO currency is EUR, system is showing correct balance in document currency but in local currency system is showing difference of .01 cents and not allowing to post.
    How to recitify this issue?
    Please revert asap.
    Regards

    Hi,
    Try setting Tolerance limit in OMR6
    If you want to round off the Values in the amount field at the time of invoice posting in MIRO. There will be a small difference amount positive or negative in the Balance field. System does not automatically round off the values. It is manually rounding only.
    Maintain the Tolerance key DIF for the Company code . Maintain the Tolerance values says + or - .50 INR in OMR6. & select the Check limit boxes
    Regards
    KK

  • Can we Use T Code MIRA instead of MIRO for posting incoming invoice?

    Hi All,
    Can we Use T Code MIRA instead of MIRO for posting incoming invoice?
    While trying to post a incoming invoice using MIRO, I am getting a error "HKONT is EMPTY". But when using MIRA i could get the invoice posted.
    And in which situations we use MIRA?
    Thanks in Advance
    Gopi Krishna

    Hello
    MIRA is for Invoice Verification in the Background
    Purpose
    This process is suitable for the following transactions:
    Posting invoices with mass amounts of data for which no item check is required
    Posting invoices referring to transactions not yet entered in the system
    Entering Invoices for Verification in the Background (Without Item List)
    When verifying invoices in the background, you enter only a small set of document header data, such as the invoice amount, the currency and the tax information. You also allocate the incoming invoice to a purchasing document or a vendor. The system saves the data and allocation criteria you enter.
    At a later point, the system verifies the invoice in the background. It uses the allocation criteria you entered to determine the item list. It then calculates the net total from the item list.
    If the net total = gross amount invoiced - tax amount (+/- tolerance), the system posts the invoice in the background.
    If the net total ¹ gross amount invoiced - tax amount (+/- tolerance), the system does not post the invoice in the background. It saves the document header data and the items determined in the background; the saved document then has to be processed manually in Invoice Verification.
    With Invoice Verification in the background, the system does not check for any quantity or price differences at item level. Since you do not enter any actual invoice item data, the system uses the default data for comparison.
    Regards
    Gregory Mathews

  • Different tax codes in the MIRO for single service item

    Dear all,
    Customer wants to enter 2 different tax codes in the MIRO for single service item. How it can be achieved?

    >
    Milosavljevic Sreten wrote:
    > Just loudly thinking... what can be reason that one service for same invoice is taxable with two different tax codes? 
    >
    It is cross-counties transportation. Part of route outside company country is non-taxable, inside part is taxable. Amounts are proportional to distance and hence become known only at time of invoice receipt.
    Users do not want to create 2 separate invoices. They would like to have ability to enter 2 lines in MIRO. But I need your help to understand, how it can be done? Service receipt is done by single line (because actual taxable / non-taxable amount is unknown at that time). So, is it possible to enter non-taxable amount in MIRO in some additional line?

  • Posting difference for a PID - error

    Dear All,
    An error message encountered while Posting difference for a PID "A difference can only be posted for period 09 2010".
    How can I resolve this issue and post the differences?
    pls suggest
    regards,
    Shetty

    Hi,
    Just check Material Ledger actiavated for the material ( can be checked in accounting -1 view) which you wnat post PID. Check if standard price of material appears  more than one valuation & valuation takes price from seperate cost estimate .Check with FICO consultant for to run cost estimate more than once with different costing variants each period  or not & if yes, its effects!
    Regards,
    Biju K

  • Is it possible to create Intrastat declaration for service only posted inFI

    Hi
    Is it possible to create Intrastat reporting for services that is only posted in FI(without PO) for Italy. If you have any idea please let me know .
    Thanks
    Rao

    Is it possible to create Intrastat reporting for services that is only posted in FI(without PO) for Italy. If you have any idea please let me know .
    Thanks
    Rao

  • Posting on required field for CO-PA in MIRO

    We are using MIRO for all our postings on vendors (one workflow)
    When we are making postings is possible in a situation that we crated the CO-PA posting without the required field for CO-PA.
    Steps:
    We fill in all information from the posting like  Business area and Profit center.
    Click on Prof. Segment (now you see the required fields)
    Click on Cancel
    Click on Prof. Segment (now company code, Business area and Profit center are filed in and can not be changed)
    Click on Continue
    Now the Prof. Segment is green and we save the posting without the required fields for CO-PA
    We are working on version 4.6. With the transaction FB60 it is not possible to create the same situation.
    How we can solve this problem?
    Thanks
    Paul

    Hi Anantha,
    We are using only MIRO for vendor postings. The reason is that there is one central center that is scanning in the invoices and sent them around with work-flow. To keep it simple we are using only MIRO.
    Paul

  • Filling alloction field for a subledger account by posting invoice by MIRO

    Hi, at this moment I am struggling with a problem concerning filling the field Allocation at line item of an GL account. When I am posting invoice by MIRO, I want to see certain information on line item of an GL Account. When I am posting an invoice by MIRO, this field is for P&L accounts and balancesheet accounts filled with the value such a determined in FS00, tab Control data, field Sort Key. So therefore all my accounts has the sort key Purchase order. When posting invoices by MIRO, the posting in FI, is showing me on line item level the PO-number in the field Allocation.
    However, when I am posting an invoce by MIRO on an reconcilliation account for asset, the allocation field is empty, MIRO is not filling this field automatically. Although the settings of the sort key is the same as for other balance or P&L accounts.
    Has anybody an idea how the allocation field can be filled automatically for an reconcilliation account for assets

    Hi
    Run the program RM07CUFA
    in SE38 Tcode and check the inconsistencies.
    Also in FS00 go to details of the GL account and double click on field status group under create bank interest tab and then double click material management/additional assignments.
    You can see the required or suppressed fields

Maybe you are looking for

  • HD/DVR STB never recieved

    About 4 weeks ago we recieved a call from Verizon, pretty much after the call was over I was supposed to recieve an HD/DVR set top box in return for my old one. (Free for a few months or something like that) Well, 2 weeks after that Verizon called be

  • Can the training material be given to end user freely ?

    Hi All, I think training material can be given to end user freely and directly. This thread made me confusing: /thread/738714 [original link is broken] Usually consultant creates manual training document to end user based on the training material. Rg

  • Changing the page region contents

    hi I have a page with 4/5 regions. On the top most region our company banner (which is a .gif) is there. There are some other links added in different region of the page. i want to change my company banner whenever i click on the links in the differe

  • Error: "the song...could not be used because the original file not found"?

    Has anyone seen and resolved the issue from this error: "The song...could not be used because the original file could not be found"? Thank you for your help

  • Flash Player 11.04 doesn't work

    After succesfully using prior isues of Flash Player for ages, the latest version (11.04 for Mac) doesn't work for me.  The message "Blocked Plug-in" apppears wherever an Flash Player image should be.... even though the recently downloaded plug-in is