cancel
Showing results for 
Search instead for 
Did you mean: 

Capturing old Price

Former Member
0 Kudos

we have table in ECC where we have Prices based on Customer and material (millions of records). This table table maintains just latest price.

ECC

Customer MaterialPricePrice Change Date
1000Advil5.9511/01/2013
2000Tylenol4.9305/04/2014
3000Motrin901/01/2015

Say the price changes for customer/material (1000, Advil), from 5.95 to 6 on 05/05/2015. In BW I need to capture both 5.95 and 6. along with Price change date

I will need to have BW table like this

CustomerMaterialNew PriceOld PricePrice Change Date
1000Advil65.9505/05/2015
2000Tylenol4.9305/04/2014
3000Motrin901/01/2014

Any idea on above logic is appreciated

Thanks,

Vinay

Accepted Solutions (0)

Answers (1)

Answers (1)

Loed
Active Contributor
0 Kudos

Hi,

My idea is to include the NEW_PRICE, OLD_PRICE, and PRICE_CHANGE_DATE objects as ATTRIBUTES of your 0MATERIAL masterdata and do an END ROUTINE to compare the DELTA load to your existing masterdata..

Regards,

Loed