|
ABAP Data Dictionary
Advertisement |
Google SearchAdvertisement |
||||
| Performance tip: While reading a internal table, always try to use BINARY SEARCH or use SORTED TABLES. In a table with n entries, normal read takes O(n) time while binary search takes O(Log2(n)) time. Binary search is very efficient if table has more than 20 entries. |
|
ABAP Data Dictionary
Advertisement |
Google SearchAdvertisement |
||||