SAP DATABASE INTERFACE - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

database interface
Interface to the AS ABAP database that is integrated into the ABAP runtime framework. Statements in AB_SQL
BEGIN_SECTION VERSION 5 OUT and Native SQL
END_SECTION VERSION 5 OUT access the database using the database interface.
BEGIN_SECTION VERSION 5 OUT The database interface is divided into an AB-SQL interface and a Native SQL interface.
END_SECTION VERSION 5 OUT
BEGIN_SECTION VERSION 5 OUT In addition, classic dynpros also access the database using the database interface.
END_SECTION VERSION 5 OUT
The database interface is responsible for data transport between the AS ABAP and the database system, implicit client handling, and table buffering.