C_PT_DeliveryNote
PT Delivery Note Form
C_PT_DeliveryNote is a Consumption CDS View that provides data about "PT Delivery Note Form" in SAP S/4HANA. It reads from 1 data source (I_DeliveryDocument) and exposes 19 fields with key field DeliveryDocument. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_DeliveryDocument | I_DeliveryDocument | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_ShippingConditionText | _shipcond | $projection.ShippingCondition = _shipcond.ShippingCondition |
| [1..*] | C_PT_DeliveryNoteItem | _Delitem | $projection.DeliveryDocument = _Delitem.DeliveryDocument |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CPTDELIVERYNOTE | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #CONSUMPTION | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ClientHandling.algorithm | #AUTOMATED | view | |
| EndUserText.label | PT Delivery Note Form | view |
Fields (19)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | DeliveryDocument | DeliveryDocument | Outbound Delivery | |
| ShippingCondition | ShippingCondition | Shipping Conditions | ||
| Language | _shipcond | Language | Report Text Language | |
| SDDocumentCategory | SDDocumentCategory | Document Cat. | ||
| DeliveryDocumentType | DeliveryDocumentType | Delivery Type | ||
| CreationDate | CreationDate | Time Stamp | ||
| CreationTime | CreationTime | Time of Change | ||
| ShippingPoint | ShippingPoint | Shipping Point | ||
| HeaderGrossWeight | HeaderGrossWeight | Total Weight | ||
| HeaderNetWeight | HeaderNetWeight | Net Weight | ||
| DocumentDate | DocumentDate | Journal Entry Date | ||
| ShipToParty | ShipToParty | Ship-To Party (obsolete) | ||
| DeliveryDate | DeliveryDate | Delivery Date | ||
| ActualGoodsMovementDate | ActualGoodsMovementDate | Actual GI Date | ||
| ActualGoodsMovementTime | ActualGoodsMovementTime | GI Time | ||
| ShippingConditionName | _shipcond | ShippingConditionName | ||
| IncotermsClassification | IncotermsClassification | Incoterms | ||
| IncotermsTransferLocation | IncotermsTransferLocation | Incoterms 2 | ||
| _Delitem | _Delitem |
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_PT_DeliveryNote.
-- 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: CPTDELIVERYNOTE
CREATE VIEW C_PT_DeliveryNote AS
SELECT
DeliveryDocument,
ShippingCondition,
_shipcond.Language AS Language,
SDDocumentCategory,
DeliveryDocumentType,
CreationDate,
CreationTime,
ShippingPoint,
HeaderGrossWeight,
HeaderNetWeight,
DocumentDate,
ShipToParty,
DeliveryDate,
ActualGoodsMovementDate,
ActualGoodsMovementTime,
_shipcond.ShippingConditionName AS ShippingConditionName,
IncotermsClassification,
IncotermsTransferLocation
FROM I_DeliveryDocument
LEFT OUTER JOIN I_ShippingConditionText AS _shipcond ON ShippingCondition = _shipcond.ShippingCondition -- association [0..1]
LEFT OUTER JOIN C_PT_DeliveryNoteItem AS _Delitem ON DeliveryDocument = _Delitem.DeliveryDocument -- association [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