MIRO when price in PO change without cancel MIGO

hi gurus,
i have a PO with item like below :
Material code : AAAAA
Price : 771,832
QTY : 100 PCS
Then i do partial MIGO and MIRO with that price divided into :
- MIGO & MIRO 1 : 25 pcs --> posting date : 03 June 2011
- MIGO & MIRO 2 : 35 pcs --> posting date : 15 June 2011
- MIGO & MIRO 3 : 40 pcs --> posting date : 27 June 2011
But today, we know price of that PO is wrong, it should be 800,000. But now, stock of material AAAA is 1 PCS. we can't cancel all transaction in previous period, because so many transaction before. So we decided, cancel MIRO, then change PO Price to be 800,000, then do MIRO again. The problem is when we do MIRO again, the journal is formed like below :
Vendor         :  20,000,000
GR/IR          :  19,295,800
Trading Goods  :     704,200
- Could you explain to me, why journal "Trading Good" is appeared ?? Why not Purchase Price variance ?
- When i check Moving Average Price in MM60, after i done MIRO, moving average always increase.
MIRO 1 --> moving avg in MM60 increase
MIRO 2 --> moving avg in MM60 increase
MIRO 3 --> moving avg in MM60 increase
How come ??? It makes moving avg in MM60 wrong. Because the correct price should be 800,000.
Do i miss some configuration in OBYC or what ??
Please i need any advice. Thank you.
Regards,
toktok

