6 Tips for Improving Your ABAP Code Performance
So you want to improve the performance of your ABAP code? Well, in that case, start out by making it HANA ready, because 99% of the changes you need to do to make it HANA ready is simply making it better. For instance, SELECT* has always been a very bad idea, because it puts unnecessary …