What is moving price.

what is moving price.
i heard moving price changes for each goods movement.does it mean it changes for gr or gi.
if i set standard price as 10,while creation of po i suppose 10 will be defaulted and can i change it to 11.

Hi,
   Moving Average Price will keep on change for every goods receipt. While you do goods issue, the material will take this moving average price as the material cost. The calculation of MAP is
  Moving Average Price = Total value of the stocks  /  Total number of stocks         (in storage location)
The price difference during MAP will go to stock account if sufficient amount of stock is there in storage location or it will go to price difference account.
Standard Price can be changed during purchase orders and the price difference will go to price difference account (PRD).
Regards,
Prasath

Similar Messages

  • Problem in bdc to change  std price to moving price

    hi
    I had created BDC for changing std price ' S ' to moving price ' V ' . I had done recording for MM02 Trans.
    At the time of creation of material ,MM person selects different views for same type of material .
    moving price presents  in Accounting 1 View. In recording this view was at 13th position  .but If I check my BDC for other material while running BDC in foreground it takes MRP1 view which is at 13th position 
    because here the no of views are more as compared to the recorded material .Again position of recording is also not matching.
    please advice what to do in this case ?
    Thanks in Advance.
    Regards,
    Atul

    hiii,
    take the PSTAT field from mara for that particular material and make the following changes in ur code.
      PERFORM POPULATE_BDC_TAB1  tables itab1 USING :
         '1' 'SAPLMGMM' '0060',
         ' ' 'BDC_CURSOR' 'RMMG1-MATNR',
         ' ' 'BDC_OKCODE' '/00',
         ' ' 'RMMG1-MATNR' new_material,
         ' ' 'RMMG1-MBRSH' ind_sec,
         ' ' 'RMMG1-MTART' mat_type.
    PERFORM POPULATE_BDC_TAB1  tables itab1 USING :
           ' ' 'BDC_OKCODE' '=P+'.
    SEARCH pstat FOR 'K'. "BASIC DATA
      IF sy-subrc = 0.
        PERFORM POPULATE_BDC_TAB1  tables itab1 USING :
         ' ' 'MSICHTAUSW-KZSEL(01)' 'X',
         ' ' 'MSICHTAUSW-KZSEL(02)' 'X'.
      ENDIF.
        SEARCH pstat FOR 'V'. "SALES ORG DATA
      IF sy-subrc = 0.
        PERFORM POPULATE_BDC_TAB1  tables itab1 USING :
         ' ' 'MSICHTAUSW-KZSEL(04)' 'X',
         ' ' 'MSICHTAUSW-KZSEL(05)' 'X',
         ' ' 'MSICHTAUSW-KZSEL(06)' 'X',
         ' ' 'MSICHTAUSW-KZSEL(07)' 'X',
         ' ' 'MSICHTAUSW-KZSEL(08)' 'X'.
      ENDIF.
      CLEAR flag_pur.
      SEARCH pstat FOR 'E'. "PURCHASING
      IF sy-subrc = 0.
        PERFORM POPULATE_BDC_TAB1  tables itab1 USING :
         ' ' 'MSICHTAUSW-KZSEL(09)' 'X',
         ' ' 'MSICHTAUSW-KZSEL(10)' 'X',
         ' ' 'MSICHTAUSW-KZSEL(11)' 'X'.
    *************SHAFI********
        flag_pur = 'X'.
      ENDIF.
        SEARCH pstat FOR 'D'. "MRP
      IF sy-subrc = 0.
        PERFORM POPULATE_BDC_TAB1  tables itab1 USING :
         ' ' 'MSICHTAUSW-KZSEL(12)' 'X',
         ' ' 'MSICHTAUSW-KZSEL(13)' 'X',
         ' ' 'MSICHTAUSW-KZSEL(14)' 'X',
         ' ' 'MSICHTAUSW-KZSEL(15)' 'X'.
      ENDIF.
    SEARCH pstat FOR 'P'. "FORECASTING
    IF sy-subrc = 0.
       PERFORM POPULATE_BDC_TAB1  tables itab1 USING :
        ' ' 'MSICHTAUSW-KZSEL(16)' 'X'.
    ENDIF.
      SEARCH pstat FOR 'A'. "WORK SCHEDULING
      IF sy-subrc = 0.
        PERFORM POPULATE_BDC_TAB1  tables itab1 USING :
         ' ' 'MSICHTAUSW-KZSEL(17)' 'X'.
      ENDIF.
      PERFORM POPULATE_BDC_TAB1  tables itab1 USING :
             '1' 'SAPLMGMM' '0070',
           ' ' 'BDC_OKCODE' '=ENTR'.
      SEARCH pstat FOR 'Z'. "GENERAL PLANT DATA/STORAGE LOCATION
      IF sy-subrc = 0.
        PERFORM POPULATE_BDC_TAB1  tables itab1 USING :
         ' ' 'MSICHTAUSW-KZSEL(01)' 'X',
         ' ' 'MSICHTAUSW-KZSEL(02)' 'X'.
      ENDIF.
    ****************shafi**********
      IF NOT v_drg IS INITIAL.
        PERFORM POPULATE_BDC_TAB1  tables itab1 USING :
        ' ' 'MSICHTAUSW-KZSEL(02)' 'X'.
      ENDIF.
      SEARCH pstat FOR 'S'. "WAREHOUSE MGMT
      IF sy-subrc = 0.
        PERFORM POPULATE_BDC_TAB1  tables itab1 USING :
         ' ' 'MSICHTAUSW-KZSEL(03)' 'X',
         ' ' 'MSICHTAUSW-KZSEL(04)' 'X'.
      ENDIF.
      SEARCH pstat FOR 'Q'. "QUALITY MGMT
      IF sy-subrc = 0.
        PERFORM POPULATE_BDC_TAB1  tables itab1 USING :
         ' ' 'MSICHTAUSW-KZSEL(05)' 'X'.
      ENDIF.
      SEARCH pstat FOR 'B'. "ACCOUNTING
      IF sy-subrc = 0.
        PERFORM POPULATE_BDC_TAB1  tables itab1 USING :
         ' ' 'MSICHTAUSW-KZSEL(06)' 'X',
         ' ' 'MSICHTAUSW-KZSEL(07)' 'X'.
      ENDIF.
      SEARCH pstat FOR 'G'. "COSTING
      IF sy-subrc = 0.
        PERFORM POPULATE_BDC_TAB1  tables itab1 USING :
         ' ' 'MSICHTAUSW-KZSEL(08)' 'X',
         ' ' 'MSICHTAUSW-KZSEL(09)' 'X'.
      ENDIF.
    make sure that u have the ok code 'P+' for view which are displayed after u press page down event.
    Hope it helps u..
    Regards,
    Anil N.

  • Condition type for fee - no change of moving price or balance sheet account

    Hi, hope you can help me.
    We need a new condition type for a kind of fee which has to be paid to the vendor and used in the purchase order.
    This is a condition type which
    - has to be part of the invoice
    - has to be posted as a kind of accrual
    - must not! change the price of the material or the balance sheet account
    If we use freight conditions the moving price is changed.
    Because it is dependent on the material (and therefore a condition record works great) we can't or better don't want to use a second position in the purchase order.
    Does anybody have a solution for this one?
    PC

    Thanks for the answer!
    This is what I already tried, but it still changes the balance sheet account and the moving average price.
    This is what I customized:
    Condition ZXYZ
      Cond. class   A
      Calculat.type C
      Cond.category B
      Item condition yes, delelte, amount/percent and Qte relation yes
      Scale base C
      Accruals yes
    In the Calculation Schema it's defined just before the Actual Price, with Statistical-checkbox marked and Account key ZE1, Account key - accruals / provisions ZE2.
    Do you have any idea what I have to change or what else to try?
    Thanks a lot!

  • Moving price abnormal

    Hi,sometime the moving price will become abnormal,for example,you have stock 100pcs w/ moving price 100,then create return PO to return 99 pcs with price 99 to vendor,after that the moving price is 199,its almost double of old moving price.
    can someone provide the good idea to control or detect those kind moving price abnormally change

    Hi
    We do have too a problem with the moving average price.
    For no apparent reason, the moving price increased. There is not transaction that can justify that raise.
    We are under SAP Version ECC6.
    The change occured after a reservation to take out the material.
    What launch the recalculation of the moving average price?
    Or what can change the moving average price?
    (That has not been changed manually.)
    The Display changes option into the material master data (MM03) doesn't show any manual change of the moving average price.
    ALl suggestion will be highly appreciated
    dstj

  • Material Moving Price and Standard Price

    Hello All,
    what could be the reason for having both the Moving Av.Price and Standard price in Material Master of FERT?
    Can anyone explain me the business case
    Thanks
    Arshad
    Edited by: arshad ahmed on Apr 21, 2009 8:35 AM

    hi
    Standard price for FERT, it is assumed that the FERT material is in_house produced and is subject to costing, that is price will be subjected to changes due to reasons which are internal. for example Inhouse cost run, manual change or costing during confirmation. This price becomes the basis for sales of teh product, where we further add other expenses like transport/insurance/ handling  or any other  cost before sellling it.
    Moving Avg price means that the material is subject to price Variations due to Procurement or trading activity as it is a Finished material. If only activity would have been Trading then might be HAWA could have been the solution, since Procurement is involved the Moving Price indicator is there for weighted avg price updation of the material.
    Best regards

  • Moving price of the material

    Dear All,
    Can anyone tell me what is the moving price.how can system calculate moving price with simple example.
    Regards
    Ajit

    Hi,
    You have asked to explain the moving average price with simple example. So, I tried to explain as given below.
    Transaction 1: You are buying 120 pieces of u2018Material Au2019 at the rate 125 INR. So, the total purchase value is 15000 INR.
    Transaction 2: You are buying 150 pieces of u2018Material Au2019 at the rate 155 INR. So, the total purchase value in this transaction is 23250 INR.
    The value per unit is calculated as given below:
    Value per unit = (15000+23250) / 270 = 141.67 INR
    This is the average price of the material you have in stock.
    Transaction 3: If you are removing 100 units from the stock for consumption or sale. So stock quantity is 170 and the stock value is 170* 141.67 = 24083.70 INR.
    Transaction 4:  You are buying 90 pieces of u2018Material Au2019 at the rate 110 INR. So, the total purchase value is 9900 INR.
    The moving average price is calculated like this. MAP = (old stock value + Added value)/ Total quantity. That is (24083.70 + 9900)/260 = 130.71
    Like this the prices will be changing according to the inward and outward movements.
    Regards,
    K Bharathi

  • Moving Price Problem

    Hi,
    I extended around 5000 materials by LSMW to a new plant. But while creating its source file the "moving price" column had "0" value in it throughout. Now materials have been extended with "0" moving price. What is the solution? How I can change that??
    Please help!
    Regards,
    Ujjwal

    this does not sound as if you had developed the LSMW yourself.
    What price do you want, from where should it come?
    Usually you dont need to care about a MAP, as it is build itself with the first receipt to a purchase order.
    Further, if you want load stocks, you can load the value along with the quantity and the MAP will as well be created automatically in background.
    If you want the same prince as in a other plant, then use SE16 at table MBEW and download the price from there and proceed as described by yourself before.

  • Is there a way to see a file browser on iCloud? It says my account is filled up to 5G already and I can't imagine what it moved over to there that was that big.

    Is there a way to see a file browser on iCloud? It says my account is filled up to 5G already and I can't imagine what it moved over to there that was that big.
    I'm wondering if it moved my rhapsody music to the cloud (which is pointless) so I shut off 'document' sharing in case that's the problem, but it's still saying I'm at 5G right now.
    When I go to icloud.com all I see is the dumb app icons, with no clue as to what's taking up that disk space.
    btw, I did not sync photos from the get-go.
    A file browser? please? I need to see my cloud.
    sigh

    Have you enabled Automatic Downloads on all of your devices? This would download all of the books to all of your devices when you download on any device - as long as you are using the same Apple ID and iTunes account on all of your devices.
    Go to Settings>Store>Automatic Downloads>Books>On. When you download a book on one iDevice, it will download to all of your iDevices. This will only work for downloads moving forward from the moment that you turn the setting on. You will have to download the previously purchased books to all of your other devices.
    With iCloud, you can start reading the book on one device and then pickup where you left off on another device.

  • What determines the price and tax for consignment stock?

    Hi All,
    anyone knows how the price and tax are calculated for consignment stock? in other word, among the info record , contract or material master, what determines the price and the tax calculation for consignment stock?
    please advise, your input will be rewarded.
    thanks,

    Ravi,
    I have almost same Nancy's problem. I change tax code indicator on ME12 from N0 to N2, after that, I made the invoice verification on MRKO for a consignment material, however tax code N0 (original) was taked for the withdrawal.
    I followed up notes:
    Note 87860 - Consignment: determining tax code as of 4.0
    140675 - Consignment: Determination of tax code transition
    But these notes doesn't apply for 4.7. Do you know any note that apply on this version?
    Thanks in advance.
    Myriam

  • What determines the price and tax calculation for consignment stock?

    Hi All,
    anyone knows how the price and tax are calculated for consignment stock? in other word, among the info record , contract or material master, what determines the price and the tax calculation for consignment stock?
    please advise, your input will be rewarded.
    thanks,

    First preceeding is taken by contract and then info records of consginment

  • What is the price of the Nokia E72 keypad??

    what is the price of the Nokia E72 keypad??

    Hi AmberAgarwal,
    Welcome to Nokia Discussions. 
    In order to keep your phone's warranty, get your keypad replaced at a local Nokia Care Point. The price depends on the Nokia Care Point so please contact them before you visit to get a price indication.
    Iris9290
    If my post has helped you in any way, please accept it as a solution or click on the white star, so that other users will be able to benefit from it too.

  • What is the price to change the body of macbook pro 15 inch?

    what is the price to change the body of macbook pro 15 inch?

    https://www.techrestore.com/mac/
    http://www.dttservice.com/macbookprounibody.html
    http://www.myservice.com/macbookpro.html

  • Its availble unblocked iphone 4s in apple store ? if yes what about the price ? if not can u help me to advise me where can i buy it ? thanks

    its availble to get unblocked iphone 4s from apple store ? if yes what about its price ? if not can u help me to get it .

    Pricing hasnt been announced as far as I know, but the Apple Store said unlocked iPhones will be available in November.  Seeing as its the 30th of October, maybe check back within the next week or two?
    Cost will probably be somewhere between $550-900 US depending on model/storage space.

  • I would like to make an upgrade from creative suite cs5 to cs6 what is the price for student edition and what i have to do, i do not found in your website price

    i would like to make an upgrade from creative suite cs5 to cs6 what is the price for student edition and what i have to do, i do not found in your website price

    There are no upgrades for student editions. You simply buy a fresh license at the discounted price.
    Mylenium

  • Urgent:Inventory Modelling with Moving price

    I have to create an Inventory report storage locationwise material stock along with standard price and moving average price.
    We have a z cube zic_c03.
    Moving price and standard price is stored an Z ODS on fiscal/period wise.
    I need to have the following fields in the report
    charactersitics
    Plant
    Material
    Storage location
    Price control(from Z ods)
    keyfigures:
    Valuated stock qty(from zic_c03)
    Valuated stock value(from zic_c03)
    Standard price(from ods)-Using routine
    Moving Price(from ods)-Using Routine
    I have created another cube(included all the fields from zic_c03 and added the three fields from ODS).
    For the fields included from ODS, I have written an lookup routine in the new cube (zic_c04) update rule.
    For ex.Stand price routine as follows:
    PROGRAM UPDATE_ROUTINE.
    TABLES: ...
    DATA : tstd like /BIC/AZMM_O0200-pRICE_std.
    DATA : tavg like /BIC/AZMM_O0200-pRICE_avg.
    DATA : tpc  like /BIC/AZMM_O0200-PRICE_CTRL.
    fill the internal table "MONITOR", to make monitor entries
    select single PRICE_STD
      into tstd
      from /BIC/AZMOV_O0100
    where material = COMM_STRUCTURE-material
       and plant = COMM_STRUCTURE-plant
       and FISCPER = COMM_STRUCTURE-FISCPER.
      RESULT = tstd.
      RETURNCODE = 0.
      ABORT = 0.
    I have the following issues:.
    1)After adding the price control Indicator(assigned to all keyfigures in update rule) Valuated stock qty and value showing in negative.
    2)Intially I didn't compress the new cube(zic_c04).After seeing negative values I compressed(no marker update enabled) it and checked.But still showing negative.
    2)If I assign price control Indicator to only standard price and moving price Iam not getting any results for valuated qty and stock(price control Indicator = 'not assigned')
    Pls help me to do the right modelling for the above requirement.
    Thanks in advance.
    Regards
    Soujanya

    Hi,
    I have different Modeling scenario to get MAP in BIW.
    Take a Look on this thread:
    Re: 2lis_03_um and MBEW- STPRS
    Re: How to get Moving Average Prince and Standard Price in BW (inventory cube).
    With rgds,
    Anil Kumar Sharma .P

Maybe you are looking for

  • I'm trying to turn on automatic downloads, but I see an alert that says 'This device is already associated with an apple ID.'

    I recently bought a new ipod 4 gen 32 G. I had an 8 g .I'm trying to turn on automatic downloads so when I buy a song from Itunes it automatically downloads without plugging it into computer to sync.  When I turn on Auto Downloads, It say...This devi

  • Errors when using tomcat and netbeans combo.[Solved]

    Hi I'm trying to set up a netbeans/tomcat7 development environment for servlet development. I have tried this on 2 machines without any success. The steps I have followed are as follows. First I installed tomcat7 and netbeans from using pacman, then

  • IP SLA and Tracking for alerting

    Hi, I configured IP SLAs for sites that connect to the Internet via a 2911 router Config: ip sla 199  icmp-echo 4.2.2.2 source-interface GigabitEthernet0/2 ip sla schedule 199 life forever start-time now ip sla logging traps track 199 ip sla 199  del

  • I am trying to compile an applet

    Hi, I am trying to run an applet with JDK, but I keep getting this message can anyone tell me how to correct this error. thanks

  • Oid export import

    hi there can anybody give me some guideline how to export and import oid? can't find anything at all. want to export oid on machine1 and import on machine2. thanks already now for helping markus