当前位置:网站首页>Introduction to replacement technology of SAP ABAP CDs view view
Introduction to replacement technology of SAP ABAP CDs view view
2022-07-19 11:01:00 【Jerry Wang】
stay ABAP Dictionary in , You can use it CDS The name of the entity will CDS Views are assigned to transparent database tables and classic database views as replacement objects . The premise is that CDS The structure type of view definition matches the structure of database table or classic view , As shown below :
- The number of two model fields must match
- Must be able to CDS A field of the view is assigned to the corresponding field of the database table or classic view
- about client For fields , Its mapping relationship is independent of its name . For all other components of the database table ,CDS There must be an element with the same name in the view
- Database tables and CDS The order of fields in the view does not need to match
- For all assigned fields , Technology type attribute , For example, built-in data types 、 Length and decimal places must match
- CDS The view cannot have input parameters
- Database views that are modifiable for maintenance status , It is impossible to define replacement objects and open table buffers at the same time .
If a database table or classic view is accessed , And a replacement object is assigned to this table or view in the following cases , The replacement object will be accessed , Instead of database tables or classic views :
- When ABAP SQL Of
SELECT,FETCHperhapsOPEN SQLDuring the interview
Other write operations , Still applied to the original database table .
ABAP SQL It's using ABAP Statement implementation SQL General name of subset , Include DML part . So-called DML, yes Data Manipulation Language Abbreviation , Data operation language , yes SQL Subset .DML Statement to read and change the contents of relational database tables . stay ABAP in ,DML Yes, it is ABAP SQL It means .
ABAP SQL Statement uses ABAP SQL Interface to access AS ABAP database .ABAP SQL Can be used to read (SELECT) And modify (INSERT, UPDATE, modify, or DELETE) stay ABAP Dictionaries ( namely ABAP Thing code often used by developers SE11) Data in the database table defined in . With the help of ABAP SQL Interface ,ABAP Developers can directly access database tables 、 Views and all non Abstract CDS Entity .
边栏推荐
- Scala在Idea中的配量
- SSM uses POI to export data to excel
- LeetCode 2249. Count the number of grid points in the circle
- Satellite network capacity improvement method based on network coding
- [handwritten numeral recognition] handwritten numeral recognition based on lenet network with matlab code
- 军品研制过程所需文件-进阶版
- LeetCode 558. 四叉树交集
- 火箭大机动运动欧拉角解算的探讨
- Antd drop-down multiple options to transfer values to the background for query operations
- [design process] Net ORM FreeSQL wheredynamicfilter dynamic table query function
猜你喜欢

英伟达用AI设计GPU:最新H100已经用上,比传统EDA减少25%芯片面积

Summary of port mirroring methods with VDS or NSX under vSphere

How does unity3d use the asset store to download some useful resource packages

Documents required for military product development process - advanced version
![[LeetCode周赛复盘] 第 302 场周赛20220717](/img/38/446db9b4755f8b30f9887faede7e95.png)
[LeetCode周赛复盘] 第 302 场周赛20220717

Evaluation method of machine learning model
![[in vivado middle note ILA IP core]](/img/df/0929363c12a337866d143e5b79439d.png)
[in vivado middle note ILA IP core]

高数_第1章空间解析几何与向量代数__点到平面的距离

Tencent cloud server uses image to deploy WordPress personal website!

vulnhub inclusiveness: 1
随机推荐
如何在双链笔记软件中建立仪表盘和知识库?以嵌入式小组件库 NotionPet 为例
OpenCV编程:OpenCV3.X训练自己的分类器
最大半连通子图(tarjan缩点+拓扑排序+dp最长链)
Openfoam heat flow boundary condition
2022/7/15
SVN学习
【PostgreSQL 】PostgreSQL 15对distinct的优化
Thread pool principle
How can enterprise telecommuting be more efficient?
基于网络编码的卫星网络容量提升方法
Common collection properties
High number_ Chapter 1 space analytic geometry and vector algebra__ Distance from point to plane
37. Flex layout
[handwritten numeral recognition] handwritten numeral recognition based on lenet network with matlab code
Win10 install Apache Jena 3.17
高数_第1章空间解析几何与向量代数__点到平面的距离
Satellite network capacity improvement method based on network coding
Google Earth engine - Hansen global forest change v1.8 (2000-2020) forest coverage and forest loss data set
Tencent cloud server uses image to deploy WordPress personal website!
Scala's dosing in idea