SAP LEFT OUTER JOIN - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

left outer join
Join type that determines the same rows as an inner join and an additional row for each row of the left SQL data source that is not included by the join conditions. In these rows, the columns coming from the right data source contain null values.