Hi
You will never be able to get the deleted records if they are physically deleted.
the deletion flag mentionned by Mr Kapadia is a logical suppression of data, so that your extractor car then get the data before it is really suppressed later.
So, I guess your FM reads a Z table that do not have deletion flag neither timestamp to figure out which records are modified when....
So I would suggest 2 options:
- Strong option: modify the way the source table is updated to get the deletion flag, and the timestamp (it could definitely simplify your extraction process)
- weak option (but feasible): Reload the data in full mode every day using a Write Optimized DSO to have a better loading response time...
PY