P_PODeliveryAddressType
Deriving type of the delivery address
P_PODeliveryAddressType is a Composite CDS View that provides data about "Deriving type of the delivery address" in SAP S/4HANA. It reads from 1 data source (R_PurchaseOrderItem) and exposes 4 fields with key fields PurchaseOrder, PurchaseOrderItem. Part of development package APPL_MM_PUR_PO_AI.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_PurchaseOrderItem | PurchaseOrderItem | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_ALLOWED | view | |
| EndUserText.label | Deriving type of the delivery address | view | |
| VDM.private | true | view | |
| VDM.viewType | #COMPOSITE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PurchaseOrder | R_PurchaseOrderItem | PurchaseOrder | |
| KEY | PurchaseOrderItem | R_PurchaseOrderItem | PurchaseOrderItem | |
| PurchaseOrderItemUniqueID | PurchaseOrderItemUniqueID | |||
| PurchasingDeliveryAddressType |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_ALLOWED
@EndUserText.label: 'Deriving type of the delivery address'
@VDM.private:true
@VDM.viewType: #COMPOSITE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #X,
sizeCategory: #S,
dataClass: #MIXED
}
define view entity P_PODeliveryAddressType as select from R_PurchaseOrderItem as PurchaseOrderItem
{
key PurchaseOrderItem.PurchaseOrder,
key PurchaseOrderItem.PurchaseOrderItem,
PurchaseOrderItemUniqueID,
cast ( '' as purdeliveryaddrtype ) as PurchasingDeliveryAddressType
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- 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