DEMO_CDS_WITH_DCL_PFCG_2
CDS based on DCL with PFCG
DEMO_CDS_WITH_DCL_PFCG_2 is a CDS View that provides data about "CDS based on DCL with PFCG" in SAP S/4HANA. It reads from 1 data source (scarr) and exposes 4 fields with key field carrid.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| scarr | scarr | from |
Annotations (4)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | DEMO_CDS_PFCG_2 | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | CDS based on DCL with PFCG | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | carrid | carrid | ||
| carrname | carrname | |||
| currcode | currcode | |||
| url | url |
@AbapCatalog.sqlViewName: 'DEMO_CDS_PFCG_2'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'CDS based on DCL with PFCG'
define view DEMO_CDS_WITH_DCL_PFCG_2
as select from scarr
{
key carrid,
carrname,
currcode,
url
};
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"SCARR"
],
"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