Question:
Hi all,
How will we do delta update for datasource developed from generic
extractor.
Thanks,
vijay.
Answer:
You will have to perform your own analysis of your requirement as to what delta value you want to capture and write the logic in the ABAP program. We're working with SPL, and there is no Business Content for it, so we wrote our own extractor and now is adding the logic for the delta data that we want to capture and send it to BW.
Answer:
in a simple way.. u can use a date field in your table to identofy deltas.. it is not a real one..
the other way is to use any existing change pointers sap has delivered..
I believe u can setup your own change pointers, but i have never done this..