Manual Standard Price updation

Hi All,
One of my client having 8 plants and have more than 1000 FG materials. We are not doing costing run. I have to update manually the standard price for all the FG materials for all the plants. How I can do the above updation in one screen.
thanks
Vinu

HI,
don't know why the s-price is not changed in your system but maybe the reason is the validity date of the future price.
example: the validity date of the future price is 10.04.09. So you cannot release the price on 09.04.09 but only on 10.04.09 or a day after 10.04.09.
BR Christian

Similar Messages

  • Material Standard Price update.

    I've been trying to update a material standard price via BAPI_MATERIAL_SAVEDATA or MY_MATERIAL_PRICE_UPDATE, with no success.
    I've followed the example code give in the thread /message/9187089#9187089 [original link is broken].
    Has anyone gotten this to work?

    Sure.
    Costing Type (OKKI) : 01 Standard Cost estimate (material), in this Price update: Standard price & Valuation View: Legal valuation.
    Valuation variant components:
    001: Planned valuation Materials: priority 1. Price frm purchasing info records, 2. Valuation price according to price control in material master 3.Valuation price with user Exit.
    007: Production Order Actual: priority 1. Valuation price according to price control in material master.
    Edited by: KMadhumati on Aug 12, 2009 9:44 AM

  • Standard Price Update fo WBS Element

    Hi SAP Community,
    For a free stock material I can update the standard price by transaction code CK11N and mark/release by CK24;
    For a sales order stock material I can update the standard price by transaction code VA02;
    But how can I update a standard price for a WBS element stock material??
    Thanks & Regards,
    Daniel.

    Hi,
    If your order in Based on the Sales Oder they you can carryout easy cost planning for sales order
    why do u want to standard price to be updated to WBS element
    Need some more clarity on your question
    let me know your process. what is the strategy you are using.
    Regards,
    Raj

  • Mat standard price update in Mafg and DC plant at single runof CK11N

    HI,
    we have two plants US01 as Manfg and US02 as DC and we have same mat A in both the plants.
    If i do cost estimate in us01 and again in US02 and release CK24 then mat in both the plants are getting updated with following config.
    Will it be possible to update the stand price in both the plants at single  CK11N run without running in two plants seperatly.
    Special proc can be defined by PP guys or you can also define as below
    1. Go to OMD9
    2. Click on New entries: Enter your Plant = Plant 2 (receiver plant) "SP Pr Type" = Z1 and Proc Type = F;
    3. Under Special Procurement Secrion
    Enter U as special procurement and Plant 1 in the Plant Field (Transferring plant)
    4. Save this entry, and in Mat Master of Plant 2, specify F as Proc Type and Z1 as Special proc key
    5. Run CK11N in Plant 2... and release from CK24
    Thanks,
    sudha

    Dear Sudha,
    Special procurement is configured when there is a stock transfer from one plan to another plant. By this way there will be no new cost estimate in the receiving plant.
    Below document explains in details on the topic:
    http://www.sap-topjobs.com/SpecialPP/overviewdoc.pdf
    We also have transfer control configuration to avoid unnecessary costing estimates for already costed materials to get it transferred to the new material cost estimate when we have same components.
    Kind Regards
    Umapathi G

  • How to update info record price in to material master as a standard price -

    Hi Experts,
    We have a client requirement as below:
    Client wants to compare the info record price per material for all related vendors.
    Once he arrives at the best effective price (Material Price + Freight + Duty), he would want this price to update in the Material Master Record as Standard price.
    I know we can use MR21 and LSMW to update this manually but we are looking to automate this process as we have more than 100,000 records in the system.
    Can the above requirement be addressed through CK40N? if yes, How?
    Thanks,
    Jammy

    Hi Jammy
    Usually, in std SAP, if there are multiple condition records, the one with lowest price is considered by the system in CK11N/CK40N
    Configure your valuation variant to pick up price from info record... As far as I remember, the one with lowest price would get picked up when you do costing run...
    however, if your requirement is bit different than this, but is based on a logic which can be configured in the system, then use Valuation Strategy U in your Valuation Variant and write your code accordingly in the exit COPCP005 (Component EXIT_SAPLCK21_002.)
    Regards
    Ajay M

  • 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

  • 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

  • Want to update Moving or Standard price from material master to ***.Value ?

    Hai Experts,
    As per Subcontract Logic, 1.1 % of the standard price should be update in J1ID Asseable value..
    so I need to update Standard price value should be automatically update in Assesable value whenever it price changes..
    Kindly guide me

    Hi,
    I think its not possible to shiftf from th MAp to J1Id assessable value.
    Need to maintina in the field place of J1ID.
    Regards,
    Andra

  • To update the standard price of a material

    Which transaction is used to update the standard price of a material

    Hi,
      Use the transaction CKMLPC to update the standard price of the material.
    Thanks,
    Naren

  • Update avg/standard price item after import

    When i import the standard price with DTW and update the initial quantities in stock, i can't  update the standard price again...When i don't import the initial quantities, i can change that a lot of times...
    How can i import the standard price, after update the initial quantities with DTW?

    Marcio,
    The Standard Price or Cost is used to calculate your inventory Value when performing Initial Stock Import.
    Once the Item has a transaction and has stock the cost cannot be changed.
    If you want to change the Cost, then you will need tp perform Inventory Revaluation.  This function enables you to revaluate inventory values by changing the average or standard price of an item and calculating the total value of all the stock.
    Access it from Inventory > Inventory Transactions > Inventory Revaluation
    Let me know what your real need is on the busiess front and I could guide you accordingly
    Suda

  • Standard cost price update

    Can anybody tell me in details the logic behind the standard cost price update.
    Regards
    Amitava

    Hi.
    1.After did the cost estimate in ck11n . you need to update the cost for the current period. then only it will update in the MM02 under the costing view.
    2.In the update the costing , 2 steps need to do
    a. MARK the costing . give the period for which you need to mark the costing. and execute in ck24
    if you done . the price will update for the future period . you can see this in the MM02 under costing view / std costs
    It means thats you do calculate and mark the cost but it will show in the future period in MM02 COSTING VIEW. . but you are not release this cost as the current period cost. so you are still in the old period costing only.
    b. RELEASE the costing in ck24 itself. If you release the costing , then the costing will be show in the current period in mm02.

  • 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

  • Periodic Unit Price not update/release to Standard Price

    Dear Gurus,
    We have a problem, when closing period is done the PUP (closing period) not update/relase to Standard price (in future period).  We have checked all the steps during the closing period, and all seems to be right.
    The closing period is not more than 2 period, we closing April 2014.
    I have checked note 666681.
    Maybe Gurus can tell me something that i missed.
    Please help
    Regards,
    Beto

    Hi Szymon,
    So the OSS note saying that PUP from April 2014 cannot update to May 2014, the earliest is in June 2014?
    I tested the same scenario in testing server and it work.  The PUP get update to standard price in period May.
    It just doesn't make sense, the PUP is an average price within April transactions and it needs to update Standard price in May.
    Now it makes me more confuse..
    This is period 4
    This is period 5 (this is what we expecting), PUP period 4 = Standard price period 5
    Can you help me
    Thanks in advance
    Regards,
    Beto

  • MAP not updated statistically for materials maintained in standard price

    Hi all,
    For materials maintained in standard price, system updates MAP for statistical purposes - but I found that system is not updating MAP for goods movement with movement type 653. I posted a goods movement with movement type 101 and system updated MAP.
    So could any one help by explaining me why system updates MAP for 101+ and why not for 653+
    Thanks,
    SKD.

    HI again,
    forget my previous posting, this is not what you are looking for.
    BR Christian
    Edited by: Christian Ortner on Apr 19, 2010 1:08 PM

  • Difference between J_3AMADKA and MBEW / Update SKU standard prices with AFS

    Dear reader,
    Environement: ECC 6 with AFS 6.3
    In a first step,I am trying to create, and in a second step, to update the SKU standard prices using FM: BAPI_MATERIAL_SAVEDATA.
    It is really strange the way it performs changes on table MBEW and J_3AMADKA.
    Can anyone explain to me the different use of those two tables? I thought that the  J_3AMADKA was dedicated to SKU level, but finally, the TA: /n/afs/conv1 create the SKU standard prices only in MBEW !? But BAPI_MATERIAL_SAVEDATA.
    just create ONE entree in MBEW (?!?) while all SKU entree but without prices in  J_3AMADKA.
    In  FM: BAPI_MATERIAL_SAVEDATA., I mainly filled structure   VALUATIONDATA (=> MBEW)  and  SKU_PLANTDATA_VALUATION, where surprisingly, there is no standard price field for the SKU !?
    Any link or remarks about this topice will be most apprecitaed,
    Thanks,
    Daniel

    Hi Kalias,
    Many thanks for your fats reply.
    I had a look to the (really old) SAP notes and after some few researches, it seems that AFS 6.3 insert the PRICE and ZKPRS columns again into table J_3AMADKA.
    Those columns are even populated with values So it means that they are required by some SAP standard programms.
    Maybe you have another clue about this topic?
    Thanks again for your help,
    Daniel

