‎2009 Jul 02 4:57 PM
Hi ABAP GURU's
sorting on internal table will increase or decrease performance. suppose it increase performance than i use in my program 10 sorting on internal table for different-2 field the what will be happen.
Regard's
VINEET KUMAR
Moderator message - Moved to the correct forum
Edited by: Rob Burbank on Jul 3, 2009 11:11 AM
‎2009 Jul 03 4:16 PM
For normal operations like loop no it don't improve performance. It only improve if you use read command with binary search addition. If you want to make binary search anyway you have to sort the internal table according to fields that will be read otherwise you'll receive a wrong result.
‎2009 Jul 03 4:06 PM
Hello,
You are posting in the wrong forum. This is "SAP Certified Professionals" forum. The certification and related questions can be posted here.
You need to post the technical questions in ABAP forums to get a better reply.
Regards,
Ravi
‎2009 Jul 03 4:12 PM
‎2009 Jul 03 4:16 PM
For normal operations like loop no it don't improve performance. It only improve if you use read command with binary search addition. If you want to make binary search anyway you have to sort the internal table according to fields that will be read otherwise you'll receive a wrong result.