Cds_With_Dcl_Pfcg
CDS based on DCL with PFCG conditions
Cds_With_Dcl_Pfcg is a CDS View that provides data about "CDS based on DCL with PFCG conditions" in SAP S/4HANA. It reads from 1 data source (sflight) and exposes 7 fields with key fields carrid, connid, fldate.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| sflight | sflight | from |
Annotations (4)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CdsFrwk_DEMO_14B | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | CDS based on DCL with PFCG conditions | view |
@AbapCatalog.sqlViewName: 'CdsFrwk_DEMO_14B'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'CDS based on DCL with PFCG conditions'
define view Cds_With_Dcl_Pfcg as select from sflight
{
key sflight.carrid,
key sflight.connid,
key sflight.fldate,
sflight.currency,
sflight.planetype,
sflight.seatsmax,
sflight.seatsocc
}
/*+[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