P_ARProcessFlowDeliveryDoc
Delivery Document for AR process flow
P_ARProcessFlowDeliveryDoc is a Composite CDS View that provides data about "Delivery Document for AR process flow" in SAP S/4HANA. It reads from 1 data source (I_DeliveryDocument) and exposes 36 fields with key field DeliveryDocument. Part of development package ODATA_PROCESS_FLOW_AR.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_DeliveryDocument | I_DeliveryDocument | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.personalData.blocking | #REQUIRED | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.private | true | view | |
| EndUserText.label | Delivery Document for AR process flow | view |
Fields (36)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | DeliveryDocument | DeliveryDocument | ||
| OverallSDProcessStatus | OverallSDProcessStatus | |||
| OverallSDProcessStatusDesc | ||||
| ShipToParty | ShipToParty | |||
| CustomerName | _ShipToParty | CustomerName | ||
| CustomerFullName | _ShipToParty | CustomerFullName | ||
| DocumentDate | DocumentDate | |||
| HeaderGrossWeight | HeaderGrossWeight | |||
| HeaderNetWeight | HeaderNetWeight | |||
| HeaderWeightUnit | HeaderWeightUnit | |||
| TotalNumberOfPackage | TotalNumberOfPackage | |||
| ShippingPoint | ShippingPoint | |||
| ShippingPointName | ||||
| HeaderBillingBlockReason | HeaderBillingBlockReason | |||
| BillingBlockReasonDescription | ||||
| PlannedGoodsIssueDate | PlannedGoodsIssueDate | |||
| ProposedDeliveryRoute | ProposedDeliveryRoute | |||
| DeliveryBlockReason | DeliveryBlockReason | |||
| PickingDate | PickingDate | |||
| TransportationPlanningDate | TransportationPlanningDate | |||
| LoadingDate | LoadingDate | |||
| DeliveryDate | DeliveryDate | |||
| LoadingPoint | LoadingPoint | |||
| OverallPickingStatus | OverallPickingStatus | |||
| OverallWarehouseActivityStatus | OverallWarehouseActivityStatus | |||
| _Item | _Item | |||
| _ShipToParty | _ShipToParty | |||
| _HeaderWeightUnit | _HeaderWeightUnit | |||
| _ShippingPoint | _ShippingPoint | |||
| _OverallSDProcessStatus | _OverallSDProcessStatus | |||
| _HeaderBillingBlockReason | _HeaderBillingBlockReason | |||
| _ProposedDeliveryRoute | _ProposedDeliveryRoute | |||
| _DeliveryBlockReason | _DeliveryBlockReason | |||
| _LoadingPoint | _LoadingPoint | |||
| _OverallPickingStatus | _OverallPickingStatus | |||
| _OvrlWarehouseActyStatus | _OvrlWarehouseActyStatus |
@AccessControl.personalData.blocking: #REQUIRED
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType:{ serviceQuality: #C,
sizeCategory: #L,
dataClass: #TRANSACTIONAL }
@VDM: {
viewType: #COMPOSITE,
private:true
}
@EndUserText.label: 'Delivery Document for AR process flow'
define view entity P_ARProcessFlowDeliveryDoc
as select from I_DeliveryDocument
{
key DeliveryDocument,
OverallSDProcessStatus,
_OverallSDProcessStatus._Text[1:Language = $session.system_language].OverallSDProcessStatusDesc,
ShipToParty,
_ShipToParty.CustomerName,
_ShipToParty.CustomerFullName,
DocumentDate,
@Semantics.quantity.unitOfMeasure: 'HeaderWeightUnit'
HeaderGrossWeight,
@Semantics.quantity.unitOfMeasure: 'HeaderWeightUnit'
HeaderNetWeight,
@ObjectModel.foreignKey.association: '_HeaderWeightUnit'
HeaderWeightUnit,
TotalNumberOfPackage,
ShippingPoint,
_ShippingPoint._Text[1:Language = $session.system_language].ShippingPointName,
HeaderBillingBlockReason,
_HeaderBillingBlockReason._Text[1:Language = $session.system_language].BillingBlockReasonDescription,
PlannedGoodsIssueDate,
ProposedDeliveryRoute,
DeliveryBlockReason,
PickingDate,
TransportationPlanningDate,
LoadingDate,
DeliveryDate,
LoadingPoint,
OverallPickingStatus,
OverallWarehouseActivityStatus,
_Item,
_ShipToParty,
_HeaderWeightUnit,
_ShippingPoint,
_OverallSDProcessStatus,
_HeaderBillingBlockReason,
_ProposedDeliveryRoute,
_DeliveryBlockReason,
_LoadingPoint,
_OverallPickingStatus,
_OvrlWarehouseActyStatus
}
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