SAP DATABASE INTERFACE - Glossary

Get Example source ABAP code based on a different SAP table
  


ARTICLE

database interface
Interface to an AS ABAP database that is integrated into the ABAP-runtime environment. Statements in Open SQL and Native SQL access the database using the database interface. Accordingly, the database interface is divided into an Open SQL interface and a Native SQL interface. The database interface is responsible for data transport between the application server and database server, automatic client handling, and SAP buffering.