Quantcast
Channel: SCN : All Content - ABAP Development
Viewing all articles
Browse latest Browse all 8332

Left outer join

$
0
0

SELECT t1~bukrs t2~bwkey t3~lgort
    FROM    t001 as t1
    left OUTER JOIN   t001k as t2 on t1~bukrs = t2~bukrs
     inner join t001l as t3 on t2~bwkey = t3~werks
   into CORRESPONDING FIELDS OF TABLE lt_overview
   .

 

The left outer join doesnt work, because of the inner join. Is it possible to put brackets in the manner, that the left outer join is going to work?


Viewing all articles
Browse latest Browse all 8332

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>