P_CFD_DE_DATASOURCE_FEATURE

DDL: P_CFD_DE_DATASOURCE_FEATURE Type: view_entity

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)

SourceAliasJoin Type
cfd_w_cds CDS from

Annotations (1)

NameValueLevelField
AccessControl.authorizationCheck #NOT_ALLOWED view

Fields (2)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/