ABAP performance improvment
When you delete an entry from an internal table in ABAP, the system has to re-generate the index.
It is much quicker to do an insert of the correct records into a second table than to delete entries from the first. The reason for this is because the index is only generated for the newest element.
Start the conversation
0 comments