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 aSELECTstatement is specified. Here, the subroutinesubris called for each row read.