前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >SAP S/4HANA里extension include view和extension view的区别

SAP S/4HANA里extension include view和extension view的区别

原创
作者头像
Jerry Wang
修改2020-02-11 11:13:34
6030
修改2020-02-11 11:13:34
举报

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:

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • These three kinds of concepts are very important in CDS extensibility world!
  • Guideline
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档