Change standard price

Hi experts,
             can u explain me how to valuate the material for which split valuation is active?  When i am going to t code MR22  i entered material it asked for valuation type i entered the batch which are existing next what to do. plz explain me how to valuate the material
Thank you
Sap MM

Hi
If you want to change the material standard price (complete valuation) then use MR21.
MR22 can be useful if you want to change the material price (standard/ MAP) with resepect to quantity. ex: you received certain quantity of material at lower cost and you wanted to increase the price for that quantity only then use MR22. both these Tcodes generate same entried - price change documents.
So use MR22 and enter material, valuation type, new price, quantity. If you dont want to change the price for certain quantity then use MR21.
Thanks

Similar Messages

  • Change standard price after executing CKMM for materials.

    Dear all,
    I faced a problem: right after MM period switching, I execute CKMM to switch 2 to 3 for some materials and after taht I changed standard price for these materials by releasing future price.
    After material ledger closing (T-code CKMLCP), there is non-zero balance on account for price differences in FI report FAGLL03. This non zero balance occurs just for the materials, which standard price was changed.
    Could you please explain me why this happens?
    Best regards,
    Linh.

    Hi Van,
    The process follows: When Material Master in 3 (i.e) ML effect (when you release the std cost estimate "no Entry will post revaluation gain/loss" it will r evaluate @month end you do CKMLCP..with difference post to price difference.
    Posting to re valuate inventory is non ML process.
    Or can you test in testing server by changing std price with 3- no accounting doc will generate.
    Let me you your response.
    Regd,
    Khan.

  • Mass Change Standard Price in Accounting view of material master

    Hi anybody,
    I am maintaining more than 5000 records material master . Each time  change material prices using MR21, but I don't want go MR21. need to develope one abap program for change material standard prices using BAPI or normal ABAP Program. how do I develope?
    please give me sample program for that.
    Thanks
    S.Muthu

    Hello Mani
    I have already checked all the open items.....
    No sale order. No entry in table MSEG.
    Only one PO without GR.....So that should not make any difference.
    Br
    Avinash

  • Changing standard price in Material Master.

    Hi Gurus,
               Can anyone please tel me in material master Accounting1 view,is there any way to change the standard price field immediately,once its created?When I go in change mode the standard price field is disabled.
    Thank you all in advance.
    T6

    Hi,
    Use MR21 Tcode and change the moving average price if u have a stock means no problem bcaz in the OBYC T code Cost (price) differences- PRD u have to give the G/L account and that value goes to that account. System Does not allow to change the price in MM02 Transaction. U must do it in MR21 only.
    Regards,
    Venkatesh
    MM consultant

  • How to change standard price

    Hi Friends,
    How to change the standard price of a material, which transaction is used for
    this, and data is to be passed for that Transaction.
    Thanks,
    Sreenivas

    Here is also a BAPI which will do it programatically.  You must pass all vales on the selection screen.
    report zrich_0003 .
    data: headdata type bapimathead.
    data: valdata type  bapi_mbew.
    data: valdatax type  bapi_mbewx.
    data: return type  bapiret2 .
    data: returnm type table of bapi_matreturn2 with header line.
    data: xmara type mara.
    parameters: p_matnr type mbew-matnr,
                p_bwkey type mbew-bwkey,
                p_bwtar type mbew-bwtar,
                p_stprs type mbew-stprs.
    select single * from mara into xmara
              where matnr = p_matnr.
    headdata-material        = xmara-matnr.
    headdata-ind_sector      = xmara-mbrsh.
    headdata-matl_type       = xmara-mtart.
    headdata-account_view = 'X'.
    valdata-val_area  = p_bwkey.
    valdata-val_type  = p_bwtar.
    valdata-std_price = p_stprs.
    valdatax-val_area  = p_bwkey.
    valdatax-val_type  = p_bwtar.
    valdatax-std_price = 'X'.
    call function 'BAPI_MATERIAL_SAVEDATA'
         exporting
              headdata       = headdata
              valuationdata  = valdata
              valuationdatax = valdatax
         importing
              return         = return
         tables
              returnmessages = returnm.
    check sy-subrc  = 0.
    Regards,
    Rich Heilman

  • Change standard price several times in MR21.

    Hello
    Two user in the plan can enter to transaction MR21 and can change the standard price several times in one day for the same material. When others users try to do the same the following message is send . u201CA current or future standard price exists for materialu201D.
    I donu2019t know where in the customizing is defined that these two user can do that ( I suppose that a consultant defined that).
    Someone have an idea of where I can define the same for another user?
    Thanks in advance.

    Hi,
       This error msg can be defined for the user name.
       Check Controlling-> Product cost controlling-> Product cost Planning-> Proce update-> Parameters for Standard cost estimate-> Define Message type for Standard cost estimate (OKZZ). Here add the user name as required.
    -Thaila Shree

  • Change Standard Price considering Cost Components

    Hi people,
    Please, I would like to know what is the procedure/transaction I can use to update/change our Standard Price in our Material, considering we have openned component costs (Splitt).
    Thank you a lot,
    RGN.

    Hi,
    1,BOM is to be maintained  for FERT/SFG - PP Consultant
    2, Activity Prices to be maintained - CO Consultant
    3, Routing to be maintained for FERT/SFG - PP Consultant
    4, Material cost estimate - CK11N , Mark & Release - CK24
    Regards,
    Pavan Kumar Arvapally

  • CHANGE STANDARD PRICE VIA BAPI

    Hello,
    Im using the BAPI_M_REVAL_CREATEPRICECHANGE, for changing the standard price of the materials, instead of using the MR21, but i cant get it work
    Im populating the following fields:
    COMP_CODE : 1000
    PSTNG_DATE: 26.03.2009
    PLANT: 1001
    MATERIAL: 8M1584
    CHANGE_STD_PRICE: X
    STD:PRICE: 80
    CURRENCY: USD
    PRICE_UNIT: 1
    QUANTITY_UNIT: PC
    When i executed i dont recive any return, and the price didnt change, no an error message or a document number; am I missing a field to populate??
    Thanks!!!

    Hello Alex,
    This BAPI was never finished and therefore the function cannot be used.    
    (It is also not released as a BAPI)                                                                               
    from Release 4.70 on, the BAPIs BAPI_MATVAL_PRICE_CHANGE,                  
    BAPI_PROJECTSTOCK_PRICE_CHANGE and BAPI_SALEORDSTCK_PRICE_CHANGE           
    are available in the enterprise extension.                                                                               
    Hope this can help
    Regards,
    Mauro

  • What is the effect of change material price in previous period?

    i have changed the material price in 31/12/2010 and we are in period 01/2011
    but the moving price doesn't changed in period 01/2011 its still the old price.
    i want to know why the system didn't change the price for period 01/2011
    and  i want to change the price for now and all next periods.?

    Hi,
    you are using moving average price and not standard price.
    You can change standard price thru costing run. you can't change moving average price it is calculated based on procurement. further you can change thru MR21 but beware it will generate revaluation entry that will have financial impact.
    If you still has doubt then please elaborate the requirements.
    Regards,
    Atul
    Edited by: Mr. Atu on Jan 23, 2011 2:40 PM

  • How can i update material master standard price.

    Hi Everyone,
    i would like to know if there is any way i can update my MM Std Price everytime i make any purchase.
    I.e i have std price 40, but next time when i make PO and update Inforec for 70 so i want this 70 also take effect in my material master. Is any expert can tell me about this functionality or any alternate. would be great help
    Ali

    If you are using std prices then these do not vary unless someone is manually changing them (or using a program to do this). That is the main point of std prices, they do not change unless you change them yourself.
    MAP and standard prices are used in material master and it has nothing to do with price with which you will sell your customer.
    MAP and Standard prices will just hit you inventory account and COGS account once you will do PGI.
    I am assuming that you are talking about the price at which you sell to your customer.The easy way of tracking changing prices is that you can make them manual conditions and based on your information you can put them manually in your sales order.
    It is not recommended to change standard price constantly. At this period end, modify the standard price in material Master & continue.
    This can be a regulr activity at period ends, say every month end or quater end or half yearly or yearly. In general it is prctices on yearly basis, but as per the requirement you can consider the period.
    Just go throught the links given below
    http://www.sap-img.com/materials/purchasing-tips.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/MMIVMVAL/MMIVMVAL.pdf
    Primarily, You cannot maintain both Standard Price & MAP. You can maintain only one of it.
    It is recommended that standard price should not be changed at randomly, but as a policy, if required, it should be changed at period end, say monthly, quaterly, Half-yearly or yearly.
    You can also check out transaction CK40N
    reward points if it helps
    regards
    Biju

  • SBO - Update of standard price by batch-input (DTW)

    Hello,
    Is there a way to update by DTW the standard price related to some items ?
    If there is no item cost yet computed, you can use DTW - Items. But if the item cost already exists, what should i do.
    Thanks
    Stephane

    Stephane
    To change Standard Price for an Item already having a Standard Price you would need to use Inventory Revaluation.
    I am not sure if you can do this through DTW
    Suda

  • Issue in Update Standard Price using BAPI_M_REVAL_CREATE PRICE CHANGE

    Hi folks,
    I was using BAPI_M_REVAL_CREATE PRICE CHANGE   to update standard price, but this BAPI is not working for me..
    Can anyone give me an example to run it?
    My code is like this:
            t_comp_code                              = t_thold_final-bukrs .
            t_material_price_list-plant             = t_final-werks.
            t_material_price_list-material         = t_final-matnr.
            t_material_price_list-val_type         = t_final-bwtar.
            t_material_price_list-change_std_price = t_final-stprs.
            APPEND t_material_price_list.
            CLEAR  t_material_price_list.
          CALL FUNCTION 'BAPI_M_REVAL_CREATEPRICECHANGE'
            EXPORTING
              comp_code           = t_comp_code
              pstng_date           = sy-datum
            IMPORTING
              ml_doc_num          = w_mblnr
            TABLES
              material_price_list = t_material_price_list
              return                   = t_return1.
    Please help as after runing this there no error in return and no material document no created.
    thanks,
    varun
    Edited by: Varun Gupta on Jun 12, 2009 4:06 PM
    Edited by: Varun Gupta on Jun 12, 2009 4:08 PM

    No idea
    no error in return and no material document no created
    just try debugging it

  • Change of costing in mm2 (the field is disabled) -(standard price)

    Hi Gurus
    change of costing in mm2 (the field is disabled) -(standard price).
    how to change the standard price ?
    is there any thing like standard TC.
    what is consting run?
    Please let me know any in puts?
    Thanks
    Greg

    Hi
    You need to go through the following transactions:
    CK74N - Create Additive Costs.
    CK11n - Create Material Costs.
    Then the field gets updated.
    Please let me know if you need more details.
    If you find this information useful or allows you to close the ticket or points you in right direction, please award points.
    Thanks,
    Ramesh

  • Which scenario standard price automatically change in mm

    Hi Folks,
    I would like to know which scenario standard price automatically change in material master
    Regards,
    Ramu

    Hi,
    Could explain more?

  • Standard price wants to change several times in a month

    Hi sap friends
    This client donu2019t have any own production, they are manufacturing the products for big five companies with margin cost. Like a third party  once they finished the production,  they want to show the raw material price on the invoice (full detail of raw material price on invoice). They are purchasing material several times in a month so material prices are changing  so that they want to update the standard price 3 or 4 times in a month.
    What is the best suggestion we can give to them to solve this issue.  We can change the standard price MR21 but how purchase price variance calculate and how that can effect on  G/L account and production variance how that can effect on G/L account. Please give me advice what suppose to be do in this situation. I hope they are using standard costing principle properly.
    Regars
    Paul

    problem solved

Maybe you are looking for

  • How Do I see components

    I have a series of components that I assign various values (text) to.  We added a TabNavigator to reduce the vertical space that was being taken and now the components within it are null and won't accept the values that they did before the TabNavigat

  • How to Use  Connected-User DBLink in a trigger??

    In the trigger body,I need to call a remote procedure through a Connected-User dblink.But error occurs when the trigger is compiled. ORA-01005:null password given;logon denied Can't a Connected-User dblink be used in a trigger? Thanks.

  • Help by setting up a conditional process in regards to a collection, error

    I have a simple application containing 2 pages: page 1: catalog page 2: order overview page on page 1 is a report with a list of articles, one column in the report is a link which branches to page 2 filling in a bindvariable. Sofar, not a problem. Wh

  • OIM 11g API - Getting process form attached to a process definition

    Hi, Is it possible to get the process form name which is attached to a resource object ( through process definition) through API ?.Thanks.

  • Upgrade OS 10.4.11 to Snow Leopard? Ram?

    I have Mac Mini OS 10.4.11 1.42 GHz PowerPC G4 512 MB DDR SDRAM Need to upgrade OS so can synch IPod. Can I buy the SnowLeopard CDs and upgrade? Maybe I need more RAM? Thanks for any help.