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之間有什麼區別?
- SAP CDS view自學教程之八:SAP Fiori Elements裡不同型別的annotationView型別
- SurfaceView和普通view的區別及簡單使用View
- View—requestLayout、invalidate 和 postInvalidate 三者的區別View
- Hybris做增強的兩種方式:In App Extension和Side by Side ExtensionAPPIDE
- SAP Fiori Elements controller extension 的載入原理Controller
- SAP HANA,S/4HANA 和 SAP BTP 的辨析
- SAP Kyma(Extension Factory on SAP Cloud Platform)的架構簡介CloudPlatform架構
- Tampermonkey & Extension
- App ExtensionAPP
- iOS分類(category)、類擴充套件(extension)、繼承的區別iOSGo套件繼承
- ABAP webdynpro的view navigation和WebUI的view navigationWebViewNavigationUI
- mysqlalchemy audit extensionMySql
- Hack With Chrome ExtensionChrome
- php mongodb extensionPHPMongoDB
- swiftUI-extension的使用SwiftUI
- Hybris裡類似ABAP Netweaver的DDIC - 如何做資料型別的extension資料型別
- #include <> ““區別
- require 和 include 區別小記UI
- App extension 總結APP
- SAP ABAP CDS view Association 引入的緣由View
- SAP CDS view自學教程之十:SAP CDS view擴充套件性(Extensibility)實現原理View套件
- rocky 安裝gnome extension
- PostgreSQL DBA(150) - Extension(pgmetrics)SQL
- PostgreSQL DBA(184) - Extension(hypoPG)SQL
- SAP UI5和CRM WebUI的View和Controller是如何繫結的UIWebViewController
- 2020年的UWP(4)——UWP和等待Request的Desktop Extension
- SAP ABAP CDS view裡的註解在ABAP後臺是如何被解析的?View
- Android自定義View之Window、ViewRootImpl和View的三大流程AndroidView
- Networking from the container's point of view 筆記AIView筆記
- 使用 csv 匯入的方式在 SAP S/4HANA 裡建立 employee 資料
- 如何讓SAP S/4HANA的Material Fiori應用配置到Fiori Launchpad裡
- 如何使用 SAP CDS view 中的 currency conversion 功能View
- Generate Distribution Model from SAP ERP to SAP EWM in SAP S/4Hana
- 在 Excel 裡使用 ODBC 讀取 SAP BTP 平臺上 CDS view 的資料ExcelView