I_FldLogsDeliverySerialItmDets
Serial numbers Batch for OBD
I_FldLogsDeliverySerialItmDets is a Composite CDS View that provides data about "Serial numbers Batch for OBD" in SAP S/4HANA. It reads from 1 data source (I_OutboundDeliveryItem) and exposes 10 fields with key fields DeliveryDocument, DeliveryDocumentItem. 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 |
|---|---|---|---|
| [1..*] | I_FldLogsSerialNmbrDeliveryDoc | _DeliverySerialItems | $projection.DeliveryDocument = _DeliverySerialItems.DeliveryDocument and $projection.DeliveryDocumentItem = _DeliverySerialItems.DeliveryDocumentItem |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IFLGSEROBD | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Serial numbers Batch for OBD | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| VDM.viewType | #COMPOSITE | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
Fields (10)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | DeliveryDocument | OutboundDelivery | ||
| KEY | DeliveryDocumentItem | OutboundDeliveryItem | ||
| Batch | Batch | |||
| ValuationType | InventoryValuationType | |||
| DeliveryDocumentItemText | DeliveryDocumentItemText | |||
| ActualDeliveryQuantity | ActualDeliveryQuantity | |||
| DeliveryQuantityUnit | DeliveryQuantityUnit | |||
| StorageLocation | StorageLocation | |||
| Material | Material | |||
| _DeliverySerialItems | _DeliverySerialItems |
@AbapCatalog.sqlViewName: 'IFLGSEROBD'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Serial numbers Batch for OBD'
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.serviceQuality: #C
@VDM.viewType: #COMPOSITE
@AccessControl.personalData.blocking: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
define view I_FldLogsDeliverySerialItmDets
as select from I_OutboundDeliveryItem
association [1..*] to I_FldLogsSerialNmbrDeliveryDoc as _DeliverySerialItems on $projection.DeliveryDocument = _DeliverySerialItems.DeliveryDocument
and $projection.DeliveryDocumentItem = _DeliverySerialItems.DeliveryDocumentItem
{
key OutboundDelivery as DeliveryDocument,
key OutboundDeliveryItem as DeliveryDocumentItem,
Batch,
InventoryValuationType as ValuationType,
DeliveryDocumentItemText,
ActualDeliveryQuantity,
DeliveryQuantityUnit,
StorageLocation,
Material,
_DeliverySerialItems
}
//where
// DeliveryDocumentItemCategory = 'NLN'
// or DeliveryDocumentItemCategory = 'HOTX'
// or DeliveryDocumentItemCategory = 'CNLA'
// or DeliveryDocumentItemCategory = 'DLTX'
// or DeliveryDocumentItemCategory = 'DBTX'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_OUTBOUNDDELIVERYITEM"
],
"ASSOCIATED":
[
"I_FLDLOGSSERIALNMBRDELIVERYDOC"
],
"BASE":
[],
"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