SADL_SB_AUNIT_SCARR
Flight Model: Carrier
SADL_SB_AUNIT_SCARR is a CDS View that provides data about "Flight Model: Carrier" in SAP S/4HANA. It reads from 1 data source (scarr) and exposes 4 fields with key field id. It has 1 association to related views. Part of development package SADL_GW_DT_SB_UI.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| scarr | scarr | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | SADL_SB_AUNIT_SPFLI | schedules | $projection.id = schedules.carrier_id |
Annotations (1)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | VSADLSB_AU_SCARR | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | id | carrid | ||
| name | carrname | |||
| url | url | |||
| schedules | schedules |
@AbapCatalog.sqlViewName: 'VSADLSB_AU_SCARR'
define view SADL_SB_AUNIT_SCARR as select from scarr
association [0..*] to SADL_SB_AUNIT_SPFLI as schedules on $projection.id = schedules.carrier_id
{
key carrid as id,
carrname as name,
currcode as local_currency,
url as url,
schedules
}
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