C_MasterRecipePlantVH
Master Recipe Plant
C_MasterRecipePlantVH is a Consumption CDS View that provides data about "Master Recipe Plant" in SAP S/4HANA. It reads from 1 data source (I_Plant) and exposes 4 fields with key field Plant. Part of development package ODATA_PP_MASTER_RECIPE_API.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Plant | Plant | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #CONSUMPTION | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| Search.searchable | true | view | |
| ObjectModel.representativeKey | Plant | view | |
| EndUserText.label | Master Recipe Plant | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| Consumption.ranked | true | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Plant | Plant | ||
| PlantName | PlantName | |||
| SalesOrganization | SalesOrganization | |||
| DistributionChannel |
@VDM.viewType: #CONSUMPTION
@AccessControl.authorizationCheck: #MANDATORY
@Search.searchable: true
@ObjectModel.representativeKey: 'Plant'
@EndUserText.label: 'Master Recipe Plant'
@ObjectModel.usageType:{
serviceQuality: #A,
sizeCategory: #S,
dataClass: #CUSTOMIZING
}
@ObjectModel.dataCategory: #VALUE_HELP
@Consumption.ranked: true
define view entity C_MasterRecipePlantVH
as select from I_Plant as Plant
{
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
@ObjectModel.text.element: [ 'PlantName' ]
key Plant as Plant,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #LOW
PlantName as PlantName,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #LOW
SalesOrganization,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #LOW
cast( DistributionChannel as vtweg preserving type ) as DistributionChannel
}
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