C_MfgOrderOperationMissingComp

DDL: C_MFGORDEROPERATIONMISSINGCOMP SQL: CMPEOPMISSC Type: view CONSUMPTION

Mfg Order Operation Missing Component

C_MfgOrderOperationMissingComp is a Consumption CDS View that provides data about "Mfg Order Operation Missing Component" in SAP S/4HANA. It reads from 1 data source (I_MfgOrderOperationComponent) and exposes 18 fields with key fields Reservation, ReservationItem.

Data Sources (1)

SourceAliasJoin Type
I_MfgOrderOperationComponent I_MfgOrderOperationComponent from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName CMPEOPMISSC view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
Metadata.allowExtensions true view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #CONSUMPTION view
UI.presentationVariant.sortOrder.by MaterialName view
UI.presentationVariant.sortOrder.direction #ASC view
EndUserText.label Mfg Order Operation Missing Component view

Fields (18)

KeyFieldSource TableSource FieldDescription
KEY Reservation Reservation Reservation
KEY ReservationItem ReservationItem Reservation Item
ManufacturingOrderOperation ManufacturingOrderOperation Activity
ManufacturingOrderSequence ManufacturingOrderSequence
ManufacturingOrder ManufacturingOrder Order
ManufacturingOrderCategory ManufacturingOrderCategory
ManufacturingOrderType ManufacturingOrderType
ProductionPlant ProductionPlant Prod plnt
Material Material Vehicle Model
MaterialName
_Reservation _Reservation
_MfgOrderOperationBySemanKey _MfgOrderOperationBySemanKey
_MfgOrderSequence _MfgOrderSequence
_MfgOrder _MfgOrder
_Material _Material
_MfgOrderCategory _MfgOrderCategory
_MfgOrderType _MfgOrderType
_ProductionPlant _ProductionPlant

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 C_MfgOrderOperationMissingComp.
-- 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: CMPEOPMISSC

CREATE VIEW C_MfgOrderOperationMissingComp AS
SELECT
  Reservation,
  ReservationItem,
  ManufacturingOrderOperation,
  ManufacturingOrderSequence,
  ManufacturingOrder,
  ManufacturingOrderCategory,
  ManufacturingOrderType,
  ProductionPlant,
  Material,
  _Material._Text[1: Language=$session.system_language].MaterialName AS MaterialName
FROM I_MfgOrderOperationComponent
;