I_FLDLOGSDISTRIBUTIONITEMSTP

CDS View

Field Logistics Distribution Items

I_FLDLOGSDISTRIBUTIONITEMSTP is a CDS View in S/4HANA. Field Logistics Distribution Items. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_FldLogsDistributionItemsTP view_entity projection CONSUMPTION Field Logistics Distribution Items
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType: {serviceQuality: #C,
                         dataClass: #TRANSACTIONAL,
                         sizeCategory: #L}
@VDM.viewType: #TRANSACTIONAL
@EndUserText.label: 'Field Logistics Distribution Items'
define view entity I_FldLogsDistributionItemsTP
  as select from I_FldLogsDistributionItems
  association [0..1] to I_StockTypeText                   as _StockTypeText      on  _StockTypeText.StockType = $projection.InventoryUsabilityCode
                                                                                 and _StockTypeText.Language  = $session.system_language

  association        to parent R_FldLogsProcessReceiptsTP as _Parent             on  $projection.PurchasingDocument     = _Parent.PurchasingDocument
                                                                                 and $projection.PurchasingDocumentItem = _Parent.PurchasingDocumentItem
                                                                                 and $projection.DeliveryDocument       = _Parent.DeliveryDocument
                                                                                 and $projection.DeliveryDocumentItem   = _Parent.DeliveryDocumentItem
                                                                                 and $projection.MaterialDocument       = _Parent.MaterialDocument
                                                                                 and $projection.MaterialDocumentItem   = _Parent.MaterialDocumentItem
                                                                                 and $projection.MaterialDocumentYear   = _Parent.MaterialDocumentYear
                                                                                 and $projection.FldLogsSuplrItemUUID   = _Parent.FldLogsSuplrItemUUID
{
  key       PurchasingDocument,
  key       PurchasingDocumentItem,
  key       FldLogsDistrUUID,
            ltrim( DeliveryDocument, '0' ) as DeliveryDocument,
            DeliveryDocumentItem,
            MaterialDocument,
            MaterialDocumentItem,
            MaterialDocumentYear,
            FldLogsSuplrItemUUID,
            @Semantics.quantity.unitOfMeasure: 'MaterialBaseUnit'
            FldLogsActlDeliveredQuantity,
            MaterialBaseUnit,
            StorageLocation,
            GoodsMovementType,
            InventoryUsabilityCode,
            InventoryUsabilityCode as StockType,
            StorageType,
            StorageBin,
            Plant,
            Batch,
            ShelfLifeExpirationDate,
            ManufactureDate,
            SerialNumber,
            FldLogsIsAutoSerialization,
            InventoryValuationType,
            _StockTypeText,
            _Parent // Make association public

}