Spak_Cls_Ddl_Test_View
View used by unit tests
Spak_Cls_Ddl_Test_View is a CDS View that provides data about "View used by unit tests" in SAP S/4HANA. It reads from 1 data source (sflight) and exposes 3 fields.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| sflight | sflight | from |
Annotations (2)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | SPAK_CLS_DDLTEST | view | |
| EndUserText.label | View used by unit tests | view |
@AbapCatalog.sqlViewName: 'SPAK_CLS_DDLTEST'
@EndUserText.label: 'View used by unit tests'
define view Spak_Cls_Ddl_Test_View as select from sflight
{
sflight.carrid,
sflight.connid,
sflight.fldate
}
/*+[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