I_RFM_SlsOrdPrgrsMntrSupItm
Supply Details at Item Level
I_RFM_SlsOrdPrgrsMntrSupItm is a Composite CDS View that provides data about "Supply Details at Item Level" in SAP S/4HANA. It reads from 1 data source (P_RFM_SlsOrdPrgrsMntrSup) and exposes 24 fields with key fields SalesOrder, SalesOrderItem, RFMSupplyNumber, SupplyItem. It has 4 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| P_RFM_SlsOrdPrgrsMntrSup | P_RFM_SlsOrdPrgrsMntrSup | from |
Associations (4)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_SalesDocumentItem | _SlsDocItm | $projection.SalesOrder = _SlsDocItm.SalesDocument and $projection.SalesOrderItem = _SlsDocItm.SalesDocumentItem and $projection.Material = _SlsDocItm.Product and $projection.Plant = _SlsDocItm.Plant |
| [0..1] | I_Material | _Material | $projection.Material = _Material.Material |
| [0..1] | I_RFM_SlsOrdPrgrsMntrConfign | _UserSpecficConfig | _UserSpecficConfig.CreatedByUser = $session.user |
| [0..1] | I_RFM_SlsOrdPrgrsMntrConfign | _GlobalConfig | _GlobalConfig.CreatedByUser = '' |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #COMPOSITE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| AbapCatalog.sqlViewName | IRFMSOPMSUPITM | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| EndUserText.label | Supply Details at Item Level | view |
Fields (24)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SalesOrder | SalesOrder | SD Document | |
| KEY | SalesOrderItem | SalesOrderItem | Sales Order Item | |
| KEY | RFMSupplyNumber | SupplyNumber | ||
| KEY | SupplyItem | SupplyItem | Requisn. item | |
| SlsOrdPrgrsMntrSupType | SlsOrdPrgrsMntrSupType | |||
| SlsOrdPrgrsMntrSupCat | SlsOrdPrgrsMntrSupCat | |||
| Material | Material | Vehicle Model | ||
| Plant | Plant | Valuation Area | ||
| CrossPlantConfigurableProduct | _Material | CrossPlantConfigurableProduct | Cross-plant CP | |
| HigherLevelItem | _SlsDocItm | HigherLevelItem | Higher-Lev.Item | |
| RFMMasterSupplyNumber | RFMMasterSupplyNumber | |||
| RFMMasterSupplyType | RFMMasterSupplyType | |||
| TotalSupplyQuantity | TotalSupplyQuantity | |||
| ProcessedSupplyQuantity | ProcessedSupplyQuantity | |||
| FirmedProcessedSupplyQuantity | FirmedProcessedSupplyQuantity | |||
| BaseUnit | BaseUnit | Unit of Measure | ||
| ExpectedSupplyDeliveryDate | ExpectedSupplyDeliveryDate | Delivery Date | ||
| SupplyDeliveryDate | ActualSupplyDeliveryDate | |||
| DeliveryIsOverdue | DeliveryIsOverdue | |||
| PlannedOrder | PlannedOrder | |||
| ProductionOrder | ProductionOrder | Order | ||
| PurchaseRequisition | PurchaseRequisition | Requisition | ||
| PurchaseOrder | PurchaseOrder | Purchasing Document | ||
| _SlsDocItm | _SlsDocItm |
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_RFM_SlsOrdPrgrsMntrSupItm.
-- 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 I_RFM_SlsOrdPrgrsMntrSupItm AS
SELECT
SalesOrder,
SalesOrderItem,
SupplyNumber AS RFMSupplyNumber,
SupplyItem,
SlsOrdPrgrsMntrSupType,
SlsOrdPrgrsMntrSupCat,
Material,
Plant,
_Material.CrossPlantConfigurableProduct AS CrossPlantConfigurableProduct,
_SlsDocItm.HigherLevelItem AS HigherLevelItem,
RFMMasterSupplyNumber,
RFMMasterSupplyType,
TotalSupplyQuantity,
ProcessedSupplyQuantity,
FirmedProcessedSupplyQuantity,
BaseUnit,
ExpectedSupplyDeliveryDate,
ActualSupplyDeliveryDate AS SupplyDeliveryDate,
DeliveryIsOverdue,
PlannedOrder,
ProductionOrder,
PurchaseRequisition,
PurchaseOrder
FROM P_RFM_SlsOrdPrgrsMntrSup
LEFT OUTER JOIN I_SalesDocumentItem AS _SlsDocItm ON SalesOrder = _SlsDocItm.SalesDocument AND SalesOrderItem = _SlsDocItm.SalesDocumentItem AND Material = _SlsDocItm.Product AND Plant = _SlsDocItm.Plant -- association [1..1]
LEFT OUTER JOIN I_Material AS _Material ON Material = _Material.Material -- association [0..1]
LEFT OUTER JOIN I_RFM_SlsOrdPrgrsMntrConfign AS _UserSpecficConfig ON _UserSpecficConfig.CreatedByUser = $session.user -- association [0..1]
LEFT OUTER JOIN I_RFM_SlsOrdPrgrsMntrConfign AS _GlobalConfig ON _GlobalConfig.CreatedByUser = '' -- 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