SADL_V_ExpVoc_Airline
Airline
SADL_V_ExpVoc_Airline is a CDS View that provides data about "Airline" in SAP S/4HANA. It reads from 1 data source (scarr) and exposes 4 fields with key field Code. Part of development package SADL_GW_EXPOSURE_VOCAN_MOCK.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| scarr | scarr | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | SADL_V_E_AIRL | view | |
| EndUserText.label | Airline | view | |
| ObjectModel.representativeKey | Testkey | view | |
| UI.headerInfo.typeName | Airline | view | |
| UI.headerInfo.typeNamePlural | Airlines | view | |
| UI.headerInfo.title.label | Airline Info | view | |
| UI.headerInfo.description.label | Airline Info | view | |
| UI.badge.headLine.label | Airline Headline | view | |
| UI.badge.headLine.value | Code | view | |
| UI.badge.title.label | Name | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Code | carrid | ||
| Name | carrname | |||
| CurrencyCode | currcode | |||
| HomePage | url |
@AbapCatalog.sqlViewName: 'SADL_V_E_AIRL'
@EndUserText.label: 'Airline'
@ObjectModel.representativeKey: 'Testkey'
@UI.headerInfo:{
typeName: 'Airline',
typeNamePlural: 'Airlines',
title: { label: 'Airline Info' },
description: { label: 'Airline Info' }
}
@UI.badge:{
headLine: { label: 'Airline Headline', value: 'Code' },
title: { label: 'Name' }
}
define view SADL_V_ExpVoc_Airline
as select from scarr
{
@UI.identification: { label: 'Airline Identifier' }
@UI.statusInfo: { label: 'Airline Identifier' }
key carrid as Code,
@UI.identification: { label: 'Hallo Stefan' }
@UI.statusInfo: { label: 'Hallo Stefan' }
@Consumption.filter.hidden
@Consumption.semanticObject: 'Fluggesellschaft'
carrname as Name,
currcode as CurrencyCode,
url as HomePage
}
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