Hello,
Which database table holds price history on every customer and item relation? From the SAP BO client we can see the form Last Price Report which shows the price history for customer and item.
Is there a SQL table I could query to get this information given customer code and item code?
Thanks for the help.
Regards,
Sheetal
Sheetal,
There is probably not a single table that makes up the report as you are asked for the BP and Item as criteria, as well as other elements. One of the tables used is the AITM table or Item History. What may be the easiest to do is run a SQL Trace when you run the report and you should be able to see the tables that are used in the 'Select' when the report runs and then you can open the SDK Help Center and look at the Database Tables Reference.
HTH,
Eddy
Hi Sheetal
There is no table like that. There is itm1, this shows all items and the pricelist they are linked to. You would have to cross reference that with the bp master.
Hope this helps 😊
Add a comment