Skip to content

ABAP Keyword Documentation →  ABAP − Short Reference 

EXEC SQL - Short Reference

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 a SELECTstatement is specified - whereby the subroutine subr is called for each row read.


This translation does not reflect the current version of the documentation.