Skip to content

ABAP Keyword Documentation →  ABAP Glossary 

Native SQL

Database-specific SQL statements handled by the Native SQL interface of the database interface. Native SQL is passed from ABAP programs either to the Native SQL interface using objects from the ADBC classes or specified statically between the statements EXEC SQL and ENDEXEC. ABAP Managed Database Procedures (AMDP) use Native-SQL to call and manage platform-specific implementations of database procedures and database functions.

More

Other versions: 7.31 | 7.40 | 7.54