Hi Experts
I am trying to load cumulative balances from data source 0FI_GL_10 to BPC
the flow is 0FI_GL_10>>zzzFIGL_o10>>>>zzzFIGL_C10
i got the correct balances when i run the first load but when i tried delta load method
balances are duplicated
let me explain with an example
i have GL called 0010001
its balance is 5000 ( first BW load ) in Jan 2014
when i run delta load process in BW
the Balance of the GL looks like below
0010001 5000 $ Jan 2014
0010001 5000 $ Jan 2014
0010001 6000$ Jan 2014
0010001 6000$ Jan 2014
my problem is the that the table does not overwrite the new cumulative balance beside the data is dublicated
so when i load the data to BPC it will be 5000+6000+5000+6000
and if i have choose to replace through the data package , BPC will not be able the last record to be replaced with the old one
so i just need any way to overwrite the new cumulative record on the old one so that i see in the table of the infocube only the below record
0010001 6000$ Jan 2014 ( the newest cumulative balance )