SAP S/4HANA裡extension include view和extension view的區別
# 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:
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24475491/viewspace-2675538/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- SAP ABAP CDS view 裡 INNER JOIN 和 Association 的區別View
- SAP R/3,SAP ECC 和 SAP S/4HANA 的聯絡和區別
- SAP S/4HANA CDS View的訪問控制實現:DCL介紹View
- SAP ECC,SAP HANA和SAP S/4HANA之間有什麼區別?
- 【安卓筆記】view.getX和view.getTranslationX區別安卓筆記View
- snapshot 和 view,lock 和 latch 的區別View
- SAP CDS view自學教程之八:SAP Fiori Elements裡不同型別的annotationView型別
- 面向 Extension 開發 ? Today Extension
- SAP Kyma(Extension Factory on SAP Cloud Platform)的架構簡介CloudPlatform架構
- 談談Category和ExtensionGo
- iOS學習筆記2(結合專案)--Category和Extension的區別iOS筆記Go
- 【Swift】在extension裡面新增屬性Swift
- SurfaceView和普通view的區別及簡單使用View
- App ExtensionAPP
- Extension,CategoryGo
- Hybris做增強的兩種方式:In App Extension和Side by Side ExtensionAPPIDE
- SAP Fiori Elements controller extension 的載入原理Controller
- iOS分類(category)、類擴充套件(extension)、繼承的區別iOSGo套件繼承
- Objective-C 類別(category)和擴充套件(Extension)ObjectGo套件
- View.findViewById()和Activity.findViewById()區別View
- Hack With Chrome ExtensionChrome
- php mongodb extensionPHPMongoDB
- mysqlalchemy audit extensionMySql
- Tampermonkey & Extension
- View—requestLayout、invalidate 和 postInvalidate 三者的區別View
- #include與#include區別
- swiftUI-extension的使用SwiftUI
- jsp中include指令和include動作的區別JS
- include 後面加和" "的區別
- latex中\input和\include的區別
- Hybris裡類似ABAP Netweaver的DDIC - 如何做資料型別的extension資料型別
- App extension 總結APP
- beegoapix - beego api extensionGoAPI
- chrome開發 extensionChrome
- IOS category 與 extensioniOSGo
- chrome extension/plugin pathChromePlugin
- App Extension Study 1APP
- #include <> ““區別