SAP 实用篇

SAP S/4HANA里extension include vi

2020-02-02  本文已影响0人  _扫地僧_

These three kinds of concepts are very important in CDS extensibility world!

(1) extensible CDS view: developed by SAP, for example I_PRODUCT.
(2) extension include view: developed by SAP, for example E_PRODUCT. There are central guideline defined for this kind of view.
(3) extension view: Automatically generated by system when customer uses S4 extension tool to publish the change of extension field

Guideline

Never code directly on extension include view. It only acts as a place holder for S4 extension tool. That is, it is internally used by framework, and not designed for application usage.
After you create extension fields, the field will not be appended to extension include view,(Nevertheless you can still see extension field visible in underlying SQL view of extension include view) , but to extension view instead.

Instead, you can find the corresponding extension view via tooltip below:


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


上一篇下一篇

猜你喜欢

热点阅读