ABAP Keyword Documentation → ABAP - Quick Reference
EXEC SQL - Quick reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
EXEC SQL [PERFORMING subr].
...
ENDEXEC.
Effect
Defines an area in which Native SQL statements can be specified for database accesses.
Addition
-
PERFORMING subr
Obsolete: Implicit cursor processing if aSELECT
statement is specified. Here, the subroutinesubr
is called for each row read.