Problem in posting Goods received( T-code:MIGO_GR-GR FOR P.O.)

Hi All Experts,
I am a self learner for SAP MM.Im haveing following problem when Im trying to do posting in MIGO T-CODE...first its was saying that posting is only allowed in 2007/02 & 2007/01..then I closed the periods in MMPV up to 12/2007 but now its saying
<i><b>posting is only posible in periods 2007/12 and 2007/11 in compant code....</b></i>
plz any expert can explane what is this problem & How to slove it & where....plz explane me in detail..
I will be very thankfull to every experts..
Look forward to heairing form You soon,,
Thanx,
SOHAIL

Hello,
You please see first which period is current thru transaction MMRV.
If for example if we consider case oas on 30.09.2007 and if you are on april to march calender your current will be 5 and 6. Now you want to open period for october and close period for august. Then in transaction MMPV you have to put company code , period as 7 and fiscal year 2007.then system automatically opens period 07 ans closes 05.
Similarly If you are on january to dec calender then your current period as on 30.09.2007 will be 8 and 9. then in MMPV you have to put 10 for october.
Considering above concept you check what you have done.From your message it seems that you have open december and november.If it is a matter of study only then do your posting in 2007/11 and 2007/12.
Regards
Kedar Kulkarni

Similar Messages

  • Problem while posting goods thru MB1C

    Dear Friends,
    Iam practising in IDES. While posting goods thru t.code MB1C, iam encountering 2 error messages.
    1. Posting only possible in 4/2008 & 5/2008 periods only.
    2. Posting period 005/2008 is not open.
    I believe there are few MM settings to be done for this,.Kindly help in this reg.
    Points assured
    KrIshna C

    Hi,
    Use the T code: MMPV
    give your company code and year
    select open and close periods
    execute
    it will close for that month
    keep repeating those steps until you reach your current period
    this should solve your problem
    Award points if you find this info useful
    Regards
    saprules.

  • Hello! I havent received any code after paying for it! Money's been withdrawn from my bank account and all I have now is a transaction code. How can I get the code for Photoshop?

    I havent received any code after paying for it! Money's been withdrawn from my bank account and all I have now is a transaction code. How can I get the code for Photoshop?

    You'll need to call Adobe customer support on the telephone.  There's little we fellow users can do to help you.
    -Noel

  • Problem with post goods issue

    hi
    I'm doing a delivery using vl01n bt at post goods issue its showing run time error.the error message details gvn below.
    Information on where terminated
    Termination occurred in the ABAP program "SAPLMBWL" - in
    "MB_POST_GOODS_MOVEMENT".
    The main program was "SAPMV50A ".
    In the source code you have the termination point in line 59
    of the (Include) program "LMBWLU21".
    Source Code Extract
    Line SourceCde
    29 * when a goods movement for an inbound or outbound delivery is posted
    30 * directly from VL31N/ VL01N, XBLNR is not yet known when we call
    31 * CKMV_AC_DOCUMENT_CREATE, but the number is supposed to be stored in
    32 * BKPF as well. There is no other way to forward XBLNR to FI as not
    33 * every document is posted by MB_CREATE -> a new function module in
    34 * MBWL for transferring the information, called by FI, meant to load
    35 * the complete function group for all MBxx postings when this isn't
    36 * required (Performance). Would be the better way to transport the
    37 * information after switching off MBxx in later release.
    38 * corresponding IMPORT ... FROM MEMORY ... can be found in
    39 * AC_DOCUMENT_POST (FORM FI_DOCUMENT_PREPARE (LFACIF5D))
    40 l_mem_id = 'MKPF-XBLNR'. " 641365
    41 EXPORT xblnr = xblnr_sd TO MEMORY ID l_mem_id. " 641365
    42 ENDIF.
    43 IF xmkpf-xabln IS INITIAL. "note 434093
    44 CALL FUNCTION 'MB_XAB_NUMBER_GET'. "note 434093
    45 ENDIF. "note 434093
    46
    47 ENHANCEMENT-POINT MB_POST_GOODS_MOVEMENTS_01 SPOTS ES_SAPLMBWL STATIC.
    48
    49 ENHANCEMENT-POINT MB_POST_GOODS_MOVEMENTS_02 SPOTS ES_SAPLMBWL.
    50 CALL FUNCTION 'MB_CREATE_MATERIAL_DOCUMENT_UT'
    51 EXCEPTIONS
    52 error_message = 4.
    53 * As soon as we have started to put things into UPDATE TASK, we must
    54 * ensure that errors definitely terminate the transaction.
    55 * MESSAGE A is not sufficient because it can be catched from
    56 * external callers which COMMIT WORK afterwards, resulting in
    57 * incomplete updates. Read note 385830 for the full story.
    58 IF NOT sy-subrc IS INITIAL.
    >>>>> MESSAGE ID sy-msgid TYPE x NUMBER sy-msgno WITH "385830
    60 sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    61 * MESSAGE A263.
    62 ENDIF.
    plz tell me the configuration steps for post goods issue in SD if applicable.

    Hi Lakshmipati,
        I have maintained movement type 601 at OMJJ. I hav also added the filed cost center in that (before it was not available).
      I checked GL acct at fs00, it is already contain field status group g004 and the check box "post automaticallyt" is also activated. The cost element has also assigned to cost center. After assigning the cost center to cost element, the error is changed to fld selection for mvmt type 601/ acct 300021 differs for cost center
       But i noticed one thing: If i chage the field status group to g006, the error has not appeared and giving the other error:
    valuation area xxx2 (plant) not yet ptoductive with material ledger this error has been already posted by me but not yet received correct answer.
    Kindly provide the solution for this.
    Regads
    Sabera

  • Problem with post goods issue in SD std. delivery

    hi
    while doing post goods issue of a delivery in VL01n its showing run time error. the error message is gvn below.
    Information on where terminated
    Termination occurred in the ABAP program "SAPLMBWL" - in
    "MB_POST_GOODS_MOVEMENT".
    The main program was "SAPMV50A ".
    In the source code you have the termination point in line 59
    of the (Include) program "LMBWLU21".
    Source Code Extract
    Line SourceCde
    29 * when a goods movement for an inbound or outbound delivery is posted
    30 * directly from VL31N/ VL01N, XBLNR is not yet known when we call
    31 * CKMV_AC_DOCUMENT_CREATE, but the number is supposed to be stored in
    32 * BKPF as well. There is no other way to forward XBLNR to FI as not
    33 * every document is posted by MB_CREATE -> a new function module in
    34 * MBWL for transferring the information, called by FI, meant to load
    35 * the complete function group for all MBxx postings when this isn't
    36 * required (Performance). Would be the better way to transport the
    37 * information after switching off MBxx in later release.
    38 * corresponding IMPORT ... FROM MEMORY ... can be found in
    39 * AC_DOCUMENT_POST (FORM FI_DOCUMENT_PREPARE (LFACIF5D))
    40 l_mem_id = 'MKPF-XBLNR'. " 641365
    41 EXPORT xblnr = xblnr_sd TO MEMORY ID l_mem_id. " 641365
    42 ENDIF.
    43 IF xmkpf-xabln IS INITIAL. "note 434093
    44 CALL FUNCTION 'MB_XAB_NUMBER_GET'. "note 434093
    45 ENDIF. "note 434093
    46
    47 ENHANCEMENT-POINT MB_POST_GOODS_MOVEMENTS_01 SPOTS ES_SAPLMBWL STATIC.
    48
    49 ENHANCEMENT-POINT MB_POST_GOODS_MOVEMENTS_02 SPOTS ES_SAPLMBWL.
    50 CALL FUNCTION 'MB_CREATE_MATERIAL_DOCUMENT_UT'
    51 EXCEPTIONS
    52 error_message = 4.
    53 * As soon as we have started to put things into UPDATE TASK, we must
    54 * ensure that errors definitely terminate the transaction.
    55 * MESSAGE A is not sufficient because it can be catched from
    56 * external callers which COMMIT WORK afterwards, resulting in
    57 * incomplete updates. Read note 385830 for the full story.
    58 IF NOT sy-subrc IS INITIAL.
    >>>>> MESSAGE ID sy-msgid TYPE x NUMBER sy-msgno WITH "385830
    60 sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    61 * MESSAGE A263.
    62 ENDIF.
    if there is any configuration step for post goods issue in SD thn plz mention it.
    Plz help..

    Hi Lakshmipati,
        I have maintained movement type 601 at OMJJ. I hav also added the filed cost center in that (before it was not available).
      I checked GL acct at fs00, it is already contain field status group g004 and the check box "post automaticallyt" is also activated. The cost element has also assigned to cost center. After assigning the cost center to cost element, the error is changed to fld selection for mvmt type 601/ acct 300021 differs for cost center
       But i noticed one thing: If i chage the field status group to g006, the error has not appeared and giving the other error:
    valuation area xxx2 (plant) not yet ptoductive with material ledger this error has been already posted by me but not yet received correct answer.
    Kindly provide the solution for this.
    Regads
    Sabera

  • Error during Post Goods Issue of Material in VL02N for STO Purchase Order

    I am getting one error message during Post goods issue of Material for STO Purchase order.
    I am doing the Post goods issue in T code VL02N
    Error is " Account type D is not defined for Document type WL"
    What is the settings required to be done.
    Thanks,
    Shailendra

    Please check Plant customer master reconsilation account properly maintained or not in XD03 transaction.

  • Problem in Posting Goods Receipt , Pl Help .

    Hello All,
    Kindlt help me as i had created  Purchase Order in the Development System , but when trying to Post the Goods Receipt, i am  getting a System Message as " Purchase Order does not Contain Selectable Items ".
    Then i had Checked the P.O and found that there is an automatic Tick on the Free Column in the ITEM OVERVIEW. ( During this tick on Free Column  there were no CONDITION tab at item level n at Header level )  I had removed the Tick and entered the Net Price in the Item Overview and saved the P.O.
    After this , i had ahain tried to Post the GR , but it is again showing the same System message --> Purchase Order does not Contain Selectable Items ", i had tried about ten times i really do not understand that what is the reason behind this message.
    Even i did Checked that there is tick on the Good receipt under the Delivery Tab in the P.O.
    Can any one guide what else is remained to be Checked at my end . Is there any thing to be Checked in Vendor and Master Data.
    Rgds
    Rajeev

    Check PO is released or not?
    At PO detail check delivery tab for "Outward Delivery Completed" Indicator or "Delivery Completed" Indicator is not cheked?
    For Vendor purchase view is extended or not
    For invoice tab Invoice Receipt Indicator is cheked or not?
    Regards
    Chetan Mistry

  • Problem with posting goods receipt

    Hi Gurus,
    My PO is created for a material  with quantity 45000 nos. Overdelivery tolerance is 20%. Already GR is posted for 48000 nos and MIRO is posted for the same.
    Now, I want to post GR for the remianing qty ie. (45000*1.2) - 48000 = 6000 nos. When I try in MIGO, system says "No Selectable items for this PO".
    What may be the possible reason? Please help me.
    Regards,
    Sastry

    your PO has the delivery completed flag, as the first GR was already within the 20 % tolerance.
    You can either remove the flag from the PO and then do MIGO.
    Or you define your settings in MIGO and set a flag for propose all items.
    Then you will even get closed items as proposal for a goods receipt.

  • I want to block SO line item wise qtg Change ,after Post goods received .

    Dear Expart
    I want to configue SO line line item wise qtg change after PGI.
    Can any one tell me the SPRO for the said configue.
    Yeasin

    Hi YEASIN,
    This option is not supported by standard functionality.
    But still you can achieve this thru User exit - MV45AFZZ -
    Ask your abaper to write the logic and input in the user exit - and issue a warning message as 'no changes can be made as Delivery for this item is completed' or wht ever way you want.
    Because we had similar issue and we had done this thr user exit and it was working fine now.
    Revert back if you need any more clarification on the same.
    Rgds
    Sunil.

  • Not received promotional code when registered for "Microsoft Power BI for Office 365 preview!"

    Hi,
    I have registered for "Microsoft Power BI for Office 365 preview!" and received the welcome mail from Microsoft Office 365 <[email protected]>
    But their is nowhere mention of any promotional code
    Further as per the steps given in the welcome mail I created the unique tenant for Power BI and now provisioning Power BI for office 365. Here as per the snapshot provided in the provisioning document I am not able to see the specific license 
    i.e "Microsoft Power BI for Office 365" which I have to assign to my tenant. Instead I see the License "Microsoft Office 365 Plan E3". Is this acceptible?
    Further i have assigned this license (Microsoft Office 365 Plan E3) and added Power Bi app to the Site Contents
    Now when I try to open Power Bi app to open the reports I have uploaded to office 365, I get the following error
    *********Error************** 
    No Power BI for Office 365 License
     Looks like you do not have a user subscription license for Power BI for Office 365.
     Want to find out what you're missing?
     Learn more about Power BI for Office 365.
     Here are a few ideas:
     Please ask your Office 365 admin to assign you a user subscription license for Power BI for Office 365.
     If you have a different account, try signing in with that account.
    It will be great help if anyone can help me resolve this issue?
    Thanks in Advance!
    Rajendra 
    InfoCepts (Specialists in Onsite and Offshore BI)

    Hi Yair / Rajendra,
    I am Raghav. I am also trying to explore Power BI. I have registered for Office 365 pro plus trail. But I am not able to see Power BI option.
    My userID is : [email protected]
    After I registered, I got a welcome email with a url to login from office 365. Url is - https://portal.microsoftonline.com/admin/default.aspx.
    I am able to login successfully. But I am not able to see the Power BI option anywhere after I login.
    Please suggest me If I miss something. Your help is really appreciated.
    Thanks,
    Raghav.

  • PD problem: missing organization units in t-code PPEM-plan for organizaion

    An organizational unit do exist in organization management. If you display the structure by using PPOME you can see it. From expert mode, you can also see the relationship B002 to it's supervise organization.
    But when using PPEM, it was missing. If I click "view -> other organization", I can see it. But I select it, it was unable to be carried to the PPEM screen. I select it's supervise organization, it was missing, too.

    From your output;
         sh controllers
         interface Dot11Radio1
         Radio AIR-AP1131A
    I think you've got a single-radio AP, in which case that explains why you don't have the second radio.
    Can you post a Show Ver please?

  • Can not perform the goods receive throught MIGO_GR

    Hello
    I´m having these issue : receiving area can not perform the goods receive throught the MIGO_GR and the error that display this transacction is "Document XXXXXXX does not containg any selectable items" and when I go to see the transaction ME38 the street light is in green
    Your help will be appreciated
    Regards

    Hi
    According you sad you have a release created and a schedule line with open quantity for the delivery schedule. So...
    Do you have the confirmation control key defined in the schedule agreement? If yes you have to create an inbound delivery through VL31N.
    Do you have release strategy defined for the agreement?
    Regards
    Eduardo Chagas

  • Error during Post Goods Issue of delivery

    Hello SD experts,
    I have an URGENT problem where users at a particular plant have problems in posting goods issue.  I happened last Thursday and I desparately need solution before month end for closing activities. 
    System would send error msg " All HIM materials require quantity conversion.  Maintain item 000010".  Transaction code used are VL06O and VL02N.  Msg no: 03 012.
    Diagnosis                                                                               
    There is an item for the delivery that has not been fully processed. The
         quantity conversion calculation has not been made. HIM (Hydrocarbon     
         Inventory Management) materials require that all quantities for all     
         units of measure defined in the unit of measure group are calculated by 
         the QCI (Quantity Conversion Interface).                                
    The problem is, there's no problems in posting the particular material form the same plant before this.  When I took a look at the Delivery document, I noticed the "Qty in alt UoM" tab in the Item Details screen is blank whereas there should have data in it.  I believe these data is automatically derived from master data.  Hence, I suspect the Goods issue problem is due to the missing data .
    This problem only happens in one plant, for one material whereas this material is active in many other plants.
    Anyone of you guys had the same problem and can share the solution with me?
    HELP!!
    Suriana

    Please check Plant customer master reconsilation account properly maintained or not in XD03 transaction.

  • Cannot Post Goods Receipt in VL32N

    Hi All,
    I reversed a good receipt using movement type 102. Now we need to post the correct goods receipt but I can't able to create new inbound TO and confirm TO because the previous TO still exist (cannot delete since it is already confirmed). I cannot also delete the inbound delivery to create new TO because it came from an idoc and we do not delete them.
    When trying to post PGR in VL32N the error message is : delivery has not yet been completely processed by WM.
    Please advise how to resolve the issue without touching the tables.
    Thank you!!!
    otepogi

    Hi Tej,
    The problem is our system is not configured for manual entry of picked qty. They were all grayed out. I tried creating new TO in LT0J (though old TO is still existing) and it allowed me to create one but i am having trouble in confirming TO so that new GR will be posted. Error i am encountering is "You can only post goods receive for the whole HU". I've check the material quantity in inbound delivery and they are the same with the material quantity in TO i created in LT0J
    Thanks!
    otepogi

  • Post goods issue should be done depending on purchase order acknowledgement

    Hi All,
    In vl02n when i click postgood issue, it should check whether purchase order acknowldgement field in me21n is filled then post good issuse should be done.it its not filled post good issue should not be done. for this which badi or userexit i need to use and where do i need to write the code.

    Hello ,
    you can use BADI 'LE_SHP_GOODSMOVEMENT' , this will trigger when you do PGI in VL02N , in that BADI implementation you need to raise/issue Error Message to stop PGI,That Error Should be captured in the Incomplete Log.
    for more details , please ref documentation of that BADI.
    regards
    Prabhu

Maybe you are looking for

  • Convert long to varchar2

    Hi there, I am looking for a convertion, long to varchar2, in a sql statement. If I run the following query : select data_default from user_tab_columns It works fine in sql developper but when I execute it in my PHP code it returns: Notice: Undefined

  • Check successful entry table

    Good day! Part of my assignment is to create a program that would transfer the values of a text file to a table in the database. So far, what I did was to first transfer it to an internal table which I will then transfer to a table in the database. I

  • Dvds made from idvd are sometimes incompatible with PCs

    I work in a university setting that has a mix of mac and pcs. I make the dvds using iDVD but am running into problems when they get played on pcs. Is there a preference or something special I can do when I know it will be played on those systems?

  • Missing Plugin 2.0 on Apple Site

    Where is the download for the Apple Endnote Plugin 2.0?  I get a dead link error page when I try to download it from the Apple support page.  I'm using Mavericks. Pages 5.2 Endnote X6 Thanks, Kenneth

  • Opening an Excel File using Excel 97 from a JSP populated page(Urgent)

    Hello, I am using a JSP Page to populate data from the DB. When I am opening the same as an Excel File the JSP code is coming as the Excel page whenever Excel 97 is being used,but when Excel2000 or 2003 is being used then the data are coming as Excel