C_MntrSuplrConfDeliveryDate
Consumption View for Delivery Date VF
C_MntrSuplrConfDeliveryDate is a Consumption CDS View that provides data about "Consumption View for Delivery Date VF" in SAP S/4HANA. It reads from 1 data source (P_SuplrConfDelivDate) and exposes 18 fields with key fields PurchasingDocument, PurchasingDocumentItem, SupplierConfirmationCategory, ScheduleLine. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| P_SuplrConfDelivDate | _SuplrconfItems | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_SuplrConfDelivDateDeadlineWk | _SuplrConfDelivDateDeadlineWk | _SuplrConfDelivDateDeadlineWk.DurationToNextStatusInDays = $projection.DurationToNextStatusInDays |
| [1..1] | I_PurchaseOrder | _PurchaseOrder | $projection.PurchasingDocument = _PurchaseOrder.PurchaseOrder |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CSCONFDELIVDATE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| EndUserText.label | Consumption View for Delivery Date VF | view | |
| VDM.viewType | #CONSUMPTION | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| VDM.lifecycle.status | #DEPRECATED | view | |
| VDM.lifecycle.successor | C_PurgDocSuplrConfMain | view |
Fields (18)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PurchasingDocument | PurchasingDocument | Purchasing Document | |
| KEY | PurchasingDocumentItem | PurchasingDocumentItem | Purchasing Doc. Item | |
| KEY | SupplierConfirmationCategory | P_SuplrConfDelivDate | SupplierConfirmationCategory | Confirm. Cat. |
| KEY | ScheduleLine | P_SuplrConfDelivDate | ScheduleLine | Schedule Line |
| DurationToNextStatusInDays | DurationToNextStatusInDays | Schedule Deadline ID | ||
| DomainText | ||||
| OrderedQuantity | P_SuplrConfDelivDate | OrderedQuantity | Quantity | |
| CommittedQuantity | P_SuplrConfDelivDate | BalanceQuantity | Balance Quantity | |
| Supplier | P_SuplrConfDelivDate | Supplier | Supplier | |
| _Supplier | P_SuplrConfDelivDate | _Supplier | ||
| NumberOfContractItems | PD Items | |||
| PurchaseOrderType | _PurchaseOrder | PurchaseOrderType | PO Type | |
| PurchasingOrganization | _PurchaseOrder | PurchasingOrganization | Purchasing Organization | |
| PurchasingGroup | _PurchaseOrder | PurchasingGroup | Purchasing Group | |
| Plant | Plant | Valuation Area | ||
| SupplierAccountGroup | SupplierAccountGroup | Account group | ||
| AuthorizationGroup | AuthorizationGroup | AuthorizGroup | ||
| _SuplrConfDelivDateDeadlineWk | _SuplrConfDelivDateDeadlineWk |
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_MntrSuplrConfDeliveryDate.
-- 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: CSCONFDELIVDATE
CREATE VIEW C_MntrSuplrConfDeliveryDate AS
SELECT
PurchasingDocument,
PurchasingDocumentItem,
_SuplrconfItems.SupplierConfirmationCategory AS SupplierConfirmationCategory,
_SuplrconfItems.ScheduleLine AS ScheduleLine,
DurationToNextStatusInDays,
cast ( _SuplrConfDelivDateDeadlineWk._Text[1: Language = $session.system_language].DomainText as vdm_deliveryscheduledate ) AS DomainText,
_SuplrconfItems.OrderedQuantity AS OrderedQuantity,
_SuplrconfItems.BalanceQuantity AS CommittedQuantity,
_SuplrconfItems.Supplier AS Supplier,
_SuplrconfItems._Supplier AS _Supplier,
cast( 1 as mm_a_contractitems ) AS NumberOfContractItems,
_PurchaseOrder.PurchaseOrderType AS PurchaseOrderType,
_PurchaseOrder.PurchasingOrganization AS PurchasingOrganization,
_PurchaseOrder.PurchasingGroup AS PurchasingGroup,
Plant,
SupplierAccountGroup,
AuthorizationGroup
FROM P_SuplrConfDelivDate AS _SuplrconfItems
LEFT OUTER JOIN I_SuplrConfDelivDateDeadlineWk AS _SuplrConfDelivDateDeadlineWk ON _SuplrConfDelivDateDeadlineWk.DurationToNextStatusInDays = DurationToNextStatusInDays -- association [1..1]
LEFT OUTER JOIN I_PurchaseOrder AS _PurchaseOrder ON PurchasingDocument = _PurchaseOrder.PurchaseOrder -- association [1..1]
;
Learn More
- S/4HANA CDS View Deprecation: What You Need to Know
- 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
- 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