Maybe you are looking for

  • Error in Data Load - Transformation inactive

    Hi While running DTPs to DSO or cube I am getting error saying that a  Transformation called up by the request is inactive and hence the request cannot be executed. But when I checked, I found all the transformations in the flow for the Data Load  we

  • Best Practice to use a single root Application Module?

    I was reading in another thread that it may be a good idea to have all application modules nested within a single root application module (AM) so that there is only 1 session maintained for the root AM, versus an individual session for each AM. Is th

  • Error Event 5538

    Hi, We are seeing a lot of errors on: 1. Microsoft-SharePoint Products-Web Content Management Description: An error occurred in the blob cache. The exception message was 'The system cannot find the file specified'. (Exception from HRESULT: 0x8070002)

  • X-Fi installation disc software does not recognize driv

    i've been wandering about on forums alot in the past couple of days but i couldnt find a proper solution anywhere. heres my problem: recently i bought the: x-Fi Xtremegamer Fatalty Pro. i bought it as a ''Bulk'' card which means it doesnt come with a

  • Flashplayer won't download on my Mac

    I have a Mac, and everytime I try to download flashplayer on my computer, it will reach about 50-60% and then stop and say "General Installation Error," I have no idea what I'm doing wrong, but how can I get it on my computer successfully? (and yes,