Tips and Tricks for ABAP Performance Tuning

ABAP is the universal language in most of SAP related Customizations. Almost in every SAP related projects, the focus is on getting ABAP programmers team as soon as possible, handing over the technical specifications to them and asking them to churn out the ABAP programs within the “given deadlines”.

Being added by Sachin Sarma in SCN Wiki, a simple steps of tutorials are provided for the following topics to make ABAP Programs running efficiently;

  • Working with Internal Tables
  • For All Entries
  • LOOP AT with WHERE clause
  • Using table buffering
  • Package size in SELECT statements
  • Speeding up table deletes
  • Accelerated LOOP with ASSIGN
  • Improve performance of SELECT

Leave a Comment