R_EntProjElmntDlvbrlDistrTP
Deliverable Distribution
R_EntProjElmntDlvbrlDistrTP is a Transactional CDS View that provides data about "Deliverable Distribution" in SAP S/4HANA. It reads from 1 data source (R_EntProjElmntDlvbrlDistr) and exposes 11 fields with key field EntProjElmntDlvbrlDistrUUID. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_EntProjElmntDlvbrlDistr | Distribution | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_EnterpriseProjectTP_2 | _EnterpriseProject | $projection. ProjectUUID = _EnterpriseProject.ProjectUUID |
| [1..1] | I_EnterpriseProjectElementTP_2 | _EnterpriseProjectElement | $projection. ProjectElementUUID = _EnterpriseProjectElement.ProjectElementUUID |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Deliverable Distribution | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| AccessControl.authorizationCheck | #MANDATORY | view |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | EntProjElmntDlvbrlDistrUUID | EntProjElmntDlvbrlDistrUUID | Entity GUID | |
| EntProjElmntDeliverableUUID | EntProjElmntDeliverableUUID | Entity GUID | ||
| ProjectElementUUID | ProjectElementUUID | Obj Link Entity GUID | ||
| ProjectUUID | ProjectUUID | Project UUID | ||
| EntProjElmntDlvbrlDistrYearVal | EntProjElmntDlvbrlDistrYearVal | Year of Distribution | ||
| EntProjElmntDlvbrlDistrPerdVal | EntProjElmntDlvbrlDistrPerdVal | Distribution Period | ||
| EntProjElmntDlvbrlDistrQty | EntProjElmntDlvbrlDistrQty | Distributed Quantity | ||
| EntProjElmntDlvbrlDistrQtyUnit | EntProjElmntDlvbrlDistrQtyUnit | Quantity Unit | ||
| _EntProjElmntDlvbrl | _EntProjElmntDlvbrl | |||
| _EnterpriseProject | _EnterpriseProject | |||
| _EnterpriseProjectElement | _EnterpriseProjectElement |
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 R_EntProjElmntDlvbrlDistrTP.
-- 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 R_EntProjElmntDlvbrlDistrTP AS
SELECT
EntProjElmntDlvbrlDistrUUID,
EntProjElmntDeliverableUUID,
ProjectElementUUID,
ProjectUUID,
EntProjElmntDlvbrlDistrYearVal,
EntProjElmntDlvbrlDistrPerdVal,
EntProjElmntDlvbrlDistrQty,
EntProjElmntDlvbrlDistrQtyUnit
FROM R_EntProjElmntDlvbrlDistr AS Distribution
LEFT OUTER JOIN I_EnterpriseProjectTP_2 AS _EnterpriseProject ON ProjectUUID = _EnterpriseProject.ProjectUUID -- association [1..1]
LEFT OUTER JOIN I_EnterpriseProjectElementTP_2 AS _EnterpriseProjectElement ON ProjectElementUUID = _EnterpriseProjectElement.ProjectElementUUID -- association [1..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