ABAP - Keyword Documentation →  ABAP - Reference →  Processing External Data →  ABAP Database Accesses → 

Native SQL

The term Native SQL refers to all statements and calls that can be passed to the Native SQL interface of the database interface. By default, the standard connection is used to access the ABAP database schema of the standard AS ABAP database.

Native SQL can be passed to the database interface as follows:

ADBC is recommended. New developments and improvements, such as support for new SQL statements or optimized performance using bulk access across internal tables, are now made only for ADBC. The existing static embedding of Native SQL statements between EXEC SQL and ENDEXEC is still supported but should no longer be used in new programs.

Notes

More information about the behavior in question can be found in the documentation of the vendor-specific Native SQL.

Programming Guideline

Using Open SQL



Continue
ADBC - ABAP Database Connectivity
EXEC SQL - Embedded Native SQL
Native SQL - Mapping of ABAP Types