当前位置:网站首页>Navigation property and entityset usage in SAP segw transaction code
Navigation property and entityset usage in SAP segw transaction code
2022-07-05 13:01:00 【Wang Zixi】
Entity types include one or more navigation attributes . Navigation attributes describe the navigation path between entity relationships .
It is an attribute of an entity , Represents a link from this entity to one or more related entities .
The navigation attribute is bound to the association type (association type), Allow from one end of the entity type that declares the navigation attribute ( Data source for navigation ) Navigate to the relevant end at the other end .
Navigation attributes are created through association Necessary for linking from one entity to another .
Before creating navigation properties , You need to create entity types and associations first (association).
The navigation properties folder appears only after adding entity types .
double-click SEGW Inside Navigation Properties Folder , open mass edit view, I can see every one of them navigation property The following five columns need to be maintained :


stay Service Builder Entity sets are used in projects to combine instances of entity types with instances of any type derived from this particular entity type .
Entity type (Entity Type) Describe the data structure , The entity set contains instances of a given structure (instance).
Right click “ Data model ” Folder , choice “ establish ”, And then choose “ Entity set ”. in addition , When you right-click the entity set folder and select Create , You can create a new entity set . open “ Create entity set ” Dialog box .
As shown in the figure below :

Requires filter checkbox The meaning of : Selecting this check box means that the service implementation needs a filter (filter). If you select this check box , You cannot directly access the entity set , And not without $filter In the case of expression, query the entity set .
Association
Association describes the relationship between two or more entities , This relationship has an explicit name .
Associations define peer-to-peer relationships between participating entity types , Different... Can be supported at both ends multiplicities, such as 1 For more than , How to 1,N:M wait .
An example of correlation is Customer and Order Relationship between entities , As shown in the figure below :

边栏推荐
- 阿里云SLB负载均衡产品基本概念与购买流程
- Discussion on error messages and API versions of SAP ui5 getsaplogonlanguage is not a function
- 无密码身份验证如何保障用户隐私安全?
- Hundred days to complete the open source task of the domestic database opengauss -- openguass minimalist version 3.0.0 installation tutorial
- Pinduoduo flag insertion remarks API
- insmod 提示 Invalid module format
- [cloud native] use of Nacos taskmanager task management
- 函数传递参数小案例
- Alibaba cloud SLB load balancing product basic concept and purchase process
- Install rhel8.2 virtual machine
猜你喜欢

《2022年中国银行业RPA供应商实力矩阵分析》研究报告正式启动

开发者,云原生数据库是未来吗?

Hiengine: comparable to the local cloud native memory database engine
![[cloud native] use of Nacos taskmanager task management](/img/ad/24bdd4572ef9990238913cb7cd16f8.png)
[cloud native] use of Nacos taskmanager task management

A few years ago, I outsourced for four years. Qiu Zhao felt that life was like this

A specific example of ABAP type and EDM type mapping in SAP segw transaction code

PyCharm安装第三方库图解

RHCSA5

A deep long article on the simplification and acceleration of join operation

It's too convenient. You can complete the code release and approval by nailing it!
随机推荐
The solution of outputting 64 bits from printf format%lld of cross platform (32bit and 64bit)
SAP UI5 ObjectPageLayout 控件使用方法分享
Hiengine: comparable to the local cloud native memory database engine
How do e-commerce sellers refund in batches?
Compilation principle reading notes (1/12)
Why is your next computer a computer? Explore different remote operations
Difference between JUnit theories and parameterized tests
leetcode:221. 最大正方形【dp状态转移的精髓】
Super efficient! The secret of swagger Yapi
How to connect the API interface of Taobao open platform (super detailed)
RHCSA4
初识Linkerd项目
Introduction aux contrôles de la page dynamique SAP ui5
946. 验证栈序列
mysql拆分字符串做条件查询
《2022年中国银行业RPA供应商实力矩阵分析》研究报告正式启动
函数的默认参数&函数参数的多种方法
函数传递参数小案例
Leetcode20. Valid parentheses
Free testing of Taobao tmall API order and flag insertion remark interface