former_member571549
Explorer
Member since ‎02-20-2015

User Statistics

  • 22 Posts
  • 0 Solutions
  • 15 Kudos given
  • 32 Kudos received

User Activity

Hi, In every system i work i usually have a table for constants management, some tables are designed for single values, some tables to accept ranges too, but generally each table i found for constants management have some limitations. I'm actually ...
Hi, This is the third post about the subject, if you are interested in the subject you can take a look at: Importance of BINARY SEARCH Importance of BINARY SEARCH (2) I'm going to test the performance of different techniques, first from a READ...
Hi, Thanks to the valuable comments of community i think i can improve the information of the previous post, i'm doing a bit of research, and i will add more tests for a next post. About the optimization of WHERE clause in LOOPs i found there's a go...
Hi, When you start to code ABAP you are probably not paying much atention to the table typekind you use (STANDARD, SORTED, HASHED), and you usually forgot to use the statement addition BINARY SEARCH. Most probably you know that the use of this addi...