cancel
Showing results for 
Search instead for 
Did you mean: 

Attribute view blank fields during LEFT OUTER JOIN

03-12-2020 12:06 PM
1671 views 6 comments
0 Likes
SAP Managed Tags
Subscribe

Hi,

I have created an attribute view, for learning purposes.

I have joined three tables SFLIGHTxSBOOKxSCUSTOM, as shown in the below image, using LEFT OUTER JOIN.

The 'Raw Data' output of this view looks like below.

Why are Telephone and Email empty for multiple entries, despite having the same Customer ID?

Please help me understand what is happening here.

Thanks.

0 Likes

Accepted Solutions (0)

Answers (2)

Answers (2)

michael_eaton3
Active Contributor

Is it possible you have multiple SAP Client's data?

While HANA can automatically filter views by MANDT (SAP Client), you might not be applying that in this case. Try adding MANDT to the output to check.

Michael

Former Member
0 Likes

Thank you Michael.

You are correct. They are from different clients. It became clearer once i added MANDT to output and join condition.

Edit: I think your response is a comment instead of an answer. So i could not mark it accepted!

michael_eaton3
Active Contributor
0 Likes

Glad you solved it.

I didn't post it as an answer, as I was unsure whether it was an answer, or even the answer. 🙂

michael_piesche
Active Contributor
0 Likes
michael.eaton3, you can still change a comment to an answer with the EDIT button 😉
michael_eaton3
Active Contributor
0 Likes

Well, I never knew you could do that! Thanks for the tip.