SAP JOIN - Glossary

Get Example source ABAP code based on a different SAP table
  

Warning: Undefined variable $prev in /customers/b/9/9/trailsap.com/httpd.www/sap-help/index.php on line 54
ARTICLE

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.