Since inventory is valuated at Moving Average Price
Accounting Entry for GR posted for 25 Qty @ 771832  was :
Stock Account                   Dr                19295800 (25 * 771832)
GRIR Account                    Cr                19295800
Accounting Entry when revised MIRO (LI) document was posted.
GRIR Account                    Dr                 19295800
Vendor Account                Cr                 20000000 (Vendor Invoice which you have received with Revised Price)
Stock Account                   Dr                    704200 (Diff between GRIR & Vendor ac will be posted to Stock account as some materials are already in stock hence your stock balance is increased. if required you can maintain dersired moving price through Transaction code MR21/MR22 (Inventory revaluation).

Similar Messages

  • Pricing is not changed when pricing date is changed at header level.

    Dear Gurus,
                           The query is about pricing. When I change the pricing date at header level it is supposed to chnage the pricing at item level also. But it is not happening. In our scenatio there is a ZPR0 price and there is a condition record for that.
    The order was created earlier and now when we change the pricing date price is not being changed. I checked the analysis button. There it shows the following messages for ZPR0(In this case condition already exists). ZPR0 has three condition tables
    1. Condition record exists, but has not been set (for the 1st table in acces sequence)
    2. Access has not been executed due to previous access(for the 2nd table in acces sequence)
    3. Access has not been executed due to previous access(for the 3rd table in acces sequence)
    As a result we are not able to change price in the header level by changing the pricing date.
    Please help
    Thanks in advance,
    Je

    Hi Felipe,
                    The pricing will change if we click on the update button and select 'C' or 'B' option in the item level. But when we try to chnage by clicking on the update button in the header level it is not getting changed.
    I would also like to add that customer wants the price to be changed without pressing the update button at tghe header level.
    Please clarify on the pricing validity configuration . What steps are required in the pricing validity configuration.?
    Thanking you,
    Je
    Edited by: jerryabap on Feb 4, 2011 12:17 PM

  • Can we change billing doc without cancelling( excise invoice is subsequent)

    Dear all,
    Here is a urgent issue
    One Excise invoice has been created with reference to a billing document
    and we have not maintained tax code in that condition records so it is not allowing to release the doc for accounting entries
    now my requirement is without cancelling the excise invoice and also not to do transaction  J1ih,( to create excise JV for direct GL entries
    i want to change the billing document
    Thanks in advance

    have not maintained tax code in that condition records
    While it is not necessary to reverse the excise invoice, the fact is that since tax code was not flowing in billing document, I am sure, excise duty would also not be flowing, in which case, your excise invoice is also generated for wrong value. 
    I would be surprised if you say that excise values are flowing in billing document and also in excise invoice and if your issue is only tax, then as already suggested, maintain a condition record (with the date in line with pricing date in billing document) and try.
    G. Lakshmipathi

  • I have an old Apple ID connected to a discontinued e-mail address.  I want to delete it.  I cannot remember my password and when I try to change the password using the security questions, it rejects my birth date!  I can't change it by cancelled e-mail.

    I have an old Apple ID associated with a discontinued e-mail address.  It keeps popping up when I try to update apps.  I don't remember the password.  When I try to change it by security questions, it rejects my birthdate!  I can't change it by e-mail because I no longer have access to the e-mail.  All I really want to do is cancel this old ID.  How can I do this?  Obviously, I have a new ID, since I am using this support community.

    You'll have to contact iTunes store support to see if they can help you with this: http://www.apple.com/emea/support/itunes/contact.html.

  • I have a keynote presentation that includes a significant amount of video.  When I edit the keynote slides (not the video slides) how can I save the changes without re-saving the videos (because that takes a VERY long time)?

    I have a keynote presentation that includes a significant amount of video.  When I edit the keynote slides (not the video slides) how can I save the changes without re-saving the videos (because that takes a VERY long time)?  I edit the presentation depending on the audience to which I am presenting.

    If you add a new  slide with just a text box (therefore a very small amount of data),  to an existing presentation then save,  Keynote will only save the new content to the file,  it wont save  pre-existing content as its already included in the file.
    The time  taken to "save" will be very much shorter than a "save as" when all of the existing content is saved again.

  • How to know when the PRICE AFTER DISCOUNT changed and get the value

    Hi,
    Everything I do to see if a value changed in the grid works except for PRICE AFTER DISCOUNT
    which seems to be inaccessible.
    Any idea how to know when exactly this value changed and do actions accordinly ?
    Also I always get 0.00 if I try to get the value of it
    This works to get in the condition of a vlaue changing but I always get 0.00 as the value of the column
    if (pVal.ItemUID == "38" && pVal.ColUID == COL_DISCOUNT.ToString() && pVal.EventType == BoEventTypes.et_VALIDATE && pVal.ItemChanged == true && pVal.ActionSuccess == true)
        try
            SAPbouiCOM.Matrix Matrix = (SAPbouiCOM.Matrix)SBO_Application.Forms.ActiveForm.Items.Item("38").Specific;
            SAPbouiCOM.EditText Editor = (SAPbouiCOM.EditText)Matrix.Columns.Item(COL_DISCOUNT).Cells.Item(pVal.Row).Specific;
            SBO_Application.MessageBox("Discount changed for : " + Editor.Value + "...", 1, "Ok", "", "");
        catch (Exception ex)
            SBO_Application.MessageBox(ex.Message, 1, "Ok", "", "");
    And this do not even get into the condition even tought I SEE the column PRICE AFTER DISCOUNT:
    if (pVal.ItemUID == "38" && pVal.ColUID == COL_PRICEAFTERDISCOUNT.ToString() && pVal.EventType == BoEventTypes.et_VALIDATE && pVal.ItemChanged == true && pVal.ActionSuccess == true)
        try
            SAPbouiCOM.Matrix Matrix = (SAPbouiCOM.Matrix)SBO_Application.Forms.ActiveForm.Items.Item("38").Specific;
            SAPbouiCOM.EditText Editor = (SAPbouiCOM.EditText)Matrix.Columns.Item(COL_PRICEAFTERDISCOUNT).Cells.Item(pVal.Row).Specific;
            SBO_Application.MessageBox("Price after discount changed for : " + Editor.Value + "...", 1, "Ok", "", "");
         catch (Exception ex)
             SBO_Application.MessageBox(ex.Message, 1, "Ok", "", "");

    just idea, maybe it will works
    Create one udf in row level and set there FS based on changes on price after discount and fill value what is in price after discount. Then the validation make on this field instead of standard SAP field.

  • When oracle invalidates result_cache results without any changes in objects

    Hi all!
    On our production servers we have simple function with result_cache, like this:
    create or replace function f_rc(p_id number) return number result_cache
    is
      ret number;
    begin
      select t.val into ret from rc_table t where t.id=p_id;
      return ret;
    exception
      when no_data_found then
         return null;
    end;
    /And its results frequently invalidates without any changes in table or
    function. I found only 2 cases when oracle invalidates result_cache
    results without any changes in table:
    1. "select for update" from this table with commit;
    2. deletion of unrelated rows from parent table if there is unindexed
    foreign key with "on delete cascade".
    I test it on 11.2.0.1, 11.2.0.3, on solaris x64 and windows. Test
    cases: http://www.xt-r.com/2012/07/when-oracle-invalidates-resultcache.html
    But none of them can be the cause of our situation: we have no
    unindexed fk, and even if i lock all rows with "select for update", it
    still does not stop invalidating.
    In what other cases this happens? Am I right that the oracle does not
    track any changes, but the captures of the locks and "commits"?
    Best regards,
    Sayan Malakshinov
    http://xt-r.com

    Hmm.. Do you about our situation or about test cases with "select for update" and "fk" too?
    I'm not sure that it is a bug, maybe it's an architectural approach to simplify and reduce the cpu load?
    Best regards,
    Sayan Malakshinov
    http://xt-r.com

  • Mass upload for info records when price gets changes

    Dear All,
    How to do Mass upload for info records when price gets change.
    Regards,
    Bhargav

    Hi Bhargav,
    Please upload the present price (Map) by  LSMW . When you are doing the transactions  then automatically by selecting option info update price will be updated the  info record in Order Price history
    Regards
    M B Raju

  • I bought 3 films and none of them had subtitles or alternative languages: why? I paid full price (like a dvd) without the same options. Why should I pay the same price? What I want is to change languages or to have subtitles (Kung Fu Panda2 and Rise..apes

    I bought 3 films and none of them had subtitles or alternative languages: why? I paid full price (like a dvd) without the same options. Why should I pay the same price? What I want is to change languages or to have subtitles (Kung Fu Panda2 and Rise of the Planet of the Apes and SpongeBob).
    Pease tell me.
    Best Regards

    You can't change languages in any of the movies offered in the store. Some movies have subtitles but it is in the same language as the movie.
    Depending on what country you are in, you may get movies in that countries native language.

  • I have a custom template.  When I edit it and try to save it asks me to name it and then I end up with an additional custom template.  How do I edit the template and save the changes without creating another template?

    I have a custom template.  When I edit it and try to save it asks me to name it and then I end up with an additional custom template.  How do I edit the template and save the changes without creating another template?

    Hi Atrec,
    If you don't need your old custom template, save your changes with the same template name. It will tell you that this template exists and will ask you Replace? Say yes (if you do want to replace the old with the new!)
    To delete unwanted templates, go to Finder > Menu > Go and press the option key. Your Library will show in the Go Menu. Navigate to Library > Application Support > iWork > Numbers > Templates > My Templates.
    Delete any unwanted template by dragging it to the Trash or click on it then command-delete.
    Having gone to all that trouble to find My Templates folder, right click (or control click) on it and Make Alias. Drag the Alias to any convenient place for a quick way to get back to that folder.
    Regards,
    Ian.

  • HT204406 How do I change countries without cancelling match

    I haved from oz to uk, can I change the country store without cancelling my match / I cloud account

    This is not possible unfortunately. You will need to wait for it to finish or cancel it so you can change countries. You can contact support to confirm this.
    .https://expresslane.apple.com/GetproductgroupList.action

  • Payment due date was changed without notice

    I received a text message on 7/9/15 advising me my bill would be due on 7/23/15 rather than 8/1/15.  A text message is really not an appropriate form of notification first of all. If I'm 2 days late you charge me a late fee, yet my billing cycle can be changed without notice?  I called on 7/9/15 regarding this along with many other issues I have been having with AT&T.  I was told this was corrected and my bill would be due on 8/1/15. Today I recieve an email stating my bill is due on 7/23/15.  I again contacted AT&T and I was told this change was never made by the agent I spoke to. I was apparently lied to.I was then told it would take up to 2 billing cycles to change it back to 8/1/15. So in short, AT&T can change my billing cycle without notice yet it takes 2 months to change it back?  At the very least I would call this practice. I have been with AT&T for many years and will likely cancel once my contract is up in December.

    My billing cycle had always run from teh 20th of the month to the 19th of the following month, with the bill due around the 17th.  Several months back, AT&T notified me that my bill due date would be changed by up to one week.  I got serveral weeks notice, and when my due date changed, my bill is now due on the 14th of the month.  The billing cycle did not change, it is still the 20th to the 19th, but the due date move up by 3 days.  Since my billing cycle ends on the 20th, and it had always taken 3-4 days before the bill was generated, the new due date now means it's due 3 weeks after the bill is generated.
    If you look back at the details of the bill you have received (either paper or electronic) you will probably find a small section in there telling you that this change was coming.  So many people don't look at their bill each month, they just look at the total and say, "yeah, that looks about right" and they pay it without looking at the details of what they are paying for.  If there is an error in your bill, you only have 90 days to bring it to AT&T's attention, so it is in your best interest to look at it each month.

  • Error Mes. While riversing of MIRO-The price for material will be negative

    Hi,
    When doing cancellation of MIRO the system is throwing error message as below.
    “The Price for material 476178 will be negative”
    When analysing purchase order it is identified that invoice TAB of Item Details in PO is not checked with “GR-Bsd IV”, So in this case IR happened before GR and still GR has not happened.
    But when doing cancellation of the above MIRO the system is not allowing to cancel this MIRO and throwing the above error message.
    Please let us know how to cancel the IR.

    Hi,
    u cant cancel any entries in FI, u need to reverse the entries with t code FB08.
    While Creating the PO if u select GR based then the invoice always depend on MIGO transaction
    where u receive the good and u get the Off setting entry GR/IR entry.
    if u are not selecting the GR at PO Creation then, invoice does not depend on MIGO transaction.
    then the invoice is blocked for payment
    try to reverse the MIRO with the T code MR8M.
    Regards,
    Padma

  • Possibility to downgrade from team to individual plan without cancellation?

    Hi!
    I'm from Ukraine and individual plan is not yet available for my country. While it is not, I plan to use team version.
    Question is: When individual plan will be available for Ukraine, would it be easy/possible to downgrade to individual plan (without cancellation or some other major changes to subscription)?
    P.S. Also, it is still not clear why plan is not yet available, and no information why. Without no information why it is not available, it looks much like a kind of discrimination - large number of countries should over-pay for team versions instead of individual for no reason. Waiting for availability for my country, or at least good explanation.

    Hi Tom,
    I'm not sure why the team option was made available before individual. It may be related to the individual memberships being sold through the Adobe website versus team being sold through resellers. Its not possible to downgrade without cancellation, so you might want to wait for individual to become available.
    -Dave

  • Reverse Accounting Docu without cancelling invoice

    Hi All,
      The basic requirement is to generate a billing document and accounting document with different numbers. For example i have generated a billing doc no 118608, where my accounting doc will also be 118608.
      Requirement is to get a different number for accounting doc. We dont have the access to change the configuration settings. Is there any way to reverse the accounting documnet without cancelling the invoice.
    Regards
    Vasantha

    Hi,
    Reverse your billing document and create one more billing document..
    The series would vary now...
    Cheers
    Raghu

Maybe you are looking for

  • Whats a simple way to repeat a line ?

    i have this program where the user inputs a number and accordingly the question repeats .........any help i want to make it really simple.....i have to teach this to a bunch of students i got this so far import java.awt.*; import hsa.Console; public

  • Creation of Line Item for TDS

    Hi I am facing an issue while posting the vendor invoice. When posting the vendor invoice, system is automatically creating a debit entry to TDS account for Ecess, whereas the other Line items for TDS are created correctly. We have maintained the pos

  • Select option value

    Hi all, I need to pass select-option field value to a function module and get the output for each value present in selection screen. selection options can contain for more the one value,i need to pass those all one bye one to the function module. Ple

  • Trying to run simple executable from Windows 2000

    I have tried the following code, but it does not work. try String[] cmd = new String[3]; cmd[0] = "cmd.exe" ; cmd[1] = "/C" ; cmd[2] = "test.exe"; Runtime rt = Runtime.getRuntime(); Process proc = rt.exec(cmd); However if I replace 'cmd' with ' "note

  • FM  "COM_PRCAT_CREATE_API_INT"  gives  dump

    Hi all, I am trying to use the foll FM  "COM_PRCAT_CREATE_API_INT" in a report but getting an exception: Function module "COM_PRCAT_CREATE_API_INT" was called with the parameter "IV_HIEARCHY_EXIST_IN_PME". This parameter is not defined. When i run th