I_FldLogsDeliverySerialItmDets

DDL: I_FLDLOGSDELIVERYSERIALITMDETS SQL: IFLGSEROBD Type: view COMPOSITE

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)

SourceAliasJoin Type
I_OutboundDeliveryItem I_OutboundDeliveryItem from

Associations (1)

CardinalityTargetAliasCondition
[1..*] I_FldLogsSerialNmbrDeliveryDoc _DeliverySerialItems $projection.DeliveryDocument = _DeliverySerialItems.DeliveryDocument and $projection.DeliveryDocumentItem = _DeliverySerialItems.DeliveryDocumentItem

Annotations (11)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/