cancel
Showing results for 
Search instead for 
Did you mean: 
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
View Entire Topic
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