| ABAP Native SQL |
Database language that allows you to include database-specific SQL statements in an ABAP program.
To enable the execution of ABAP Native SQL statements in ABAP programs, you use the statement EXEC.
Most ABAP programs containing database-specific SQL statements do not run with different databases. If programs are meant to run against variosu databases, you should use ABAP Open SQL.