Wednesday, March 16, 2011

Optimization - Avoid DB access inside LOOP

Rule of thumb:

When dealing with large volume of records or involving several db tables, the best practice is to free your loop statement with db access. As much as possible, work with your internal tables or abap read table statement.

Watch out for my next blog.

No comments:

Post a Comment