Get Example source ABAP code based on a different SAP table
ABAP_BUFFER - SQL Expressions The evaluation of SQL expressions> as well as the execution of built-in functions> as operands of such expressions is usually evaluated on the database and their use inevitably leads to the bypassing of table buffering. However, the following expressions and functions also have an implementation in the table buffer and their use in read accesses (even nested) does not lead to the bypassing of table buffering.
Elementary SQL expression>
Built-in SQL function>
Numeric functions> ABS>, CEIL>, DIV>, FLOOR>, and MOD>
String functions> CONCAT>, CONCAT_WITH_SPACE>, and SUBSTRING>
Null value function> COALESCE> (in the SELECT>> list only)