P_Cfd_Feature_Map
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)
| Source | Alias | Join Type |
|---|---|---|
| P_Cfd_Domain_Value | FeatureMap | from |
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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'
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