P_Cfd_Feature_Map

DDL: P_CFD_FEATURE_MAP SQL: P_CFD_FEATURE Type: view

Feature Map for Custom Field app

P_Cfd_Feature_Map is a CDS View that provides data about "Feature Map for Custom Field app" in SAP S/4HANA. It reads from 1 data source (P_Cfd_Domain_Value) and exposes 1 field with key field Code.

Data Sources (1)

SourceAliasJoin Type
P_Cfd_Domain_Value FeatureMap from

Annotations (5)

NameValueLevelField
AbapCatalog.sqlViewName P_CFD_FEATURE view
EndUserText.label Feature Map for Custom Field app view
ClientDependent false view
VDM.private true view
AccessControl.authorizationCheck #NOT_ALLOWED view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY Code P_Cfd_Domain_Value Code
@AbapCatalog.sqlViewName: 'P_CFD_FEATURE'
@EndUserText.label: 'Feature Map for Custom Field app'
@ClientDependent: false
@VDM.private: true
@AccessControl.authorizationCheck: #NOT_ALLOWED
define view P_Cfd_Feature_Map as 
  select from P_Cfd_Domain_Value as FeatureMap
{
  key FeatureMap.Code
} where FeatureMap.Name = 'CFD_FEATURE_MAP'