当前位置:网站首页>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 :

边栏推荐
- HiEngine:可媲美本地的云原生内存数据库引擎
- [cloud native] event publishing and subscription in Nacos -- observer mode
- Didi open source Delta: AI developers can easily train natural language models
- Pinduoduo flag insertion remarks API
- Simply take stock reading notes (4/8)
- insmod 提示 Invalid module format
- Compilation principle reading notes (1/12)
- Simply take stock reading notes (3/8)
- A specific example of ABAP type and EDM type mapping in SAP segw transaction code
- Introduction aux contrôles de la page dynamique SAP ui5
猜你喜欢

实战模拟│JWT 登录认证

Pandora IOT development board learning (HAL Library) - Experiment 7 window watchdog experiment (learning notes)

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

946. Verify stack sequence

初识Linkerd项目

How to connect the API interface of Taobao open platform (super detailed)

Principle and performance analysis of lepton lossless compression

Notes for preparation of information system project manager --- information knowledge

Laravel文档阅读笔记-mews/captcha的使用(验证码功能)

阿里云SLB负载均衡产品基本概念与购买流程
随机推荐
PyCharm安装第三方库图解
HiEngine:可媲美本地的云原生内存数据库引擎
Four common problems of e-commerce sellers' refund and cash return, with solutions
Kotlin process control and circulation
Research: data security tools cannot resist blackmail software in 60% of cases
MySQL 巨坑:update 更新慎用影响行数做判断!!!
SAP SEGW 事物码里的导航属性(Navigation Property) 和 EntitySet 使用方法
自然语言处理从小白到精通(四):用机器学习做中文邮件内容分类
DNS的原理介绍
Pinduoduo flag insertion remarks API
Kotlin variable
解决 UnicodeDecodeError: ‘gbk‘ codec can‘t decode byte 0xa2 in position 107
RHCSA1
RHCAS6
Why is your next computer a computer? Explore different remote operations
155. 最小栈
ABAP editor in SAP segw transaction code
函数传递参数小案例
SAP SEGW 事物码里的 Association 建模方式
MySQL giant pit: update updates should be judged with caution by affecting the number of rows!!!