Hi All,
Here i got an situation where we need to load data from DSO to CUBE.
DSO1 is getting loaded from 5 different DSO's i,e
DSOA---FULL LOAD
DSOB---FULL LOAD
DSOC---DELTA LOAD
DSOD---DELTA LOAD
DSOE----DELTA LOAD
Every day it loads data from 5 different DSO'S as mentioned above and every day before loading in to DSO1 it deletes the FULL LOAD request (DSOA,DSOB with the help of ABAP code in chain) from DSO1 and then loads the data....Delta loads are untouched...
So now we i want to load this updated data in to a CUBE on top of the DSO1.I tot of loading delta's from DSO1 to CUBE but it will get all the data in ONE single req,so its hard to delete the FULL REQ which i'm doing at DSO level.
I don't have any filter or any section parameter to delete**
Any one have any tot on this ? Please let me know....
Thanks,
Bobby