ERROR IN MR11

Dear Experts,
I am trying to post a Purchase Order for Maintenance of GR/IR Clearing Account in MR11 with posting date 31.03.2010 on 02.04.2010. System is issuing error " Posting takes place in previous fiscal year " and not allowing to post.
In MMRV T-Code, details are as,
Current period   01 2010
Previous Period 12 2009
Allow posting to previous period has been ticked
But still why system is issuing error?
Kindly help me out to post the document. Also, i just want to know MR11 should be performed as Month/Year end activities?
Expecting your valuable replies. Thanks in advance..
Regards,
Kumar
Edited by: KUMAR LP on Apr 3, 2010 8:20 AM

Dear Mathew,
Thank you very much..As you said, FI period was not open for posting period. Edited the same in OB52.
Thanks and expecting your support in future also..
Regards,
Kumar

Similar Messages

  • Message_type_x error in mr11

    hi gurus ,
    i am getting a message_type_x error in mr11 in the following code in the function module 'CKMLGRIR_POST_GRIR_MAINTAIN
    i have commented the line which throws run time error
    FORM CHECK_ACTIVITY_TAB_POST.
    Pflegen der Tabelle ACTIVITY_TAB
      CLEAR WF-EXIT.
      CLEAR ACTIVITY_TAB.
      ACTIVITY_TAB-NAME   = UF-ACTIV.
      READ TABLE ACTIVITY_TAB WITH KEY ACTIVITY_TAB-NAME.
       Prüfen, ob Fehler im Belegkopf oder Eintrag nicht gefunden
      IF SY-SUBRC                   NE 0    OR
         ACTIVITY_TAB-HEADER_ERROR   = 'X'  OR
         ACTIVITY_TAB-POSITION_ERROR = 'X'  OR
         ACTIVITY_TAB-POSITION       = ' '.
         MESSAGE X167 WITH UF-ACTIV.   " the  run time error is reported on this line
         WF-EXIT = 'X'.
         EXIT.
      ENDIF.
       wenn kein Fehler, dann Vormerken zur verbuchung.
      ACTIVITY_POST-ACTIVITY = UF-ACTIV.
      COLLECT ACTIVITY_POST.
    ENDFORM..
    plz hehp
    Edited by: anandkishor on Sep 9, 2009 9:21 AM

    hi gurus ,
    i am getting a message_type_x error in mr11 in the following code in the function module 'CKMLGRIR_POST_GRIR_MAINTAIN
    i have commented the line which throws run time error
    FORM CHECK_ACTIVITY_TAB_POST.
    Pflegen der Tabelle ACTIVITY_TAB
      CLEAR WF-EXIT.
      CLEAR ACTIVITY_TAB.
      ACTIVITY_TAB-NAME   = UF-ACTIV.
      READ TABLE ACTIVITY_TAB WITH KEY ACTIVITY_TAB-NAME.
       Prüfen, ob Fehler im Belegkopf oder Eintrag nicht gefunden
      IF SY-SUBRC                   NE 0    OR
         ACTIVITY_TAB-HEADER_ERROR   = 'X'  OR
         ACTIVITY_TAB-POSITION_ERROR = 'X'  OR
         ACTIVITY_TAB-POSITION       = ' '.
         MESSAGE X167 WITH UF-ACTIV.   " the  run time error is reported on this line
         WF-EXIT = 'X'.
         EXIT.
      ENDIF.
       wenn kein Fehler, dann Vormerken zur verbuchung.
      ACTIVITY_POST-ACTIVITY = UF-ACTIV.
      COLLECT ACTIVITY_POST.
    ENDFORM..
    plz hehp
    Edited by: anandkishor on Sep 9, 2009 9:21 AM

  • Error during MR11 - Maintain GRIR Clearing Account

    Dear Forum,
    The users are trying to do the clearing of the unmacthed items of GRIR  thru MR11. However, the system gives the error message -
    Msg Type 'E' Msg No. 013 - Error during reading of the material XXXXX  or material locked.
    Could you please help as to what could be wrong and what needs to be done to resolve the error.
    Thanks for the help.
    Regards

    Hi,
    Close the other views pertaining to material transactions (Inventory) or master data if open prior to use MR11.
    Regards
    VG

  • Error in MR11: One or more purchase orders were not updated

    Dear Gurus,
    While posting MR11 for a account assigned purchase order i'm facing a error as "One or more purchase orders were not updated" under message ID CKMLGRIR 003.
    Diagnosis: An error occurred during the update. As a result, an entire processing package of purchase orders could not be cleared.
    I checked with the PO and it looks correct.
    What may cause this issue? I'm using 4.6C release.
    Thanks in advance.
    Regards,
    RathiM

    Please check the SAP note below  :
    843022  MR11: Error log, purchase order number is missing

  • GR/IR Posting Error CKMLGRIR025 - Purchase Order History Inconsistent

    Hi Everyone.
    We currently have a posting in our GRIR for a Feright Condition Value against a Purchase Order which gets the above error when trying to post in MR11.
    The Diagnosis of the error reads:
    "The purchase order history contains differences between the goods receipt and invoice receipts/Account maintenance for the order item in the field Difference Quantitiy (= 43.804 TO) and Difference Value (= -342.77)
    The purchase order history for this tiem is inconsistent"
    When looking at this Freight Condition information in the Purchase Order I can not see why this item has resulted in this error in MR11.
    Has anyone else seen this error come through in their system, and do you have any ideas on how to fix this.
    Thanks
    Hayley

    We are experiencing the same issue with the GRIR Posting Error CKMLGRIR025 - puchase order history inconsistent.  The actual message that we receive is Puchase Order history already inconsistent -->Quantity 1.00 EA Value 0.65-USD.
    We reviewed SAP Note 708649 which also recommends using transaction MIRO with the corresponding default quantity and value o.  However, we are not able to enter an Invoice for the "default qty & value 0", as SAP gives me error message M8278 "You are not allowed to have zero lines" (just like Haley commented).  In reviewing this thread, I did not find the solution to the error message M8278 "You are not allowed to have zero lines" .  Could someone help me understand?
    Thank you!

  • MR11 - Error Message C+171

    Iam trying MR11 and getting following Error message. Material Ledger is active in our system.
    Any idea what could be the reason..
    Message no. C+ 171
    Error  while determining the currency types for XXXXXX XXX
    Note - XX...   = PO number.

    If you have material ledger active and setup a plant with out running CKMSTART, MR11 will read table CKMLV " Material Ledger Control Record " table and not find an entry for that plant. 
    Since text base PO does not have a material, it was not bothered by the material ledger during GR.    With MR11 it found the material ledger was active (even though it was a text base PO) but missing the plant. It then gets sy-subrc exception condition and returns the C+171 currency error.  
    If you have Material ledger active run ckmstart in test mode and see if it is setup first,  if not run it and the error message should go away.
      ( Note:material ledger can not be deactivated once turned on and can really change how MM records are processed.   Please refer to OSS notes on the subject ). If material ledger is not active  << STAY AWAY FROM IT >>, then you need to look elsewhere.

  • MR11 error message system status CLSD is active

    MR11 fails with error message system status CLSD is active . How to clear the PO line item which gives error message in MR11 system status CLSD is active .

    If you are using an account assigned PO then possibly the order(PM order, internal order etc) to which your PO refers might have status as CLSD.
    Check and reverse the status.

  • MR11 Error message

    I am running MR11 and the system is giving the following error message
    No data selected. Check selection parameters!!
    In selection criteria I used the following fields:
    CO. Code: USXX
    Posting Date: 11/14/2008
    Purchase Document : 10018428
    Purchase Order Date: 05/28/2006 - This is the old P.O.
    I check mark the following
    Delivery Surplus
    Invoice Surplus
    GR/IR Clearing account
    Delivery Cost Account
    ERS Purchase Order
    and I choose Prepare list.
    Also When I run the TCode MB5S, there is no data in there
    Can anyone help me what could be the problem would be?
    Thanks

    Thanks for your reply, First, this PO does not require to receive Goods. Second The GRIR aging report shows the Balance under IR only. and there is no balance on P.O.
    my question is why it is showing in GRIR aging report. My best glue is most likely the account assignment in the P.O. is incorrect>
    Please advice.
    Thanks

  • Error while doing GR/IR clearing in MR11

    Hi friends,
    We have a schedule ageeement created in 2004 but got some GR/IR differences and need to do clearing in MR11. I can able to see the purchase order history of it so it conforms that the document is not archived. Only issue is I cannot phisically able to display the material/accounting document because we have recently migrated to different system and therefore the po history was not migrated because of amount of data.
    Now the issue is, after inputing the required fields in MR11, we are getting the following error:
    System error: Error in routine VERARBEITEN_WERE_DATEN, RE_BPMNG<0 0055004113 0000
    Message no. M8 607
    I've searched sap notes but couldn't find much help. I've tried different seach criteria but no luck. Could anyone able to help me?
    Thanks
    Kelly

    Hi Vinod Kapote,
    Check following IMG Settings in your system;
    (a) Schema for Stock transports
    (b) Shipping data for Site
    Hope you have carried out following activities;
    (1) Purchase order with document type UB
    (2) Outbound delivery using VL10B
    (3) Post Goods Issue using VL02N
    (4) Goods Receipt using MIGO
    Bye,
    Muralidhara

  • Error while doing MR11 as enter Profitability segmet as Cost object

    Hi All,
    While doing MR11, we noticed a error message (ZC - 001) as "Enter Profitability segment as Cost object for Revenue and COGS posting".
    The specified Material account is created as Cost element (CE Category 11) and in OKB9 configuration this cost element is choosed (ticked) with the option "profitability segment". Also there is no substitution rule to derive profitability segment in OBBH substitutions.
    However there is a validation (GGB0), where the above specified Material account is included in the range of accounts in the Prerequisite, and Check as "Profitability segment is > (greater than) 0000000001 and with the message maintained as "Enter Profitability segment as Cost object for Revenue and COGS posting".
    Can any please help why this error has come at the earliest.
    Thanks & Regards
    Karun

    Hi Eli,
    Thank you very much for reply.
    I hope the note 184987 is not applicable in our case as the Field status of specified Material account does not have required entry for Profitability segment.
    Can you please let me know if we have entry in OKB9 and existance of entry in Validation creates the problem and throws the above error message?
    With regard to other note 134484 which you have specified on "error in Account assignment check in MM transactions" says "A detailed default account assignment (for example profitability segment) was defined in Transaction OKB9. However, the profitability segment is not set up correctly for goods movements: the characteristics material, plant, business area are missing. A later check of the profitability segments against material, plant and business area then generates an error message since the profitability segment is inconsistent".
    Is there any way to confirm whether this situation is leading to our error before implementing this note.
    Thanks & Regards
    Karun

  • MR11 GR/IR clearing account error

    Hi All,
    I have an issue on Txn MR11 that my client is facing.
    There are certain PO's for which when the GR/IR acount clearance is done through Txn MR11 it gives an error as "Update error : one or more purchase orders were not updated".
    I have never worked on GR/IR acoount clearance. This is basically used to settle the GR/IR account when there are variances in the GR and IR quantities if am not wrong.When I observed these PO's I found that the GR quantity and the IR quantities for these PO's were same. But the still the client is doing MR11 adn getting the above error.Is there still a need to run Txn MR11 even when the GR & IR quantities are same?
    Please let me know if my understanding of MR11 is wrong or we are missing something which is causing that error?
    Regards,
    V S

    issue resolved

  • Error while doing MR11 reversal

    Hi,
    Have an issue in MR11 reversal,
    The details as follows,
    1. PO quantity  1 EA
    2.IR done fiirst for 0.250 EA
    3.GR done for 1 EA
    4.User did MR11 to clear GR/IR learing value
    5.after MR11,user cancelled IR & GR
    6 Now he is trying to do MR11 reversal and system gave error message as shown below,
    Performance Assistant:
    Purchase order history already inconsistent --> Quantity               0.750- EA Value               49.95 CAD
    Message no. CKMLGRIR025
    Diagnosis:
    The purchase order history contains differences between the goods receipts and invoice receipts/Account maintenance for the order item in fields Difference Quantity (=               0.750- EA) and Difference value (=               49.95 CAD).
    The purchase order history for this item is inconsistent.
    is ther any way to solve this issue.
    rgrds...

    Hello Jurgen,
    Thanks for your suggestion.
    FYI.I got reply from SAP,the correct way is  the Account Maintenace should be reversed first, thenfollowed  by GR and lastly the IR posting.But user has done GR IR reversal before MR11SHOW.
    We have to  implement report ZM_CHECK_EKBE_AREWR from note 372246 for this issue.
    Thanks once again.
    rgrds...

  • MR11 : error CKMLGRIR013 for a po of a material UNBW

    Dear.
    I try to run MR11 for a purchase order with goods receipt of a material UNBW.
    The system send this error message when I try to post clearing.
    Error during reading of material ... or material locked
         Message no. CKMLGRIR013
    Can you help me ?
    Thanks.

    Hi,
    check SAP Note:-
    Note 1145489 - MR11: Error handling in background processing
    Regards
    Kailas Ugale

  • Error message in MR11

    Hi Gurus,
    I am having trouble with a specific purchase order on the MR11 transaction. I was able to post/clear/remove other purchase orders variances but this one gives me a warning/error message ” Perform the planned price change for material”. Please advice how can I resolve this?
    Rewards for appropriate answers.

    hi,
    for that materil you planned for price change, In MR21 transaction change the price of that material.
    hope this may help you,
    regards,
    Srinivas

  • MR11 Error

    GR happend for PO with movment type 101 and later GR has been reversed with Movement Type 102.
    IR has been received for this PO.
    After wards there is a Credit Momo Processed for this PO.
    When MR11 has been excuting for GR IR Clearing there is error message sayign Purchase Order Inconsistency.
    How this IR and Credit memo for this PO be Delt ?

    Hi,
    when you reverse aan invoice,the system automaticaaly creates a credit memo based on the data in the invoice docuement .
    If you cancall the credit memo,system automaticaly generates an invoice .
    If invoice happened for your process then first revrse invoice and then reverce Grn
    Regards
    Kailas Ugale

