如何判断SAP CDS view的association是inner join还是outer join实现的

118 阅读1分钟

I have used the following syntax to directly return the corresponding description via path expression.
在这里插入图片描述

The data source comes from 1: N association.
在这里插入图片描述

The question is: how SAP internally implements this association? Via Inner join or outer join?

有两种办法可以自己搞清楚。

方法1

使用ABAP Development Tool里的右键菜单:Open With->Dependency Analyzer:
在这里插入图片描述

方法2

ST05: Display execution plan
在这里插入图片描述

要获取更多Jerry的原创文章,请关注公众号"汪子熙":