SAP TABLE BUFFERING - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

table buffering
Buffering of data from DDIC database tables or DDIC database views defined in the ABAP Dictionary or from CDS view entities in ABAP CDS in a table buffer into the shared memory of the current ABAP_ASINSTANCE . The definition determines whether and how a database table or view is buffered. Buffering is managed by the database interface. Table buffering is applied implicitly when the database is accessed using AB_SQL
BEGIN_SECTION VERSION 5 OUT and from classic dynpros.
END_SECTION VERSION 5 OUT
ABAP_MORE_INFO