P_SupDmndOvwSDDateBasic
P_SupDmndOvwSDDateBasic is a Basic CDS View in SAP S/4HANA. It reads from 4 data sources (vbak, vbap, vbep, vbep) and exposes 15 fields.
Data Sources (4)
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #BASIC | view | |
| VDM.private | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AbapCatalog.sqlViewName | PSUPDMNDOVWSDDT1 | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view |
Fields (15)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| RequirementDocumentNumber | vbep | vbeln | SD Sched. Agmt | |
| RequirementDocumentItem | vbep | posnr | WBS Element | |
| EarliestReqdDelivDate | vbep | req_dlvdate | Delivery Date | |
| RequestedDate | vbep | mbdat | Mat.Avail.Date | |
| ProductAvailabilityDate | vbep | mbdat | Mat.Avail.Date | |
| Material | vbap | matnr | Vehicle Model | |
| MaterialGroup | vbap | matkl | Product Sold Group | |
| Plant | vbap | werks | Receiving Plant | |
| SalesOrganization | vbak | vkorg | SD Sales Org. | |
| DistributionChannel | vbak | vtweg | RefDistCh-Cust/Mat. | |
| Division | vbak | spart | Source supplier | |
| ConfdOrderQtyByMatlAvailCheck | ||||
| DeliveredQuantityInBaseUnit | vbep | dlvqty_bu | Delivered Qty | |
| ScheduleLine | vbep | etenr | Schedule Line | |
| ConfirmedDeliveryDate | vbep | edatu | Schedule line date |
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 P_SupDmndOvwSDDateBasic.
-- 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 P_SupDmndOvwSDDateBasic AS
SELECT
vbep.vbeln AS RequirementDocumentNumber,
vbep.posnr AS RequirementDocumentItem,
vbep.req_dlvdate AS EarliestReqdDelivDate,
vbep1.mbdat AS RequestedDate,
vbep.mbdat AS ProductAvailabilityDate,
vbap.matnr AS Material,
vbap.matkl AS MaterialGroup,
vbap.werks AS Plant,
vbak.vkorg AS SalesOrganization,
vbak.vtweg AS DistributionChannel,
vbak.spart AS Division,
case vbtyp when 'C' then vbep.lmeng when 'I' then vbep.lmeng when 'G' then vbep.crqqty_bu else 0 end AS ConfdOrderQtyByMatlAvailCheck,
vbep.dlvqty_bu AS DeliveredQuantityInBaseUnit,
vbep.etenr AS ScheduleLine,
vbep.edatu AS ConfirmedDeliveryDate
FROM vbak
INNER JOIN vbap ON /* join condition not captured in parsed metadata */
INNER JOIN vbep ON /* join condition not captured in parsed metadata */
INNER JOIN vbep AS vbep1 ON /* join condition not captured in parsed metadata */
;
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