ABAP Keyword Documentation → ABAP − Short Reference
EXEC SQL - Short 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 executed for database accesses.
Additions
-
PERFORMING subr
Obsolete: Implicit cursor editing if aSELECT
statement is specified - whereby the subroutinesubr
is called for each row read.
This translation does not reflect the current version of the documentation.