Sadl_V_Cds_Db_Cache
Test entity for DB cache control
Sadl_V_Cds_Db_Cache is a CDS View that provides data about "Test entity for DB cache control" in SAP S/4HANA. It reads from 1 data source (sflight) and exposes 4 fields with key fields carrid, connid.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| sflight | sflight | from |
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | SADL_V_DB_CACHE | view | |
| ClientDependent | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Test entity for DB cache control | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | carrid | carrid | ||
| KEY | connid | connid | ||
| planetype | planetype | |||
| price |
@AbapCatalog.sqlViewName: 'SADL_V_DB_CACHE'
@ClientDependent: true
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Test entity for DB cache control'
//@OData.publish: true
define view Sadl_V_Cds_Db_Cache as select from sflight {
key carrid,
key connid,
planetype,
@DefaultAggregation: #SUM
sum(price) as price
}
group by carrid, connid, planetype
/*+[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