Tables of Price changes

Dear All
I need to develop a report where I need to find out the track of all the price changes of a material by the user.
We have developed almost all the things through different tables and making their relationship with the coordination of ABAPERS.
But we are not able to find out the tables of price changes as initially it is being stored in KONP table.but if it is being changed by the user,again it will be stored in the same table.but we need to find out the table which provides me the old value as well as the new value so that we can develop the report.

Hi
The changes are in tables CDHDR/CDPOS. You can use the standard report rsscd100 as a template. So, search for obj. COND_A. As there must be performance problems, create your own pointers to filter this modifications (tcodes BD50, BD52 and so on). So, this modifications are saved in table BDCPS / BDCP and you can search quickly these modifications.
I hope this helps you
Regards
Eduardo

Similar Messages

  • In whaich Table Price Change values available

    Hi,
    T.Code MR21 (Price Change), in which table these values avilable.
    Best Regards,
    Kapil.

    hi,
      You check the following tables,
    MBEW
    MBEWH
    MLHD
    Regards,
    abi

  • Purchase order price change report

    Hello
    How to retieve the purchase order price change report ? do we have any standard report for it or any table which gives these data?
    kindl

    HI
    Have you activate version management at your end for PO,i think this will help you to track changes of PO for qty,price etc.
    [http://wiki.sdn.sap.com/wiki/display/ERPLO/Version+Management]
    Regards
    Kailas Ugale

  • How to set default value for Price Change Indicator in Purchase order

    Hi,
    While creating the service purchase order with item category "D" the price change indicator in the services tab of the purchase order is getting checked by default. I want to uncheck this by default.Where can we set the default property for this.
    Thanks in Advance!
    Surya

    My plsql parameter is p_arr which is of "TYPE vc2_255_arr IS TABLE OF VARCHAR2(255) INDEX BY BINARY_INTEGER"You need to declare it in a package specification and initialize in the package body:
    SQL> create or replace package pmp_lib
    as
       type vc2_255_arr is table of varchar2 (255)
                              index by binary_integer;
       vc2_255_arr_default   vc2_255_arr;
    end pmp_lib;
    Package created.
    SQL> create or replace package body pmp_lib
    as
    begin
       vc2_255_arr_default (1) := 'abc';
       vc2_255_arr_default (2) := 'def';
    end pmp_lib;
    Package body created.
    SQL> declare
       arr   pmp_lib.vc2_255_arr := pmp_lib.vc2_255_arr_default;
    begin
       for i in 1 .. arr.count
       loop
          dbms_output.put_line (arr (i));
       end loop;
    end;
    abc
    def
    PL/SQL procedure successfully completed.so in your case it would probably be sth like (assuming pmp_lib is a package):
    <%@ plsql parameter="p_arr" type="PMP_LIB.VC2_255_ARR" default = "PMP_LIB.vc2_255_arr_default" %>

  • 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

  • Purchase requsition and Purchase order Price Changes

    Hi All,
    When purchase requsition(XXXXXXXX) is converted in to a purchase order through ME 59N(YYYYYYYYYY),after converting in to a purchase order i will change the purchase order price to a new value.
    How can i track the price changes for a purchase order that is converted from a purchase requsition.(i know i can see the changes to a PO,under item changes for PO)
    Is this data is stored in any table?
    with regards,
    Amogh

    Hi,
    this change is not captured, because the price is being changed at the point of the PO creation and so there will be no record in the header or item changes option (the system does not see anything as being changed because this is a creation of a new PO).
    The price from the requisition is merely a suggestion and it is not meant to be a purchase price anyway (it is designed to be used to value the requisition for the  release strategy).
    I know that you can configure the system to pass this req "price" to the PO, but it is not the same price and so you will not find the type of controls that you would expect.
    In many cases a simple ABAP is written that reads POs that have a reference requisition and the ABAP compares the prices and reports on those that exceed a tolerance (either hard coded in the program or held on a new table in SAP).
    None of this is standard SAP but it is something that many people create to handle the situation where the user enters the requisition at a deliberately low value to get it through the release strategy.
    Steve B

  • MR21 price change for S price material

    Hi all,
    We are facing an unique problem.
    Earlier on 05May, price was updated for a S price material from A to B thru MR21 having posting date 01May. Price change document and its accounting document has got generated successful. On checking the price on 25May, price is A i.e. Old price. I listed the price change documents for the material, I was not able to find the any document after the above said date. So far the movements has happened in old price.
    Further I checked in MBEW, price is A i.e.Old price. In table MBEWH for the april period, price is B.
    New price has got updated nowhere apart from MBEWH and price change document.
    Anyone can advice, how this has happened. What is the reason
    Regards
    Suddy

    you are working with a fiscal year variant, as your fiiscal year does not match with the calendar year.
    In general the month of the posting date is equal with the period, however, using a fiscal year variant the posting date is checked against a customizing table to determine to which period the posting has to be made.
    Those variants are defined in OB29
    and they are assigned to company code in OB37.
    so check OB37 first to find which variant is assigned to your company, then use OB29 to see the definition of the variant.
    Maybe the first day of the new month is defined to fall into the old period.

  • PO price change date

    Hello,
    Is there a field in the PO where the date of the last update of pricing elements is saved? In my case, if there is a price change and the user modifies the price, the date of this change is required to be stored somewhere for further processing.
    Thanks.
    R.

    So if I want to retrieve this info by some ABAP code, I have to read tables CDPOS then CDHDR with the appropriate keys, right? I think this is not the best way in terms of performance.
    R.

  • MR22 - Price change document

    Dear friends,
      We have chagned the price in t.code MR22.  It shows price chagne document is generated successfully.
      While we try to display price chagne doc via tcode CKMPCD or  CKM3 mat analysis. None are showing those detail

    HI,
    it should work as you have explained (CKMPCD).
    Are you sure you try to view an existing price change document number?
    The document header for such a document is stored in table MLHD so check the table if the document is created.
    Best regards, Christian

  • T code price change document

    What is the t code for List of price change Documents.
    Thanks

    Hi,
    Try with t.code SE16 or SE11 and enter table S031& get the details.
    Regards.
    Biju K

  • Price changes of a material

    Hi all,
    I need to list the whole price changes of a material that we purchased from suplliers.
    How can i get these data, ie from which tables?
    Thanks in advance.
    deniz.

    Hi friend,
    Try FM
    CKML_MATVAL_PRICE_CHANGE
    Also check the tables : 
    CKMLHD  - Material Ledger: Header Record
    CKMLCR   Material Ledger: Period Totals Records
    CKMLPR Material Ledger: Prices
    Regards
    kanishak

  • Mass price change

    hi ,
    Is there any Std T.code to do Mass price Change of Materials ?
    regards
    Mike

    Hi,
    You also have Tcode MASS for more mass modification.
    Use object type BUS1001 and generate. Then you have to know the tables where the field you want to modify is.
    Pick the fields in their folder and generate again. Then in selection pick the materials or use other selection criteria. Generate again.
    In the upper side of the screen insert the data and click the button 'carry out a mass change'.
    Follow the link for screen shots
    http://www.sap123.com/showthread.php?t=172&goto=nextoldest

  • Net price changed...Urgent

    Hi friends,
    I m new in mm. We import the raw mat. from many foreign compnies. when we enter the net price in ME23n. The net price in increased by 10 times.in table EKPO. wn it is in euro it is ok but when we use USD its price changes 10 times. i have posted this thread in sd then one guy has told that we should change the decimal places into the system. so pls tel me how can we do it.
    thanks in advance
    Regards,
    Donald

    Thanks for your reply. We will change the configuration .But Wt to do with the previous USD values. it has already raised by 10 times. now We want to nullyfy the account or delete the diff.and Our end user has already done the MIRO. Now wt can we do with that ..
    Pls help its urgent
    Regards,
    Donald

  • Manual Price Change by Customer

    Dear all,
    I am a BI Consultant. I dont have much idea on SD tables. here is my reporting requirement:
    Need to track the number of manual intervention by Customer on the price during the order entry.
    In certain exceptional cases, the Customer can change Price, Rebates, Surcharge charges etc. for a sales order..
    so i want to know, which SD table holds these type of price changes information???
    i mean where i can i get these all Price Change Summary? [Manually changed by Customer!!]..
    help me out..
    Thanks n advance.
    Regards,
    Srini

    Hi Srini
    Check the link
    [Manual Price Change by Customer;       
    _NOTE : Dont post your query in many threads.Post only in one thread_      
    Regards
    Srinath

  • Net Price Changed History

    Hello All,
    May I know which table I can use to download the Net Price Changed History.
    Thank you.
    Regards,
    Angela

    Hi,
    If you have maintained at Purchase Info Record Plant Level go to Table A017 / maintain at Purcahe Org Lvel go to Table A018.
    In that table Give "M" for application and execute, it will display for the conditon PB00  valid to and from date along with condtion record no.
    Note the conditon recor dno go to Table KONP, gie the conditon record no.
    This will display the Net Price of that period.
    Regards
    Give Points if useful

Maybe you are looking for

  • Multiple apple tv's simultaneously playing on the same network and account

    I have an office with 10 apple tv's hard wired to a router.  We play different movies in each room.  Randomly, different apple tv's will say they cant find the movie library?   Could there be a problem with the way they are being shut down or the way

  • Problem in Calling External Procedure

    Hello, I am trying to call external procedure written in C from PL/SQL. Here are the codes : For external procedure: #include<stdio.h> void extproc_fn ( void ) FILE * file_handle; if (( file_handle = fopen ( "/root/cprogs/extproc.out", "a" )) != NULL

  • Equalizer, and Sound improvement

    Isnt there a way i cant adjust the equalizer manually in my ipod, seems like there only are preloaded settings and none i can adjust ? Under Ipod in Itunes there are a checkbox with "Sound Improvements" above "Sound Control", how does it work ?

  • Ongoing problem with colour in CS4 .

    I have been battling this problem for about 18 months now. I am certain I am doing everything correctly and I am at a loss to know what I can try next!.  I have an Epson 1410 printer and am using CS4 with  windows Vista. I callibrate my monitor regul

  • Filter in JBossPortal

    Hello ! I hope I matched the right section of forum to post my message ; if not, just move it to the appropriate place ;) I deployed a portal on Jboss Portal Server, and all works fine. Now I have to integrate a filter, to change login mechanism, usi