P_CFD_DE_DATASOURCE_FEATURE
P_CFD_DE_DATASOURCE_FEATURE is a CDS View in SAP S/4HANA. It reads from 1 data source (cfd_w_cds) and exposes 2 fields with key field CDSViewName.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| cfd_w_cds | CDS | from |
Annotations (1)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_ALLOWED | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CDSViewName | cfd_w_cds | cds_view_name | |
| SupportsCalculatedFields | use_sadl_calculation_exit |
@AccessControl.authorizationCheck: #NOT_ALLOWED
define view entity P_CFD_DE_DATASOURCE_FEATURE
as select from cfd_w_cds as CDS
{
key CDS.cds_view_name as CDSViewName,
case when use_association = 'X'
or use_underlying_associations = 'X'
or use_underlying_fields = 'X' then 'X'
else ' ' end as SupportsSelectedFields,
use_sadl_calculation_exit as SupportsCalculatedFields
}
where
supported_features = 'B'
or supported_features = 'D'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"CFD_W_CDS"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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