ABAP Keyword Documentation → ABAP Glossary
join
Link between multiple database
tables in which each pair of tables involved are joined using conditions between one or more columns. Joins can be implemented declaratively as
views in
ABAP Dictionary, or programmatically as
join expressions in the SELECT
statement or in the
DDL in ABAP CDS.