I_MRPAvailability
MRP Availability of a Material
I_MRPAvailability is a Composite CDS View that provides data about "MRP Availability of a Material" in SAP S/4HANA. It reads from 3 data sources (I_SupplyDemandItemTotals, I_CacheMaterial, I_MRPPlanningSegment) and exposes 14 fields with key fields MRPPlant, Material, MRPArea, MRPPlanningSegmentType, MRPPlanningSegment. It has 1 association to related views.
Data Sources (3)
| Source | Alias | Join Type |
|---|---|---|
| I_SupplyDemandItemTotals | _SupplyDemandItemTotals | left_outer |
| I_CacheMaterial | CacheMaterial | inner |
| I_MRPPlanningSegment | MRPPlanningSegment | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_UnitOfMeasure | _UnitOfMeasure | $projection.MaterialBaseUnit = _UnitOfMeasure.UnitOfMeasure |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.sqlViewName | IMRPAVAILABILITY | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | MRP Availability of a Material | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| VDM.viewType | #COMPOSITE | view |
Fields (14)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MRPPlant | I_MRPPlanningSegment | MRPPlant | Plant |
| KEY | Material | I_MRPPlanningSegment | Material | Vehicle Model |
| KEY | MRPArea | I_MRPPlanningSegment | MRPArea | MRP Area |
| KEY | MRPPlanningSegmentType | I_MRPPlanningSegment | MRPPlanningSegmentType | MRP segment |
| KEY | MRPPlanningSegment | I_MRPPlanningSegment | MRPPlanningSegment | Plng Segmnt No. |
| KEY | MaterialShortageProfile | I_MRPPlanningSegment | MaterialShortageProfile | Shortage Prf. |
| KEY | MaterialShortageProfileCount | I_SupplyDemandItemTotals | MaterialShortageProfileCount | Counter |
| KEY | MRPElementAvailyOrRqmtDate | I_SupplyDemandItemTotals | MRPElementAvailyOrRqmtDate | Time Stamp |
| MaterialBaseUnit | I_CacheMaterial | MaterialBaseUnit | Valuation Unit | |
| MRPAvailableQuantity | I_SupplyDemandItemTotals | MRPAvailableQuantity | DEC 20 3 | |
| MRPAvailability | I_SupplyDemandItemTotals | MRPAvailability | MRP Availability | |
| PlanningSegmentDocument | PlanningSegmentDocument | |||
| PlanningSegmentDocumentItem | PlanningSegmentDocumentItem | |||
| UnitOfMeasureDspNmbrOfDcmls | _UnitOfMeasure | UnitOfMeasureDspNmbrOfDcmls |
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_MRPAvailability.
-- 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: IMRPAVAILABILITY
CREATE VIEW I_MRPAvailability AS
SELECT
MRPPlanningSegment.MRPPlant AS MRPPlant,
MRPPlanningSegment.Material AS Material,
MRPPlanningSegment.MRPArea AS MRPArea,
MRPPlanningSegment.MRPPlanningSegmentType AS MRPPlanningSegmentType,
MRPPlanningSegment.MRPPlanningSegment AS MRPPlanningSegment,
MRPPlanningSegment.MaterialShortageProfile AS MaterialShortageProfile,
_SupplyDemandItemTotals.MaterialShortageProfileCount AS MaterialShortageProfileCount,
_SupplyDemandItemTotals.MRPElementAvailyOrRqmtDate AS MRPElementAvailyOrRqmtDate,
CacheMaterial.MaterialBaseUnit AS MaterialBaseUnit,
_SupplyDemandItemTotals.MRPAvailableQuantity AS MRPAvailableQuantity,
_SupplyDemandItemTotals.MRPAvailability AS MRPAvailability,
PlanningSegmentDocument,
PlanningSegmentDocumentItem,
_UnitOfMeasure.UnitOfMeasureDspNmbrOfDcmls AS UnitOfMeasureDspNmbrOfDcmls
FROM I_MRPPlanningSegment AS MRPPlanningSegment
INNER JOIN I_CacheMaterial AS CacheMaterial ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN I_SupplyDemandItemTotals AS _SupplyDemandItemTotals ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN I_UnitOfMeasure AS _UnitOfMeasure ON MaterialBaseUnit = _UnitOfMeasure.UnitOfMeasure -- 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