Skip to Content
0
Former Member
Sep 20, 2007 at 08:35 PM

InnerJoin?

22 Views

Hi Guys ,

In my application i have to join 2 tables T001K and T001 and keep it in the Final Internal table whos structure contains fields like T001K-BWKEY, T001K-BUKRS and T001-WAERS.My logic is like this but i am getting error.

" Select aBWKEY aBUKRS b~WAERS into table i_T001K_out

From T001K as a

InnerJoin T001 as b on aBUKRS = bBUKRS ."

Error : "Wrong Expression INNERJOIN in FROM Clause"

Thanks,

Gopi.