C_DepdntRqmtOrderResvnItem

DDL: C_DEPDNTRQMTORDERRESVNITEM Type: view_entity CONSUMPTION

MRP Depdnt Requirement and Order Resvn

C_DepdntRqmtOrderResvnItem is a Consumption CDS View that provides data about "MRP Depdnt Requirement and Order Resvn" in SAP S/4HANA. It reads from 1 data source (I_DepdntResvnQuickView) and exposes 66 fields with key fields Reservation, ReservationItem, RecordType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_DepdntResvnQuickView I_DepdntResvnQuickView from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_WBSElement _WBSElement $projection.WBSElementExternalID = _WBSElement.WBSElement

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label MRP Depdnt Requirement and Order Resvn view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #MIXED view
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view

Fields (66)

KeyFieldSource TableSource FieldDescription
KEY Reservation Reservation Reservation
KEY ReservationItem ReservationItem Reservation Item
KEY RecordType RecordType Reservation Record Type
RequirementType RequirementType RequirementType
RequirementDate RequirementDate Requirement Date
Material Material Vehicle Model
Plant Plant Valuation Area
PlannedOrder PlannedOrder
ManufacturingOrder ManufacturingOrder Order
BaseUnit BaseUnit Unit of Measure
CommittedQuantity CommittedQuantity Qty.f.avail.chk
WithdrawnQuantity WithdrawnQuantity Withdrawn Quantity
MRPElementOpenQuantity MRPElementOpenQuantity Rec./reqd qty
ParentComponent ParentComponent
ParentPlant ParentPlant
MRPController MRPController MRP Controller
MRPControllerName MRPControllerName Controller name
InternalContactPersonName InternalContactPersonName
ProductionSupervisor ProductionSupervisor Prodn Supervisor
ProductionSupervisorName ProductionSupervisorName
OrderedQuantity OrderedQuantity Quantity
OrderType OrderType Order Type
OrderTypeName OrderTypeName
BasicStartDate BasicStartDate
BasicEndDate BasicEndDate
MaterialGoodsReceiptDuration MaterialGoodsReceiptDuration GR proc. time
TotalQuantity TotalQuantity Activity Quantity
MRPElementPlannedScrapQuantity MRPElementPlannedScrapQuantity
GoodsReceiptQty GoodsReceiptQty Quantity
OpenQuantity OpenQuantity PBE Entry Open Qty
ProductionPlant ProductionPlant Prod plnt
ProductionPlantName ProductionPlantName
ProductionVersion ProductionVersion Version ID
ProductionVersionText ProductionVersionText
ProductionLine ProductionLine Production Line
ProductionLineText ProductionLineText
SalesOrder SalesOrder SD Document
SalesOrderItem SalesOrderItem Sales Order Item
Customer Customer Sold-to Party
CustomerName CustomerName Name of Customer
WBSElementExternalID WBS Internal ID
WBSDescription _WBSElement WBSDescription WBS Element Name
WBSElementDescription
WBSElementObject _WBSElement WBSElementObject Object number
ProjectInternalID _WBSElement ProjectInternalID Project Def.
ProjectExternalID
ProjectDescription
InHouseProductionTime InHouseProductionTime InhseProdTime
TotalReplenishmentLeadTime TotalReplenishmentLeadTime Total RL time
MinimumLotSizeQuantity MinimumLotSizeQuantity Min. Lot Size
MaximumLotSizeQuantity MaximumLotSizeQuantity Max. Lot Size
LotSizeRoundingQuantity LotSizeRoundingQuantity Rounding value
RoundingProfile RoundingProfile Rnding Profile
MaterialRoundingProfileName MaterialRoundingProfileName
PlannedOrderOpeningDate PlannedOrderOpeningDate
MaterialProcurementType MaterialProcurementType Spec. procuremt
MaterialProcurementTypeName MaterialProcurementTypeName
MfgOrderReleasedCode MfgOrderReleasedCode
MfgOrderScheduledReleaseDate MfgOrderScheduledReleaseDate
MfgOrderScheduledStartDate MfgOrderScheduledStartDate
MfgOrderScheduledEndDate MfgOrderScheduledEndDate
ExpectedDeviationQuantity ExpectedDeviationQuantity
ManufacturingOrderImportance ManufacturingOrderImportance
ManufacturingOrderCategory ManufacturingOrderCategory
_Order _Order
_WBSElement _WBSElement

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_DepdntRqmtOrderResvnItem.
-- 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.

CREATE VIEW C_DepdntRqmtOrderResvnItem AS
SELECT
  Reservation,
  ReservationItem,
  RecordType,
  RequirementType,
  RequirementDate,
  Material,
  Plant,
  PlannedOrder,
  ManufacturingOrder,
  BaseUnit,
  CommittedQuantity,
  WithdrawnQuantity,
  MRPElementOpenQuantity,
  ParentComponent,
  ParentPlant,
  MRPController,
  MRPControllerName,
  InternalContactPersonName,
  ProductionSupervisor,
  ProductionSupervisorName,
  OrderedQuantity,
  OrderType,
  OrderTypeName,
  BasicStartDate,
  BasicEndDate,
  MaterialGoodsReceiptDuration,
  TotalQuantity,
  MRPElementPlannedScrapQuantity,
  GoodsReceiptQty,
  OpenQuantity,
  ProductionPlant,
  ProductionPlantName,
  ProductionVersion,
  ProductionVersionText,
  ProductionLine,
  ProductionLineText,
  SalesOrder,
  SalesOrderItem,
  Customer,
  CustomerName,
  cast ( WBSElement as ps_posid_edit preserving type ) AS WBSElementExternalID,
  _WBSElement.WBSDescription AS WBSDescription,
  _WBSElement._WBSElementLangBsdDesc[1: Language = $session.system_language ].WBSElementLangBsdDescription AS WBSElementDescription,
  _WBSElement.WBSElementObject AS WBSElementObject,
  _WBSElement.ProjectInternalID AS ProjectInternalID,
  cast ( _WBSElement.Project as ps_pspid_edit preserving type ) AS ProjectExternalID,
  _WBSElement._Project.ProjectDescription AS ProjectDescription,
  InHouseProductionTime,
  TotalReplenishmentLeadTime,
  MinimumLotSizeQuantity,
  MaximumLotSizeQuantity,
  LotSizeRoundingQuantity,
  RoundingProfile,
  MaterialRoundingProfileName,
  PlannedOrderOpeningDate,
  MaterialProcurementType,
  MaterialProcurementTypeName,
  MfgOrderReleasedCode,
  MfgOrderScheduledReleaseDate,
  MfgOrderScheduledStartDate,
  MfgOrderScheduledEndDate,
  ExpectedDeviationQuantity,
  ManufacturingOrderImportance,
  ManufacturingOrderCategory
FROM I_DepdntResvnQuickView
LEFT OUTER JOIN I_WBSElement AS _WBSElement ON WBSElementExternalID = _WBSElement.WBSElement  -- association [0..1]
;