Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to join

Former Member
0 Kudos

Hi all,

I have three tables LFM1,ADRC,ADR6,but there is no common field to join with LFM1,any one help me how to join these tables.

Thanks&regds,

Sree.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi,

Use table LFA1 table to join with LFM1 by using primary key

LIFNR....

then use LFA1-ADRNR field to join with table ADRC...

Regards ,

Brijesh

1 REPLY 1

Former Member
0 Kudos

hi,

Use table LFA1 table to join with LFM1 by using primary key

LIFNR....

then use LFA1-ADRNR field to join with table ADRC...

Regards ,

Brijesh