SADL_AUNITRoot
RESTful ABAP: CDS for Testing (Root)
SADL_AUNITRoot is a CDS View that provides data about "RESTful ABAP: CDS for Testing (Root)" in SAP S/4HANA. It reads from 1 data source (scarr) and exposes 5 fields with key field carrid. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| scarr | carrier | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | SADL_AUNITItem_11 | _Verbindung | $projection.carrid = _Verbindung.carrid |
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | SADLAUNITROOT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | RESTful ABAP: CDS for Testing (Root) | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | carrid | carrid | ||
| carrname | carrname | |||
| currcode | currcode | |||
| url | url | |||
| _Verbindung | _Verbindung |
@AbapCatalog.sqlViewName: 'SADLAUNITROOT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'RESTful ABAP: CDS for Testing (Root)'
define view SADL_AUNITRoot
as select from scarr as carrier
association [0..*] to SADL_AUNITItem_11 as _Verbindung on $projection.carrid = _Verbindung.carrid
{
//carrier
key carrid,
carrname,
currcode,
url,
_Verbindung
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"SCARR"
],
"ASSOCIATED":
[
"SADL_AUNITITEM_11"
],
"BASE":
[],
"VERSION":0
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA