ABAP Keyword Documentation → ABAP Glossary
correlated subquery
Subquery that uses columns of the wrapper query in its SQL conditions. It must be possible to assign the column uniquely to a data source in the wrapper query. A correlated subquery is evaluated for each individual row of the results set in the wrapper query.
Other versions:
7.31 | 7.40 | 7.54