SAP NATIVE SQL - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 OUT

Native SQL
Database-specific SQL statements that are handled by the Native SQL interface of the database interface. Native SQL is either passed from ABAP programs 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 database procedures and database functions with platform-dependent implementations.
ABAP_MORE_INFO