MIR7 Problem

Dear All,
My scenario is as following. I have 2 different vendor account numbers for the vendor. Now I have created two different PO for each vendor account. I have created Goods Receipt for that purchase order. So at that time my financial entry will be as following.
For Asset PO 1
211001u2026u2026Asset account Cru2026u2026u2026100
129060u2026u2026Gr/Ir asset Accountu2026u2026u2026u2026.100
For Material PO 2
211010u2026u2026.Material Acount Cru2026u2026120
129061u2026u2026.GR/IR Material A/c u2026u2026u2026...120
But now when I am trying to parked invoice for this two PO document in one invoice document System will pass wrong entry which is as following.
129060u2026...GR/IR asset A/c u2026u2026Cru2026u2026100
129061u2026u2026GR/IR Material A/c. .Cru2026u2026120
120210u2026u2026Vendor 1 A/cu2026u2026u2026u2026u2026u2026u2026u2026u2026220
System will club the amount and pass it to only one vendor account instead of two different vendor accounts. It should be like as following.
129060u2026...GR/IR asset A/cu2026u2026.Cru2026u2026100
129061u2026...GR/IR Material A/cu2026Cru2026u2026120
120210u2026...Vendor 1 A/cu2026u2026u2026u2026u2026u2026u2026u2026u2026..100
120219u2026...Vendor 2 A/cu2026u2026u2026u2026u2026u2026u2026u2026u2026..120
Please let me know where I am making mistake. Or is there any config for this?
Regards,
Zubin

Hi,
System is showing the entries to single vendor because you can create the invocie with repect to one vendor at a time, single invoice for multiple vendors is not allowed.
Please do different invoice for 2 pos separetely so that no problem will be occured in posting the invocie.
Regards,
Bharat.

