ABAP Keyword Documentation → ABAP Glossary
Join
Link between multiple database
tables in which every two of the tables involved are linked using conditions between one or more columns. Joins can be declared as
views in the
ABAP Dictionary, or in programs dynamically as
Join expressions in the SELECT
statement.