ABAP Keyword Documentation → ABAP Glossary
subquery
Query used in an
ABAP SQL statement for subqueries. Subqueries are possible in
SQL conditions, for the definition of a
common table expression after WITH
, or as a
data source of an
INSERT
or MODIFY
statement.