Maybe you are looking for

  • Lookup in Range?

    Hiya folks. Just wondering if I can use a LOOKUP for a value in a range.  Example: Lookup value:  2300 Range table: Minimum Maximum Associate 1 999 alpha 1000 2499 bravo 2500 4999 charlie 5000 9999 delta 10000 19999 echo 20000 99999 foxtrot How can I

  • AppleAV Cable

    I've recently baught an Apple AV Cable for iPod and I want to Mirror my iPod Touch 4th Gen to the TV. Is there a way without jailbreak (I would NEVER try Jailbreaking)

  • No Call Log

    Received my new iPhone 4s yesterday, updated it to iOS 5.1 Since then its not showing my call log. Can't see any missed calls, all the contacts are visible though. I can see the phone number  or contact name, while i am makeing or receiving call. But

  • How do you change the print zoom of a webpage for printing?

    I would like to know how to change the print zoom (the zoom of a page on the paper when it is printed) of a webpage for printing. I used to always do this when I had Mozilla Firefox on a Windows XP computer but ever since I got Mozilla Firefox on a W

  • Windows 8.1 wireless network on boot camp not working

    I just completed Windows 8.1 installation with USB fixes on a new MB Air. I cannot get the wireless in Windows to recognize any wireless networks. I have Mavericks which may be the problem. Any help is appreciated....Thank you- T