S OneStopSAP
← All articles ABAP

SAP ABAP Performance Tuning - Using Table Buffering

Published November 13, 2009
Use of buffered tables is recommended to improve the performance considerably. The buffer is bypassed while using the following statements

  • Select distinct
  • Select … for update
  • Order by, group by, having clause
  • Joins
  • Use the Bypass buffer addition to the select clause in order to explicitly bypass the buffer while selecting the data.

    Share

    Cookies on OneStopSAP

    We use cookies for session handling and anonymous traffic analytics. No third-party tracking, no profiling.

    Privacy →