I_SADL_DRAFTROOTCORE
...
I_SADL_DRAFTROOTCORE is a CDS View that provides data about "..." in SAP S/4HANA. It reads from 1 data source (snwd_so) and exposes 3 fields with key field SalesOrder. Part of development package SADL_GW_DT_SB_UI_TEST.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| snwd_so | header | from |
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | SADL_DRFT_ROOT_C | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | ... | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
@AbapCatalog.sqlViewName: 'SADL_DRFT_ROOT_C'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: '...'
@Metadata.ignorePropagatedAnnotations: true
define view I_SADL_DRAFTROOTCORE as select from snwd_so as header
{
key header.node_key as SalesOrder,
@Semantics.currencyCode: true
header.currency_code as CurrencyCode,
@Semantics.amount.currencyCode: 'CurrencyCode'
header.gross_amount as GrossAmount
}
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