C_MfgOrdVariantConfiguration
Manufacturing Order Variant Configuration
C_MfgOrdVariantConfiguration is a Consumption CDS View that provides data about "Manufacturing Order Variant Configuration" in SAP S/4HANA. It reads from 1 data source (I_ManufacturingOrder) and exposes 6 fields with key field ManufacturingOrder. It has 1 association to related views. Part of development package ODATA_MPE_MFGORDER.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ManufacturingOrder | ManufacturingOrder | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_ManufacturingOrder | _ManufacturingOrder | $projection.ManufacturingOrder = _ManufacturingOrder.ManufacturingOrder |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Manufacturing Order Variant Configuration | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| VDM.viewType | #CONSUMPTION | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ManufacturingOrder | I_ManufacturingOrder | ManufacturingOrder | |
| ManufacturingOrderCategory | I_ManufacturingOrder | ManufacturingOrderCategory | ||
| ManufacturingOrderType | I_ManufacturingOrder | ManufacturingOrderType | ||
| ProductionPlant | I_ManufacturingOrder | ProductionPlant | ||
| ProductConfiguration | I_ManufacturingOrder | ProductConfiguration | ||
| _ManufacturingOrder | _ManufacturingOrder |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Manufacturing Order Variant Configuration'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType: {serviceQuality: #B, sizeCategory: #L, dataClass: #TRANSACTIONAL}
@VDM.viewType: #CONSUMPTION
define view entity C_MfgOrdVariantConfiguration
as select from I_ManufacturingOrder as ManufacturingOrder
association [1..1] to I_ManufacturingOrder as _ManufacturingOrder on $projection.ManufacturingOrder = _ManufacturingOrder.ManufacturingOrder
{
key ManufacturingOrder.ManufacturingOrder as ManufacturingOrder,
ManufacturingOrder.ManufacturingOrderCategory as ManufacturingOrderCategory,
ManufacturingOrder.ManufacturingOrderType as ManufacturingOrderType,
ManufacturingOrder.ProductionPlant as ProductionPlant,
ManufacturingOrder.ProductConfiguration as ProductConfiguration,
_ManufacturingOrder
}
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