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

Inner join with SELECT *

$
0
0

Hi all,

 

Can I write my INNER JOIN SELECT statement with SELECT * in ABAP.

IF POSSIBLE PLEASE LET ME KNOW.

Actually I write Inner join in this way,

 

SELECT EKKO~EBELN EKKO~BSART

               EKPO~MATNR EKPO~WERKS

               INTO TABLE gt_ekko_ekpo

               FROM ekko INNER JOIN ekpo ON ekko~ebeln = ekpo~ebeln

               FOR ALL ENTRIES IN gt_ekbe.

 

But if I want all the fields of EKKO and EKPO, its little difficult to write ALL FIELDS. So any method of writing such statements.

 

Thanks & regards,

Sekhar


Viewing all articles
Browse latest Browse all 8332

Trending Articles



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