ABAP Keyword Documentation → ABAP - Dictionary → Classic Objects in ABAP Dictionary → Database Tables → Technical Attributes of Database Tables → Table-Specific Technical Attributes of Database Tables
Table Buffering of Database Tables
It is possible to specify whether table buffering in the table buffer of an AS Instance is allowed for a database table and also how it is performed.
The table buffer is managed by the database interface. When ABAP SQL reads are made on tables with activated buffering or if these tables are accessed from classic dynpros , the table buffer is used implicitly.
Other versions:
7.31 | 7.40 | 7.54
Buffering Permission
Table buffering can be permitted for a database table as follows:
- Buffering not allowed
- Buffering allowed, but switched off
- Buffering switched on
Note
Certain prerequisites, some dependent on the buffering type, must be met before ABAP SQL can access the table buffer instead of accessing the database table directly.
Buffering Type
The buffering type determines which data is loaded from the table to the table buffer when a table entry is accessed and buffering is switched on. The possible buffering types are: