I_MfgOrderHeaderConfirmation
Manufacturing Order Header Confirmation
I_MfgOrderHeaderConfirmation is a Basic CDS View (Dimension) that provides data about "Manufacturing Order Header Confirmation" in SAP S/4HANA. It reads from 1 data source (I_OrderConfirmation) and exposes 69 fields with key fields MfgOrderConfirmation, MfgOrderConfirmationCount. It has 4 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_OrderConfirmation | I_OrderConfirmation | from |
Associations (4)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_MfgOrder | _MfgOrder | $projection.ManufacturingOrder = _MfgOrder.ManufacturingOrder |
| [1..1] | I_ManufacturingOrder | _ManufacturingOrder | $projection.ManufacturingOrder = _ManufacturingOrder.ManufacturingOrder |
| [1..1] | I_MfgOrderCategory | _MfgOrderCategory | $projection.ManufacturingOrderCategory = _MfgOrderCategory.ManufacturingOrderCategory |
| [1..1] | I_MfgOrderType | _MfgOrderType | $projection.ManufacturingOrderType = _MfgOrderType.ManufacturingOrderType |
Annotations (18)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IMFGORDHDRCONF | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.internalName | #LOCAL | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ClientHandling.type | #CLIENT_DEPENDENT | view | |
| Metadata.allowExtensions | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.modelingPattern | #NONE | view | |
| ObjectModel.representativeKey | MfgOrderConfirmationCount | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| VDM.viewType | #BASIC | view | |
| EndUserText.label | Manufacturing Order Header Confirmation | view |
Fields (69)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MfgOrderConfirmation | ConfirmationGroup | ||
| KEY | MfgOrderConfirmationCount | OrderConfirmation | ||
| ManufacturingOrder | Order ID | |||
| ManufacturingOrderCategory | Order Category | |||
| ManufacturingOrderType | Order Type | |||
| ProductionPlant | ProductionPlant | Prod plnt | ||
| ConfirmationText | ConfirmationText | |||
| Language | Language | Report Text Language | ||
| LongTextExists | LongTextExists | LgText ID | ||
| FinalConfirmationType | FinalConfirmationType | Final Confirmtn | ||
| IsFinalConfirmation | IsFinalConfirmation | |||
| OpenReservationsIsCleared | OpenReservationsIsCleared | |||
| IsReversed | IsReversed | Reversed? | ||
| IsReversal | IsReversal | Reversal doc. | ||
| CancldMfgOrderConfCount | CancldMfgOrderConfCount | |||
| MfgOrderConfirmationEntryDate | ConfirmationEntryDate | |||
| MfgOrderConfirmationEntryTime | ConfirmationEntryTime | |||
| EnteredByUser | EnteredByUser | |||
| LastChangeDate | LastChangeDate | Time Stamp | ||
| LastChangedByUser | LastChangedByUser | User Name | ||
| ConfirmationExternalEntryDate | ConfirmationExternalEntryDate | |||
| ConfirmationExternalEntryTime | ConfirmationExternalEntryTime | |||
| EnteredByExternalUser | EnteredByExternalUser | |||
| ExternalSystemConfirmation | ExternalSystemConfirmation | |||
| ConfirmationApplicationOrigin | ConfirmationApplicationOrigin | |||
| OrderConfirmationType | OrderConfirmationType | |||
| OrderConfirmationRecordType | OrderConfirmationRecordType | |||
| Plant | Plant | Valuation Area | ||
| MaterialDocument | MaterialDocument | Material Doc. | ||
| MaterialDocumentYear | MaterialDocumentYear | Material Document Year | ||
| BusinessArea | BusinessArea | Business Area | ||
| CompanyCode | CompanyCode | Receiver Company Code | ||
| ControllingArea | ControllingArea | Controlling Area | ||
| ProfitCenter | ||||
| ProductCostCollector | ProductCostCollector | |||
| PostingDate | PostingDate | Posting Date for GR | ||
| PostingDateYear | PostingDateYear | |||
| ConfirmationUnit | ConfirmationUnit | |||
| ConfirmationYieldQuantity | ConfirmationYieldQuantity | |||
| ConfirmationScrapQuantity | ConfirmationScrapQuantity | |||
| ConfirmationReworkQuantity | ConfirmationReworkQuantity | |||
| ConfirmationTotalQuantity | ConfirmationTotalQuantity | |||
| VarianceReasonCode | VarianceReasonCode | Reason | ||
| _ConfirmationGroup | _ConfirmationGroup | |||
| _ManufacturingOrder | _ManufacturingOrder | |||
| _MfgOrder | _MfgOrder | |||
| _MfgOrderCategory | _MfgOrderCategory | |||
| _MfgOrderType | _MfgOrderType | |||
| _ConfirmationUnit | _ConfirmationUnit | |||
| _Plant | _Plant | |||
| _ProductionPlant | _ProductionPlant | |||
| _User | _User | |||
| _Language | _Language | |||
| _FinalConfirmationType | _FinalConfirmationType | |||
| _ConfirmationType | _ConfirmationType | |||
| _ConfirmationRecordType | _ConfirmationRecordType | |||
| _ConfirmationApplOrigin | _ConfirmationApplOrigin | |||
| _BusinessArea | _BusinessArea | |||
| _CompanyCode | _CompanyCode | |||
| _ControllingArea | _ControllingArea | |||
| _ProductCostCollector | _ProductCostCollector | |||
| _VarianceReason | _VarianceReason | |||
| _MaterialDocument | _MaterialDocument | |||
| _MaterialDocument3 | _MaterialDocument3 | |||
| _MaterialDocumentYear | _MaterialDocumentYear | |||
| _PostingDate | _PostingDate | |||
| _PostingDateYear | _PostingDateYear | |||
| _LongTextIndicator | _LongTextIndicator | |||
| _LongText | _LongText |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view I_MfgOrderHeaderConfirmation.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: IMFGORDHDRCONF
CREATE VIEW I_MfgOrderHeaderConfirmation AS
SELECT
ConfirmationGroup AS MfgOrderConfirmation,
OrderConfirmation AS MfgOrderConfirmationCount,
cast(OrderID as manufacturingorder preserving type) AS ManufacturingOrder,
cast(OrderCategory as manufacturingordercategory preserving type) AS ManufacturingOrderCategory,
cast(OrderType as manufacturingordertype preserving type) AS ManufacturingOrderType,
ProductionPlant,
ConfirmationText,
Language,
LongTextExists,
FinalConfirmationType,
IsFinalConfirmation,
OpenReservationsIsCleared,
IsReversed,
IsReversal,
CancldMfgOrderConfCount,
ConfirmationEntryDate AS MfgOrderConfirmationEntryDate,
ConfirmationEntryTime AS MfgOrderConfirmationEntryTime,
EnteredByUser,
LastChangeDate,
LastChangedByUser,
ConfirmationExternalEntryDate,
ConfirmationExternalEntryTime,
EnteredByExternalUser,
ExternalSystemConfirmation,
ConfirmationApplicationOrigin,
OrderConfirmationType,
OrderConfirmationRecordType,
Plant,
MaterialDocument,
MaterialDocumentYear,
BusinessArea,
CompanyCode,
ControllingArea,
ProductCostCollector,
PostingDate,
PostingDateYear,
ConfirmationUnit,
ConfirmationYieldQuantity,
ConfirmationScrapQuantity,
ConfirmationReworkQuantity,
ConfirmationTotalQuantity,
VarianceReasonCode
FROM I_OrderConfirmation
LEFT OUTER JOIN I_MfgOrder AS _MfgOrder ON ManufacturingOrder = _MfgOrder.ManufacturingOrder -- association [1..1]
LEFT OUTER JOIN I_ManufacturingOrder AS _ManufacturingOrder ON ManufacturingOrder = _ManufacturingOrder.ManufacturingOrder -- association [1..1]
LEFT OUTER JOIN I_MfgOrderCategory AS _MfgOrderCategory ON ManufacturingOrderCategory = _MfgOrderCategory.ManufacturingOrderCategory -- association [1..1]
LEFT OUTER JOIN I_MfgOrderType AS _MfgOrderType ON ManufacturingOrderType = _MfgOrderType.ManufacturingOrderType -- association [1..1]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- 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
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA