How does the system determine the no. of added records? The issue is that we have an infopackage (delta update) that takes in data every week twice.
Till 03-Nov-2014, the PSA table has 10,045,752 records.
PSA records for 03-Nov are:-
Req 2:
000001 24
Req 1:
000001 8905
000002 8905
000003 1347
All records are new and unique.
No change/delete records are present.
From PSA -> DSO, DTP is full update.
Req 1: Transferred records = 37,367, Added records = 31,014. What does these number mean? Since call log in DSO and change log table shows 8064 records for this request.
Req 2: Transferred records = 37,391, Added records = 31,021. Call log in DSO and change log table shows 6 records were added.
The transformation has no routines. How does the system determine these added records. I understand that 31,014 + 6 = 31,021. But where did this 31,014 come from?
Also, previous weeks requests, had 8300 & 1 PSA data records. As seen in screenshot the added records were = 59,720 and 59,721. Where did this 59,720 come from?