美文网首页SAP 实用篇
SAP S/4HANA里extension include vi

SAP S/4HANA里extension include vi

作者: _扫地僧_ | 来源:发表于2020-02-02 08:35 被阅读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的原创文章,请关注公众号"汪子熙":


    相关文章

      网友评论

        本文标题:SAP S/4HANA里extension include vi

        本文链接:https://www.haomeiwen.com/subject/nqtxxhtx.html