Similar Messages

  • MIR7...a problem with an invoice..PLEASE HELP!!!

    Hi all,
    i just want to create a preliminary invoice in the Tx. MIR7, but something happen with the item i want to add to the invoice and, doesnt let me create the preliminary invoice a throw the follow "error": Error in routing MRM_DRSEG_FILL(SAPLMRMH). Why the Tx. shows me that "error"?. Please help, i'm debugging the standard and i cant figure out what is the problem with the item.
    Thanx in advance

    Hi Mariana ,
    I am facing exactly the same error.
    Can you please guide as to how you solved the problem.
    Regards
    Suman Chakraborty

  • Problem related to MIR7 Display?

    Hi All,
    I have parked a document through mir7 and now when I am trying to see it through MIR7 again it is giving me the below mentioned message i.e.
    Invoice document 5105634725 cannot be processed further
    I have checked the PO as there is nothing  Blocked in it , if I go through purchase order history in PO and on clicking the same document it  gets open  but not directly through MIR7.
    Please Help

    Hi
    I tested in my Dev.server and finds OK.
    Steps I do
    Run MIR7
    Choose other Invoice document from menu
    Hold after processing the document.
    It deletes original parked inovice and creates new invoice document  with status posted

  • Problem Related to MIR7 and MIRO?

    Hi All,
    I want to hide the amount field in MIRO and MIR7, so that no bone could change the amount while passing it. please tell me from where can I hide the same?

    Hi
    You can create a screen variant in SHD0 or OLMRLIST where u can hide the amount field
    Regards
    Sandeep

  • Problem in mir7

    Dear Expert
    while taking mir7 it peaks diffrent value which is diffrent from po & gr value . i can not get the diffrence in value please help me to solve the issue.

    Please check the followings:
    In Po:
    1-Assessable Value(Material PriceAny DiscountP&F)
    2- Excise values
    3-Tax values
    4-Freight5-any other charges.
    In GR:
    check in accounting doc that Inv. will be Dr to GR/IR(Assessable Value) Cr and Freight Clg(freight Charges) Cr
    In excise doc(If excise is liable)-Modvat case
    Input excise Dr to Cenvate Clrg Cr.
    when simulating the MIRO for the same,check:
    Vendor will be Cr to Same value of GR/IR DrCenvated Clg DrFreight Dr+VAT(Deductible) Dr
    Hope this will solve your query
    Thanks & Regards,
    Bijay Pradhan

  • Mir7 recording problem

    When i open MIR7 to record, the other invoice document gets disabled. I am not able to record this.
    Is there any solution to this?

    + It's funny you should post this because I came here right now to post the exact same thing. I would have posted earlier but I forgot my account information and had to wait to get a reply email.
    So... same here (yes I know this was no help).
    Actually this is kind of weird. Every now and then my "Aux 2" will become available and my mic is not. I have to restart my computer 4 or 5 times for my mic to become available.

  • Problem related to MIR7?

    Hi All,
    I want to put check for Amount , so that no body could change it. please tell me if there is any user exit or any type of customization through which I can get the desired result.

    Still Not Answered.

  • USER EXIT in MIR7

    Hi there. I've got such problem:
    that in MIR7 there are 2 example documents:
    700000001 - parked document
    600000001 - posting document
    I assume that 600000001 is generated from the 700000001
    ... and ...
    line items texts of the 700000001 are kept in RBCO-SGTXT
    whilst
    line items texts of the 600000001 are kept in BSEG-SGTXT
    And what I need to do is to modify MIR7 that parked document text (RBCO-SGTXT) will be moved to posting document text (BSEG-SGTXT)
    I'm checking user exits in MIR7 but I think there is no dedicated user exit for such action.
    But ...
    I checked MIR7 in debugger and there is CALL CUSTOMER-FUNCTION '004' called every action in the screen. But now I've got a problem because I don't know how to catch the moment of saving document.
    I'm thinking about checking the sy-ucomm. The button which post document has got BU function code assigned. But isn't it danger?
    IF ( sy-ucomm EQ 'BU' ) .
      ... customer code
    ENDIF .
    There can be somewere in other sub-screens a button with the same function ocde which use could trigger some destructive action by calling customer code?
    Maybe You have some suggestions? I'm really ambarassed about that topic.Greet.

    I checked MIR7 in debugger and there is CALL CUSTOMER-FUNCTION '004' called every action in the screen. But now I've got a problem because I don't know when how to catch the moment of saving document.
    I'm thinking about checking the sy-ucomm. The button which post document has got 'BU' function code assigned. But isn't it danger?
    IF ( sy-ucomm EQ 'BU' ) .
      ... customer code
    ENDIF .
    There can be somewere in other sub-screens a button with the same function ocde which use could trigger some destructive action by calling customer code?
    Maybe You have some suggestions? I'm really ambarassed about that topic.Greet.

  • How to capture error message log for Tcode MIR7

    Hi ,
    I have a problem to capture the error message outside the tcode which are created by MIR7/MIR0 .
    Are they stored in any database table?
    Is there any other way to access them?
    Anybody knows how to solve this that will be very helpful.
    Thanks,
    Anu

    call transaction 'XK01' using i_bdcdata
                     mode 'N'
                     update 'S'
                     messages into i_bdcmsgcoll.
    if sy-subrc <> 0.
        perform get_error.
            write:/ itab , v_text.
    endif.
    *Form
    form get_error.
    loop at i_bdcmsgcoll.
    CALL FUNCTION 'FORMAT_MESSAGE'
    EXPORTING
       ID              = i_bdcmsgcoll-MSGID
       LANG            = sy-langu
       NO              = i_bdcmsgcoll-MSGNr
       V1              = i_bdcmsgcoll-MSGV1
      V2              = SY-MSGV2
      V3              = SY-MSGV3
      V4              = SY-MSGV4
    IMPORTING
       MSG             = v_text
    EXCEPTIONS
      NOT_FOUND       = 1
      OTHERS          = 2
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    endloop.
    endform.                    " get_error
    Edited by: Bala Krishna on Sep 9, 2008 7:50 PM

  • Deactivate Invoicing (MIR7 and MIR4) in a Purchase Order

    Hi SAP Experts,
    We have Purchase Orders (PO) for service (construction of building) to a vendor (contractor).  We are using the Goods Receipt (MIGO) to receive the percentage accomplishment.  However, we are using an ABAP program for invoicing instead of (MIR7 u2013 parking of invoice and MIR4 u2013 posting of invoice) since we pay a down payment to the vendor and we also have a retention amount.  Our problem is if we use the ABAP program for invoicing to process payment, we can process it again using MIR7 and MIR4, which may result to double payment to the contractor.  Is there a way where we can receive the goods (MIGO) and deactivate parking and posting of invoices (MIR7 and MIR4 respectively)?
    Thanks,
    Matt

    Hi vaishali gupta,
    Thanks for the advise.  We ticked the final invoice and it did not let us invoice the PO using MIR7 and MIR4 and our ABAP program.  However, we still need to issue an invoice using the ABAP program that we created.  Is there another way where we can use our ABAP program to invoice the PO and at the same time, cannot be invoiced using MIR7 and MIR4?
    Also, when we ticked the Final Invoice, when we made a goods receipt, the amount that was received became 0.00.
    Thanks,
    Matt
    Edited by: chuamatt on Mar 6, 2012 1:54 AM
    Edited by: chuamatt on Mar 6, 2012 2:09 AM
    Edited by: chuamatt on Mar 6, 2012 2:14 AM

  • Invoice Park related problem

    hi,
    we've faced a problem regarding parking the invoice in MIR7. In MIR7 we can park twice same line-item of a PO and we can post those duplicate parked documents also.
    So how do we put the restriction to prevent the duplicate parking.
    please help me to solve the problem and please explain in details.
    regards,
    Aniruddha

    Hi
    Set duplicate invoice check or use work flow for parking and posting (different user authorization) of IV.
    Thanks

  • TCode MIR7: Dump while deleting Parked Invoice with zero value

    Hi,
    We had parked an Invoice using TCode MIR7 with Zero Value with reference of a PO. Now as the value of invoice is zero, we want to delete it using MIR7.
    In MIR7, when we go to Invoice Document-->Delete, it results in dump. Dump is as follows:
    Error analysis
        Short text of error message:
        No document found
        Long text of error message:
        Technical information about the message:
        Message class....... "FI"
        Number.............. 124
        Variable 1.......... " "
        Variable 2.......... " "
        Variable 3.......... " "
        Variable 4.......... " "
    How to correct the error
        Probably the only way to eliminate the error is to correct the program.
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "MESSAGE_TYPE_X" " "
        "SAPLFMPR" or "LFMPRU05"
        "FM_CO_DOCUMENT_DELETE"
        If you cannot solve the problem yourself and want to send an error
        notification to SAP, include the following information:
        1. The description of the current problem (short dump)
           To save the description, choose "System->List->Save->Local File
        (Unconverted)".
        2. Corresponding system log
           Display the system log by calling transaction SM21.
           Restrict the time interval to 10 minutes before and five minutes
        after the short dump. Then choose "System->List->Save->Local File
        (Unconverted)".
        3. If the problem occurs in a problem of your own or a modified SAP
        program: The source code of the program
           In the editor, choose "Utilities->More
        Utilities->Upload/Download->Download".
        4. Details about the conditions under which the error occurred or which actions and input led to the error.
    Information on where terminated
        Termination occurred in the ABAP program "SAPLFMPR" - in
         "FM_CO_DOCUMENT_DELETE".
        The main program was "SAPLMR1M ".
        In the source code you have the termination point in line 34
        of the (Include) program "LFMPRU05".
    Any help.
    Regards,
    CMC Team.

    Hi,
    Check following SAP notes:-
    1173846  (MM) Termination when deleting prepaid logistics invoices
    Reason and Prerequisites
    This problem is caused by a program error.
    1224772  (MM) Error message FI24 when deleting parked invoices
    Reason and Prerequisites
    This is due to a program error. The total amount of the parked invoice is '0'.
    Regards,
    Anand Raichura

  • MIR7 exchange rate is not modefied with respect to posting date

    Hi Experts,
    In our SAP system , we use MIR7 to create park invoice at first ,and then use MIR4 to change the parked invoice and post it.
    but when creating parked invoice, it's in say June and the exchange rate is 100, and when we create real invoice from parked invoice, it's October and exchange rate turns to 115.
    Then I change the posting date in the invoice from June to Ocetober, but the exchange rate is still 100 it is not changing according to the new posting date. How can I solve this problem, please give me a solution a.s.a.p.
    Thanks in advance for your help.
    Regards
    Sunil

    Hi Pankaj,
    There are so many options e.g you can check in oinm select that particular item sort on docdate and check inqty and compare with your goods issue date if it is same then send same transaction to approval if you want.
    Thanks
    Sachin

  • Runtime error in MIR7

    Hello All
    We had used transaction MIR7, to park an invoice. Now when we go back to retreive the document system is prompting the following error "Relative node for insert not found, LastError node key: 5.". & then goes into the runtime error screen.
    I've looked up an OSS note 362883, Which suggest the same happens due cause there are too many entries in the main menu, However if i go to the very next parked document i do not face this problem.
    Can anybody suggest what checks i need to perform. Also would like to know whether it's possible to enter the P.O number of one vendor and change the vendor and park the invoice
    Thanks
    Nelson

    We need system info and crash details:
    Working with your Operating System’s Tools
    Mylenium

  • Mir7 help

    For a double level of control we have recently introduced Mir7 to park and then miro control to post the documents.
    We have a serious problem with that....
    The user can park multiple duplicate invoices with the same PO, we need to stop that, that is bearable.... but something worse they are able to post as well multiple duplicate invoices......
    I have checked the configurations as well
    SPRO>IMG>MM>Logistics invocie verification>Incoming invoice-->Set check for duplicate invoice
    and the vendor master check as well....
    What else should i Do to ensure this does not happen? it will be serious if a payment goes out twice....
    Thanks...

    Hi,
    Under path SPRO>IMG>MM>Logistics invocie verification>Incoming invoice-->Set check for duplicate invoice
    Here activate this for Co. Code, reference and Inv. date.
    In XK02 - For Vendor under "Payment Transactions" screen, activate "Duplicate invoice check"

Maybe you are looking for