Inventory Controlling - Get history moving average price function - Urgent

Dear Experts,
Currently I have an issue that I want to calculate material history value at storage location level for each month. I tried to get history stock quantity and value from table S031, stock quantity is correct. But stock value (goods receive value minus goods issue value in table S031) is not correct.
Client requests the resulet should be same as transaction code MC.9 (valuation selection - standard). But what the result I got from table S031 is the value that without disctribution.  Currently I do not know how MC.9 calculate stock value.
Does any expert know if there is a funciton that can get history moving average price. I may use this price multiply history stock to get history value. Thanks
Best Regards
Angela

Hello,
  Moving average cost history is available in MBEWH-VERPR.
Thanks,
Venu

Similar Messages

  • Changing of Inventory Valuation:  Standard to Moving Average Price

    I work at a service-based company and have also been asked to research the impact involved with switching our inventory from standard price to moving average price. 
    Scenario:  Change material type TRAD (trading goods) from standard price to MAP.
    Process:  Change settings in SPRO at the level of u201CDefine Attributes of Material Typesu201D.  Currently, this is set for u201CStandard priceu201D with the indicator u201CPrice ctrl mandatoryu201D set.  Upon change to u201CMoving average price/periodic unit priceu201D, Iu2019m thinking I need to de-activate the u201CPrice ctrl mandatoryu201D field so any current materials with an u201CSu201D in the Price control field on the Material Master Accounting 1 tab can be changed to u201CVu201D.  Is this correct?  Also, is there a program that already exists to mass update the Price control field on the Material Master?  If not, I was looking to create a CATT for this changeu2026.any other ideas?  In some of the forum posts it was mentioned to use t-code MR21 however, even with the u201CPrice ctrl mandatoryu201D field de-activated, the Price control column is grayed out.
    It was mentioned in a previous post that all open documents (PO to IR) need to be completed before changing the price control setting, at what point does this stop the process?  Does SAP generate a system error message?
    Also, any suggestions as to when this price switch is best to take place like after inventory?
    Are the above mentioned areas the only areas I should be concerned about or am I missing some areas that should be addressed?
    P.S. We do not use have our ML (material ledger) activated or use split valuation.
    Thanks~
    Dawn

    Hi,
    If you want to change material from standard to moving average price, Follow the below process
    1)first the material quantity and value should be zero
    2)if you want to keep value and quantity and want to change price control in future you have to create new material with price control "V' and lock the previous material for posting.
    Regards,
    Sreekanth

  • How to get Moving Average Price ( MAP ) & Standered Price in BW

    Hi all,
    I want to get the Moving Average Price ( MAP) & Standered price in BW Report.So that please suggest me
    1. which Cube I have to use &
    2.  which datasource having that Moving Average Price ( VERPR) Field.
    If having other Procedure to calculate Moving Average Price in BW .
    please give me these details.
    Thanks,
    kiran

    Hi Kiran,
    0IC_C03 Cube can be used to bring the fields you require.
    Please search forum post by Anil Kumar, link is not available  thats why i am copying the text here.
    You need to enhance the Standard DS of Infoobject 0MAT_PLANT and Infoobject 0MAT_PLANT to include these 2 fields.
    And you need to enahance the 0IC_C03 cube to include 0MAT_PLANT and need to complete the mapping in all 3 Update rules for this added Infoobject.
    And you need to upload the attribute data of 0MAT_PLANT as full upload every day.
    In the reports , you need to dependent on Formula varibles with replacement path with standard price an MAP price attributes of 0MAT_PLANT. So if you go with these formula variables with replacement path, you should take 0MAT_PLANT characterstic into rows as a prerequiste.
    If you want to avoid this prerequisite, then take a look on How to calculate with attributes values.
    Other wise you need to do the calculations at 0MAT_PLANT level by a base query after every upload,and the result should be stored in TODS by APD .And then you can final report with out 0MAT_PLANT in rows upon this ODS.
    please see this links
    Re: 2lis_03_um and MBEW- STPRS
    Re: How to get Moving Average Prince and Standard Price in BW (inventory cube).
    Hope this Helps.
    Thanks
    CK

  • Moving average price as on date

    Dear All,
    Can any one tell me how can I find a moving average price of a material on a particular date?
    Suppose I want to know what was the moving average price on 15/12/2007?
    What is the t.code?
    thanks & regards,
    Ramesh Balivada

    What is the Price Control for the material for which you need the MAP?
    If it is "M", you can get this straight off the MB5B report.
    Say you need the price on 15 May 2008, enter the material number and plant, and in the dates, the from date can be anything before 15th May. The To date should be 15th May. Make sure the stock type is "Valuated Stock".
    Execute the report. Divide the Ending Inventory Value by the Quantity.
    If the Price Control is "S", get the moving average price for the previous month end (say April 2008) from MBEWH... the rest you need to figure it out!
    Cheers.

  • Moving average price based on valuation type for material

    Gurus help needed.
    we want to maintain the moving average price of the material in the pricing, and this depends on the Valuation Type. We have 3 valuation types.
    If valuation type is blank then one MAP(Moving average price) value will come and if nn one map will come and for nn one map will come.
    We have copied VPRS conditon type to YVRP and changed conditon category as T( Moving cost).
    But in pricing the YVRP price is not picking from valuation type which is blank.
    Where can  i make the settings to tell the system to pick the moving average price from the material master where the valution type is blank always based on the condition.
    Do we need to creat a routine? If so is there any standard routine which we can use or make minor changes to it?
    If it is a new routine please tell me how to start with VOFM?
    Note : We need the value to come automatically from material master same as VPRS.

    Hi
    The first method is not to set the pricing condition VPRS as statistical.
    Simply remove PR00 and it will work fine if you always use VPRS as your pricing base inside the pricing procedure.
    VPRS will reads both prices based on the price control in the material master. 
    Price control S for standard price. 
    Price control T for moving average price. 
    It is this simple if you do not have any other "Prices" in the price procedure. 
    However, if you are using one pricing procedure where for some items you price using VPRS and some others using PR00, then you should use requirement routines to enable the correct price condition type at the right time. 
    The second method involves more work as you need to write a formula (VOFM) to get that information. 
    This is how it goes :- 
    1. Set VPRS to be the first step in the pricing procedure and to be subtotal B (as standard). 
    2. Set PR00 with alt. calc. type formula, which sets the value of PR00 to be equal to the subtotal B.
    Step 1 VPRS statistical, subtotal B, reqt 4 
    Step 2 PR00 Altcty 600 
    With regards
    baalakrushnan.da

  • Moving Average Price for Non-Valuated Material

    Hello Experts
    The question may seem to be quirky but need your advice for the below.
    My client is buying non-valuated material against a cost center, they do not want to keep the stocks valuated. No value update only quantity update. The accounting documents are the following when the GR is done by receiving folks
    Qty of material XYZ goods receipted = 10
    Debit     Consumption GL   12345678       10 USD          Cost Center ABC123 (This is a warehouse cost center)
    Credit    GR/IR account                            10 USD
    Qty of mateiral XYZ issued = 5
    The goods are later on issued to Production cost center and the client was the below entries to be passed with MOVING AVERAGE PRICE.
    Debit    Consumption GL 12345678           6 USD          Cost Center ABC456 (This is production Cost center)
    Credit   Consumption GL 12345678           6 USD          Cost Center ABC123 (This is warehouse cost center)
    I am aware that as this is a non valuated material the above entry is not possible. Maybe, I will use BAPI_ACC_DOCUMENT_POST for the generating the accounting document when the goods are issued from warehosue to production center.
    My question is how can i get the moving average price.
    Regards
    Chokkalingam Pillai

    you can have an accounting view for non-valuated materials, this helps for example with purchase requisitions as they could take the valuation price from the material master and the user does not need to enter a valuation manually.
    But the material master moving average  price cannot be calculated and updated automatically, as it is not foreseen in any standard program to do this for cost center procurement, since SAP only calculates a MAP for valuated stocks.
    Further it is not logical to issue non-valuated stock valuated (even with a different price) from cost center to cost center.
    It looks like you want to  have a kind of internal billing for warehouse services, as you end up with a negative amount in the warehouse cost center which is then the profit.
    Why don't you just  create a report to run at the end of the month, listing all goods issue movements with their cost centers and taking the price from last PO (or from material master if you decide to maintain it manually) and use this for a manual cost center posting in CO module

  • Moving average price of the material is negative

    Hi GUrus,
    Can anybody please expklain me why we get the moving average price of the material to be negative. PLz xplain with an example clearly. Thanks in advance
    Thanks
    Anusha

    Dear,
    Please rfer the OSS Note 753286 you will get the reason for it.
    The invoice price is constantly less than the goods receipt price.
    The invoice verification tries (in stock coverage) to subseqently debit resp. to credit the difference between value of goods received and invoice item value to the stock.
    Hope clear to you.
    Regards,
    R.Brahmankar

  • Which table has Moving Average price for a material

    Can you let me know from which table I can get the Moving Average Price for a material
    Thanks

    Found MBEW table which has the necessary information

  • Inventory list with moving average price

    Hi all,
                 How do I get the list of inventory stock using the valuation method as MOVING AVERAGE.
    Iam able to get the list using last purchase price, But how do I get it using Moving average Price.
    Thanks in advance.

    Moving average price for item might be different by each warehouse.  Inventory Valuation Report can be used to get the whole picture for any single item by moving average price.
    If you want to get more items, you can try this query to see:
    SELECT T0.ItemCode, T1.ItemName, T0.WhsCode, T0.OnHand, T0.AvgPrice, (T0.OnHand * T0.AvgPrice) AS 'Amount'
    FROM dbo.OITW T0 INNER JOIN dbo.OITM T1 ON T0.ItemCode = T1.ItemCode WHERE T0.OnHand > 0
    Thanks,
    Gordo

  • Moving average price - History

    Hi,
    Whether we can get the history of moving average price ( ie : each time if we make GR moving average price changes)  , if so using which transaction ?
    Regards
    Illay

    Hai
    To my knowledge there is no direct transaction code to view the moving average price. However you can use the TC MB5B, which shows the openeing and closing stock and there value on any particular date. Devide the value by the quantity to know the MAP on a particular date
    OR else we can use the TC MM19 - Display the material at a key date, where in on a particular date we can find the price of a material in the material master.
    We  have to use the ABAPers help to develop the zee report. We have used the MB5B transaction and its table to know the MAP
    Regards
    Suresh

  • Moving Average Price does not get updated for Project Stock

    Hello Experts
    We have an Engineer-to-Order implementation for our client. Accordingly procurement is done per project. Each Project issues its PRs which are then converted to POs and recieved into Project Stock.
    While assigning the material to the Network activity in Project (using material component) the system uses the price found in the material master (MAP or STD) as a planned cost appended to the project.
    Problem:
    while procuring the material, when we receive it into Project Stock (Mvt 101 Q + ) the Moving Average Price in the material master does not get updated. this way all newly created material master will never have a moving average price, thus whenever we try to assign them to the project we receive an error message (Cost for Material Component ###Mat.Num### cannot be determined.
    Question:
    How can I get the system to update moving average price (for all types of stock) based on procurement for project stock.???
    Your help is kindly appreciated.

    I'm sorry for the confusion
    Case:
    The T-code is CJ20N Project Builder in PS module
    we are assigning material components to network activities under a certain WBS element in the project.
    there is a function in the Project Builder to calculate the cost of a network. it uses the costing variant assigned to the network which is PS02 (We get the error here)
    The costing variant has a valuation variant which lists a series of strategies  to get the material price. Planned 1 if not then STD if not then MAP. (you can choose between many options via a drop down menu) you can choose 5 consequent options.
    The MAP that the valuation variant is coded to get is the Plant Stock MAP -- Or the Project Stock MAP but only Per WBS element.
    The MAP that the Actual postings update is the Project Stock MAP only Per WBS element.
    This means that if you use a material component to purchase material 123 Acc.As. Q for WBS X for 10 $ then you try to assign a new material component with the same material 123 to WBS Y, the system will not get a MAP. because it's stored in QBEW per WBS element.
    This way the system will never get the MAP right.
    However, we don't always use project stock to procure for projects, for some requirements we can assign and use plant stock as well for Projects. that way we need the MAP from plant stock.
    In the Valuation Variant you can use a User Exit Strategy. The user exit's name is COPCP005
    My Suggestion is:
    Use the User Exit COPCP005 to calculate the { Total value / the total quantity (MAP) from QBEW + Total value / total quantity (MAP) from MBEW } / 2
    which is the MAP for both plant and project stock together, since that we are going to use both.
    Q: Is this correct !?

  • GL to get updated with Moving average price

    Hi Guru's
    when we do PGI, currently the cost of goods issue value is updated from Moving average price into a GL account,
    Now i have created a new GL account and also want this new GL to get updated with the Moving average Price.
    Where can i make these settings. can u give step by step solution.
    Regards
    Abhijeet

    First u pls check how its updating with moving average price and select in MMRecord valuation class and price options, then check settings for ur gl account go to fs00 display mode check settings in control data.
    Compare ur gl account which u have created with standard Gl account.

  • Moving average price as price control in material master: Erroneous entries

    Dear All,
    Recently we did a price control change from standard price to moving average price for one of our clients and scenario testing was done. We came across the following issue at the IR point and this error occur  time to time ( not for all POs )Following steps were followed
    Scenario
    1. Create a PO for 1000 Kg of material A @ 1USD
    2.GR the purchase order- at this point correct values are passed to stock account
    3.consumed 250 Kg from the above material and from the same batch- correct values are passed to the accounts correctly
    4.invoice verification is done for the above PO with a price variance of 100 USD. The error occur at this time ( some times )
    Correct entry:
    Dr GR/IR account 1000
    Dr Stock account 75 (Price variance is charged proportionately charge to the balance stock)
    Dr price variance 25 (Price variance is charged proportionately on the consumed stock)
    Cr Vendor 1100
    But sometimes the value does not pass accurately for the same PO. Accounting entries are as follows.
    ( this is same scenario with new purchase order with different master records )
    Dr GR/IR account 1000
    Dr Stock account 100 (Total price variance is charged to the stock account and its incorrect this should be only 75 as explain above )
    Cr Vendor 1100
    This error occurs sometimes even though the vendor master record and purchase orders are sand same as the time of pass correct entries  . All these time GR based invoice verification tick has activated in PO as well as vendor master .
    Appreciate your advice.
    Tks
    Sandagomi
    Edited by: Sandagomi Ranasinghe on May 9, 2010 9:25 AM

    Thank you for the information. But this is not the  system behavior , system proportionately add the price variance to the stock qty which is remaining in the stock also it proportionately charge the price variance to the price variance account which is consumed before the invoice verification.But time to time it passes the incorrect entries.
    eg , Create a PO for 100KG @ 1USD
           GR                     100KG
           Consumed           25
          IR , here we IR at higher value than the PO price
         PO value is USD 100
        IR    value    USD 100 + 12 = 112
    Correct IR entry : Vendor              CR    112
                                 GR/IR                 Dr    100
                                 Stock                 DR      8 ( 75% of the stk is reaming in stk so relevant variance is USD 8 )  
                                 Price variance   DR      4  ( 25% of the consumed , so relevant variance is USD 4 )
    And this is accurate with accounting principles and standards .
    Actually system correctly calculate the above entries  . but some times it pass the incorrect entry , this is my issue.
    In the  erroneous entry it does not segregate the price variance , If we consider the same scenario as above at the time of erroneous entry the system pass entries as below:
                                Vendor              CR    112
                                 GR/IR                 Dr    100
                                 Stock                 DR     12 ( add 100% which is incorrect )
    This is incorrect .

  • Moving average price calculation logic of material with Price Control "S"

    Dear Gurus,
    As you know that there is a Moving price and standard price icon in the material master.
    I want to understand the calculation logic of the moving average price of the materials having price control "S"
    How the system calculates the MAP for standard price materials? The receipt from the process order I suppose is valuated at the process order cost after settlement, but if the issue has hapened for the material does the system recalculate the issue price also?
    Below is the sample process order receipt and issue scenario:
    Receipt from process order 161000000223
    300 kg and GR at standard cost value is Rs 5892
    Issue to process order 162000000294
    250 kg and GI at standard cost value is Rs 4910.
    Thus the balance at period end is 50 kg and balance at standard cost value is Rs 982.
    Here in process order 161000000223 the actual cost is 10 Rs. Then how will the system calculate the MAP?
    Thanking You,
    Amit Dhanurdhari

    Hi
    Try the following calculations,
    One of them will work depending upon your version and support pack
    Expected MAP calculation ( As with price control V)
    = ((Qty before transaction*MAP + Transaction Qty * transaction
    Price)) / quantity after transaction
    New Method ( when price control is S)
    = Old MAP + (Price Variance w.r.t Standard Price/Qty after transaction)
    Also go through the following notes,
    Note 1225167
    1253944
    518485 FAQ: Valuation of goods movements
    212286 Overview note: Valuation during goods movements
    209864 Moving average price is disproportionately large
    202166 Collective note: Statistical moving average price
    185961 Moving Average Price Calculation
    I have done extensive research on this, let me know if you need to know something specific.

  • Moving Average Price get updated

    Hi MM Gurus,
    Please advise why the moving average price is populated when a material is a Standard Cost price control and the standard cost is updated on the Material Master.
    Having a Standard cost and a Moving average price on one material is confusing the Business.
    Thanks,
    Themba

    Hello ,
    If the material price control is "Standard Price " , even then the moving average price will be calculated by the system .
    This is purely for statistical purpose , & gives a fair idea about deviation of Std price from the MAP.
    Ideally speaking , std price shud be always close to MAP.
    Regards
    Anis

Maybe you are looking for

  • How can I use my Magic mouse in a Macbook pro?

    I have an iMac and I'm using the magic mouse. I just got a Macbook Pro and would like to use the mouse with this computer too. How can I make it work in both computers? I won't use them at the same time of course. I use one during the day, and the ot

  • Suddenly I cannot access one website

    All of a sudden I cannot access one website at www.countrywalkers.com from any of the three Macs on my network. Two of them are wireless and one is ethernet-cabled I work for them so it would be helpful if I could do so. I e-mailed them and they have

  • After installing Yosemite I'm getting a Java Runtime notification when rebooting... How to solve?

    Since installing Yosemite, if I reboot, I get the following...  I follow the links and it directs me to Oracle and an SDK download - frankly stuff I don't get... and I'm a pretty decent computer user...  Any suggestions here?  Thanks.

  • Need info regarding light weight AP 1042 registration

    hi , I ordered controller 2504 and will arive soon. I want to know that after configure the initial setup of 2504 (i.e. AP manager , Managment IPs etc) and defining the DHCP for AP. Will the 1042 lightweight AP will register with the controller autom

  • Source transactions and destination transactions

    hi, In HFM9.3.1, we have created some consolidation rules but we are unable to get transaction details while performing the following action on the data grid. select account -> right click-> destination/source transactions The list always appears to