Hi,
For the below calculation you should used DB20.
#old rows + # inserted rows >= # old rows * (100 + threshold) / 100
109225667+134074127 >= 109225667 * (100+50)/100
243299794 >= 163838501
<old_number_records> + <number_records_added>
+ <number_records_changed> >= <old_number_records> * (100 + 50) / 100
or
<old_number_records> - <number_records_deleted>
- <number_records_changed> <= <old_number_records> * 100 / (100 + 50)
What sap note says that the entry will not change on the shot you need to give some time for them to chnage.
Please check this,
1865098 - Deletes and inserts are not updated in transaction code DB20.
Thanks
Rishi Abrol