Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8635

Re: DBA_TAB_MODIFICATIONS not updated

$
0
0

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

 

 



Viewing all articles
Browse latest Browse all 8635

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>