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.
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.