ABAP Keyword Documentation → ABAP Glossary
common table expression
Common table expressions (CTE for short) are defined in the
ABAP SQL statement WITH
using
subqueries. The
main query of the WITH
statement accesses the common table expressions.
Other versions:
7.31 | 7.40 | 7.54