Hi ,
We are loading data via BODS to DSO and we have written a routine for the same.
Issue is when we are inserting records , it is inserting the same in new data and active table data.
Now there are couple of duplicate records we have in active table.
so when we are inserting the new record again with same key as which exists in active table, we are marking the records with recordmode 'D' for older records and inserting new records with recordmode blank with help of ABAP code.
Everything is working fine till new data table, we can see new record and deleted record, but once we activate request, new record disappears and active table becomes empty. Active table should have new records only and old ones should be deleted and moved to change log .
Has anyone faced such issue?
Br
Sumeet