C_RFDYOutboundDeliveryItem
Release for Delivery Outbound Delivery Item
C_RFDYOutboundDeliveryItem is a Consumption CDS View that provides data about "Release for Delivery Outbound Delivery Item" in SAP S/4HANA. It reads from 1 data source (I_OutboundDeliveryItem) and exposes 13 fields with key fields OutboundDelivery, OutboundDeliveryItem. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_OutboundDeliveryItem | I_OutboundDeliveryItem | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_OverallSDProcessStatusText | _OverallSDProcessStatusText | $projection.overallsdprocessstatus = _OverallSDProcessStatusText.OverallSDProcessStatus |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CRFDYODELIVI | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| EndUserText.label | Release for Delivery Outbound Delivery Item | view |
Fields (13)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | OutboundDelivery | OutboundDelivery | ||
| KEY | OutboundDeliveryItem | OutboundDeliveryItem | ||
| ReferenceSDDocument | ReferenceSDDocument | |||
| ReferenceSDDocumentItem | ReferenceSDDocumentItem | |||
| ReferenceSDDocumentCategory | ReferenceSDDocumentCategory | |||
| ActualDeliveredQtyInBaseUnit | ActualDeliveredQtyInBaseUnit | |||
| BaseUnit | BaseUnit | |||
| OverallSDProcessStatus | _OutboundDelivery | OverallSDProcessStatus | ||
| CreationDate | _OutboundDelivery | CreationDate | ||
| _OverallSDProcessStatus | _OutboundDelivery | _OverallSDProcessStatus | ||
| _OverallSDProcessStatusText | _OverallSDProcessStatusText | |||
| _BaseUnit | _BaseUnit | |||
| _OutboundDelivery | _OutboundDelivery |
@AbapCatalog.sqlViewName: 'CRFDYODELIVI'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #CONSUMPTION
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #B,
sizeCategory: #L
}
@EndUserText.label: 'Release for Delivery Outbound Delivery Item'
define view C_RFDYOutboundDeliveryItem
as select from I_OutboundDeliveryItem
association [0..*] to I_OverallSDProcessStatusText as _OverallSDProcessStatusText on $projection.overallsdprocessstatus = _OverallSDProcessStatusText.OverallSDProcessStatus
{
key OutboundDelivery,
key OutboundDeliveryItem,
@Consumption.valueHelpDefinition: null
ReferenceSDDocument,
@Consumption.valueHelpDefinition: null
ReferenceSDDocumentItem,
ReferenceSDDocumentCategory,
ActualDeliveredQtyInBaseUnit,
BaseUnit,
@ObjectModel.text.association: '_OverallSDProcessStatusText'
_OutboundDelivery.OverallSDProcessStatus,
_OutboundDelivery.CreationDate,
_OutboundDelivery._OverallSDProcessStatus,
_OverallSDProcessStatusText,
_BaseUnit,
_OutboundDelivery
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_OUTBOUNDDELIVERY",
"I_OUTBOUNDDELIVERYITEM"
],
"ASSOCIATED":
[
"I_OUTBOUNDDELIVERY",
"I_OVERALLSDPROCESSSTATUS",
"I_OVERALLSDPROCESSSTATUSTEXT",
"I_UNITOFMEASURE"
],
"BASE":
[
"I_OUTBOUNDDELIVERY",
"I_OUTBOUNDDELIVERYITEM"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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