‎2007 Jul 12 7:03 AM
Hi..
I m working on one interface, in which i hav RESB extraction process. For the initial run of this interface all the records should be downloaded .But on subsequent execution i need only the changed records. The problem is there is no means for me to keep track of the changes in RESB, as these are not getting reflected in change tables CDHDR and CDPOS. Also there is no CREATED/CHANGED date fields in RESB table. Does anyone know any alternative for fetching the changed or newly records from RESB table based on date?
‎2007 Jul 13 5:55 AM
Hi CS ,
U have to look at Transaction-->document changes , not the table changes , as u knw that RESB contains Purchase Data , so u have to look at that Tcodes .
Regards
Peram
‎2007 Jul 13 6:05 AM
Hi Cynthia,
In the runtime we can check for the changes that are made in a table by using the mirror tables. there would be XRESB and YRESB tables in runtime which would hold the mirror images of the table contents before change and after change. so we have to perform a check of the fields from both the table at runtime. If there is a change perform the required action accordingly.
<b>
Reward points if this helps,</b>
Kiran