Application Development and Automation 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: 
Read only

Quick Viewer/SQ01

Former Member
0 Likes
550

I need to fetch data i.e. data extraction from production using quick viewer.

I need to fetch from the below tables

LFA1, LFB1, LFBK, LFM1, BNKA, ADR6

1st four tables are have LIFNR field common, I am able to map all 6 tables. But when I map last two tables data is not retrieved may be bacuse I am using partial primary keys. Please advise how to fetch data from all the 4 tables.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
498

Sorry, from all 6 tables.. how to extract data? Please advise

2 REPLIES 2
Read only

Former Member
0 Likes
499

Sorry, from all 6 tables.. how to extract data? Please advise

Read only

0 Likes
498

You need to change the Join Conditions from Inner Join to Left Outer Join to get all the data. If you Don't use the Proper joins you will not get the correct/full data.