Moving price change

hi,
in invoice
in accounting,
vendor is credit
and freight charges is debit
and also stock account is credit and matl price differnce is credit in same invoice
then what is effect in moving price

Hi,
check the current MAP in table for MBEWH . chk this value and compare to ur mat master a.c 'ing view value
also check tcode S_P00_0700139 this will give the complete details abt the map changes history
Regards
KK

Similar Messages

  • 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

  • Moving average price changed drastically

    Hi Experts,
    i having one problem,
    i having material of ' A '  1392.5 Kg having moving average price of 6.52 $ per kg (as of  02.03.2009 ),
    i issued goods to order on 17.03.2009 with movement type 261 of 233.60 Kg for 646.74 $
    here new moving average which systems shows for material 'A' is 2.77
    please explain why system shows new moving aveage price as 2.77, also why is not considering old values to calculate MAP(stock already present )
    Also please explain what could be the possible reason for this error.
    Thanks & Regards
    Prashanth.

    follow this discussion, I think it has all you need to get your problem solved
    moving average price changed drastically

  • 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.

  • Price Change For Slow Moving & Non Moving Items

    Dear all;
    What will be the transaction for the slowmoving and non moving items .is there  a separate transaction for the same ? and what will be the report  to see the price chane history for certain material?
    Thanking You;
    Regards;
    Joydeep Mukherjee

    Dear Friend,
    MC50: Based on you date range selected, The logic here is "No
    Consumption" below certain Stock Level.
    MC46: Based on the date range selected, if there was no movements
    (Consumption), the system would classify them as Slow Movers
    and Goto MM04, Enter the material no and plant check the changes made to that material master. Ofcourse, it'll give all the changes made to that material master
    Check Trn CKMPCSEARCH. It records all the price change docs (Type PR), Ref. Transactn PRCHG
    Regards
    Anjan

  • 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!

  • To find user exit whever moving average price changed

    Hi Experts,
    I need to write my code whenever moving average price (MBEW-VERPR) get changed, few scenarios are:
    - MBEW-VERPR can be updated from MR21 transaction
    - Create Purchase Order then create delivery then transfer order, on confirmation of transfer order MBEW-VERPR can be changed
    - It can be changed from MIGO transaction on Goods Receipt and Reversal.
    -It can be changed from VL09 transaction on reversal of goods.
    My requirement is to make my code as transaction independent, so I need to find out user exit( or enhancement spots) to write my code to update a z-table.
    Can anyone help me to find out the correct place to write code?
    Regards,
    Piyush Yadav

    Changing average price also creates an accounting document, whatever the origin of the change. So you could try BTE 00001025 of Publish&Subs (P/S). From BKPF header information you should be able to find the original documents (marterial receipt, average price change, etc.)
    Regards,
    Raymond

  • Price change in material master

    Hi,
    When does the moving average price change, if the PO price or the invoice price is different from the one in material master. Is it after the creation of PO, GR or invoice?
    Thanks and regards
    Aparna

    Hi,
    Moving Average price = Total Value
                                       Total Stock
    Moving average price updates once you make GR and IV
    If you are making GR & IV for new po , then new moving average price of that material will be :
    Total stock = stock already present in plant + GR made stock of that new po
    Total Value = Total Value of the material in plant + Invoice amount for that new po
    Thanks & Regards
    Prashanth.venkategowda

  • Goods Issue after STO warning "Price change of  % in month / for mater"

    Dear all,
    This is my process for Inter-co plant stock transfer:
    1. Create STO via ME21N
    2. Raise Goods Issue from source plant via MIGO_GI
    3. I get this warning message "Price change of  % in month / for mater", details as below:
    Price change of  % in month / for material
    Message no. M7306
    Due to action taken the quantity and value of the material  are changed. This leads to calculation of a new moving average price: The new price deviates from the old one by .
    Procedure
    Before you carry out the posting, you should determine the reason for this difference.
    You could check the material line items to find out which postings have led to the current moving average price. If the action taken refers to a purchase order, you could contact Purchasing to find out whether a mistake was made when entering the order price.
    Has anyone seen this before and what should be the cause of action? Well, I was still able to proceed with the GI successfully but I'd like to know what has caused the message?
    Thanks.
    Steven

    Hi Manohar,
    My previous stock was 0.
    So i received material  100 qty at 20 INR.
    Total stock value = 2000
    Now as per you:
    2000 / ( 0 *6) * 100   =    33.33
    I am not getting 390,17 %
    Utsav

  • Cost Run for Raw Material taking Standard Price instead of Moving Price

    Hi all,
    We ran a material costimate with normal components FG>SFG>RM.  The RM price Control is set to
    V (Moving Average Price) and for SFG & FG it is S(Std. Price).  After we run CK11N, the price for
    RM in Material Master changes as per Moving Price.  We found that the RM Component is
    costed based on Standard Price and not on the previous cost run Moving Average Price.  After
    certain period, if we again do cost run, the sytem is again picking up the standard price for costing
    not the revised Moving Price.  We have checked the Valuation Variant in the Costing Variant, where the strategy given is 1. Moving Average Price 2. Standard Price.  We also tried to change the
    sequence as 1. Price as per Purchase Info Record 2. Moving Average Price and 3. Standard Price and
    also 1. Standard Price and 2. Moving Average Price.  Our requirement is when we run the cost estimate the raw material has to pick the price of previous moving price stored in the Material Master.  Kindly tell us where to set the indicator.
    Thanks,
    Sadashivan

    Hi Srikanth,
    Problem solved.  I checked the sequence in Valuation Variant and modified in Valuation Variant for Plant which I have not set previously and now the system is working correctly.
    Thanks,
    Sadashivan

  • 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

  • Cancel price change documents

    Hi all,
    User in our company   run  transaction mr21 a lot of materials in many plants and change the moving average price.
    He get a   of   price change documents numbers (display in transaction CKMPCD)
    Now I want to cancel the documents and return the moving averege price before change.
    Can any transaction  that cancel the document in one step   ? (   it a lot of work to do this in mr21 for all material in many plant)
    Thanks and best regards
    yuval

    Hi,
    You can again post MR21, with the original price. Secondly you can create a LSMW with the original price, co, plant, valuation type (if the material is split valuated) and upload.
    The price will be corrected.
    You can not cancel financial docuement using FB08.
    Ishu

  • Reg:Standard And Movin Price change

    Dear Sir,
       In Material master the standard price of a raw material is maintained as Rs 217 and moving price is maintained as Rs 210 I want to change the both price standard price as Rs 210 and moving price as Rs 208.How I will change this.In material master (MM02) which filled I will use.
    Regards
    Amar Puhan

    you can change both prices in MR21 in one go.
    MR21 shows a field "new price" and a field "new statistical price"
    if the price control  is S for standard price, then "new price" field has the standard price, and the statistical price is the moving average
    if the price control  is V for moving average price, then "new price" field has the moving average price, and the statistical price is the standard price

  • Accounting/ cotrolling doc in price change

    Hi Friends,
    In MR21 whenever I do the price change in previous period 9 say 1/2010, 2 accounting and 2 controlling documents are getting enerated ( 1 for the current open2/2010 period and 1 for the previous period 1/2010).
    Any pointers .
    Regards
    Ashu

    Hi,
    Thanks for your reply,
    It describes the price change with standard price while in case of moving average price control it explains about stock shortage.
    Is the price change of standard price control applicable for moving average price also, because in MR21 I am changing the price of material in previous period with moving average price control?
    Regards
    Ashu

  • How to find price changes in FG

    Hi to all,
    Although we are using moving price for FG, is there any method to find changes in price of FG?
    Regards
    Nitin

    check the reply from expert Brahmankar.
    Please check MBEWH table.
    MBEW tablestores the current valuation price, while MBEWH stores the previous or historical value. In your material master go to accounting-1 view you can click on previous preiod/year & view the historical values.

