SADL_GW_MDE_Merge_Inline
test
SADL_GW_MDE_Merge_Inline is a CDS View that provides data about "test" in SAP S/4HANA. It reads from 1 data source (sflight) and exposes 14 fields with key fields mandt, carrid, connid, fldate.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| sflight | sflight | from |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | VSADLGWMMI | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | test | view | |
| OData.publish | true | view | |
| Metadata.allowExtensions | true | view |
Fields (14)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | mandt | mandt | ||
| KEY | carrid | carrid | ||
| KEY | connid | connid | ||
| KEY | fldate | fldate | ||
| price | price | |||
| currency | currency | |||
| planetype | planetype | |||
| seatsmax | seatsmax | |||
| seatsocc | seatsocc | |||
| paymentsum | paymentsum | |||
| seatsmax_b | seatsmax_b | |||
| seatsocc_b | seatsocc_b | |||
| seatsmax_f | seatsmax_f | |||
| seatsocc_f | seatsocc_f |
@AbapCatalog.sqlViewName: 'VSADLGWMMI'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'test'
@OData.publish: true
@Metadata.allowExtensions: true
define view SADL_GW_MDE_Merge_Inline as select from sflight {
//sflight
key mandt,
key carrid,
key connid,
key fldate,
@UI.hidden: true
price,
@UI.hidden: true
currency,
planetype,
@UI.hidden: true
@UI.masked: true
seatsmax,
seatsocc,
@UI.multiLineText: true
paymentsum,
seatsmax_b,
seatsocc_b,
seatsmax_f,
seatsocc_f
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"SFLIGHT"
],
"ASSOCIATED":
[],
"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