Quantcast
Channel: SCN: Message List - ABAP Development
Viewing all articles
Browse latest Browse all 10425

Re: Joining of three tables Using FOR ALL ENTRIES statement

$
0
0

Hi,

 

Since all table has VBELN as common primary key....

 

SELECT a~VBELN a~POSNR ...etc

              from VBAP as b inner join VBRK as a ON a~VBELN = b~VBELN

                                      inner join LIKP as c ON c~VBELN = a~VBELN

                                      FOR ALL ENTRIES IN it_table

                                      where a~vbeln = it_table-vbeln.


Viewing all articles
Browse latest Browse all 10425

Trending Articles



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