C_DepdntRqmtOrderResvnItem
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)
| Source | Alias | Join Type |
|---|---|---|
| I_DepdntResvnQuickView | I_DepdntResvnQuickView | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_WBSElement | _WBSElement | $projection.WBSElementExternalID = _WBSElement.WBSElement |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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]
;
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