Maybe you are looking for

  • Error while posting Payload from MII to PI

    <?xml version="1.0" encoding="UTF-8"?> <p1:UpdateControlRecipeStatus_Async_V01 xmlns:p1="http://bhpbilliton.net/services/ControlRecipe" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns:p2="http://bhpbilliton.net/GDT" xmlns:xsi="http://www

  • Free  trial of iWork has messed up my laptop

    I have tried to buy Pages online for my air book. Having just finished a free  trial of iWork. My App store says Pages is installed. But every time I try to use it, I am redirected to buy iWork. So now i cannot save any docs that I am sent by email.

  • URGENT:Changing Regional & Keyboard settings(language) thru Forms.

    Hello,      I need to do a screen in English/Spanish. The requirement is that, on the selection of the language from the menu the corresponding screen should come. The ORA and FRM messages, data entry and retrieval should also be in English or Spanis

  • Problems installing koffice

    I'm getting the following output when trying to install koffice on my Arch 0.6 system: [root@myhost root]# pacman -S koffice Targets: koffice-1.3-1 Proceed with upgrade? [Y/n] :: Retrieving packages from extra... koffice-1.3-1 [################] 100%

  • Connecting to a File Storage

    Hello, We will be using the File Storage as a storage, what are the ways to connect to it from UCM (we already have the 11G instance installed and configured). Someone mentioned that: 'This can be configured later and I believe is by default. Just ma