I_FldLogsKitShipmentItem

DDL: I_FLDLOGSKITSHIPMENTITEM Type: view_entity COMPOSITE Package: FLOG_SHIPMENT_PACKCTN

Kit Shipment Item

I_FldLogsKitShipmentItem is a Composite CDS View that provides data about "Kit Shipment Item" in SAP S/4HANA. It reads from 1 data source (I_FieldLogisticsKitItem) and exposes 32 fields with key fields FieldLogisticsKitItemUUID, FieldLogisticsKitHeaderUUID. It has 8 associations to related views. Part of development package FLOG_SHIPMENT_PACKCTN.

Data Sources (1)

SourceAliasJoin Type
I_FieldLogisticsKitItem kititem from

Associations (8)

CardinalityTargetAliasCondition
[1] I_FldLogsShipmentItem _ShipmentItem _ShipmentItem.FldLogsShptItemUUID = kititem.FldLogsKitItmRefDocument1UUID
[1] I_FldLogsShptCtnUnit _FldLogsShptCtnUnit $projection.fldlogscontainerunituuid = _FldLogsShptCtnUnit.FldLogsContainerUnitUUID
[0..1] I_FldLogShptItmStsText _ItemStatusText $projection.fldlogsshptitmstscode = _ItemStatusText.FldLogsShptItmStsCode and _ItemStatusText.Language = $session.system_language
[1] I_DeliveryDocumentItem _DeliveryItem $projection.outbounddelivery = _DeliveryItem.DeliveryDocument and $projection.deliverydocumentitem = _DeliveryItem.DeliveryDocumentItem
[1] I_FldLogsRcvdHndlgUntItmBasic _ReceivedHandlingUnit $projection.fldlogsshptitemuuid = _ReceivedHandlingUnit.FldLogsShptItemUUID
[1] I_FldLogsReturnCtnItmsBasic _ReceivedItems $projection.fldlogsshptitemuuid = _ReceivedItems.FldLogsShptItemUUID
[0..1] I_FieldLogisticsKitItem _ParentNode $projection.FieldLogisticsKitHeaderUUID = _ParentNode.FieldLogisticsKitHeaderUUID and $projection.ParentObjectUUID = _ParentNode.FieldLogisticsKitItemUUID and _ParentNode.FldLogsReferenceDocCategory = 'PM'
[0..1] I_FieldLogisticsKitItem _ParentNodePO $projection.FieldLogisticsKitHeaderUUID = _ParentNodePO.FieldLogisticsKitHeaderUUID and $projection.ParentObjectUUID = _ParentNodePO.FieldLogisticsKitItemUUID and _ParentNodePO.FldLogsReferenceDocCategory = 'PO'

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Kit Shipment Item view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #COMPOSITE view

Fields (32)

KeyFieldSource TableSource FieldDescription
KEY FieldLogisticsKitItemUUID FieldLogisticsKitItemUUID Kit Item ID
KEY FieldLogisticsKitHeaderUUID FieldLogisticsKitHeaderUUID kit header id
FldLogsKitItmRefDocument1 FldLogsKitItmRefDocument1 Reference Doc Number
FldLogsKitItmRefDocument2 FldLogsKitItmRefDocument2 Reference Doc Number
FldLogsKitItmRefDocument3 FldLogsKitItmRefDocument3 Reference Doc Number
FldLogsKitItmRefDocument4 FldLogsKitItmRefDocument4 Reference Doc Number
FldLogsKitItmRefDocument1UUID FldLogsKitItmRefDocument1UUID kit ref UUID
FldLogsKitItmRefDocument2UUID FldLogsKitItmRefDocument2UUID kit ref UUID
FldLogsReferenceDocCategory FldLogsReferenceDocCategory Ref. Document Type
FldLogsShptItemUUID _ShipmentItem FldLogsShptItemUUID Shipment Item ID
FldLogsContainerUnitUUID _ShipmentItem FldLogsContainerUnitUUID Container Unit ID
FldLogsVoyageAssignmentStatus _ShipmentItem FldLogsVoyageAssignmentStatus Voy Assgmt Status
DeliveryDocumentItem _ShipmentItem DeliveryDocumentItem Outb. Delivery Item
DeliveryDocument _ShipmentItem DeliveryDocument Outbound Delivery
OutboundDelivery _ShipmentItem OutboundDelivery LE Delivery
FldLogsReferenceDocumentNumber _ShipmentItem FldLogsReferenceDocumentNumber Reference Doc Number
QuantityInBaseUnit _ShipmentItem QuantityInBaseUnit Quantity
OrderQuantityUnit _ShipmentItem OrderQuantityUnit Sales Unit
FldLogsShptItmOutbDelivItmID _ShipmentItem FldLogsShptItmOutbDelivItmID OBD Item ID
FldLogsShptItmStsCode _ShipmentItem FldLogsShptItmStsCode Status Code
FldLogsDelivDueDate _ShipmentItem FldLogsDelivDueDate Delivery Date
FldLogsShptItmHndlgUnitID _ShipmentItem FldLogsShptItmHndlgUnitID Handling Unit ID
LastChangeDateTime LastChangeDateTime Timestamp
ParentObjectUUID ParentObjectUUID UUID Parent GO
_ShipmentItem _ShipmentItem
_DeliveryItem _DeliveryItem
_FldLogsShptCtnUnit _FldLogsShptCtnUnit
_ItemStatusText _ItemStatusText
_ReceivedHandlingUnit _ReceivedHandlingUnit
_ReceivedItems _ReceivedItems
_ParentNode _ParentNode
_ParentNodePO _ParentNodePO

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view I_FldLogsKitShipmentItem.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW I_FldLogsKitShipmentItem AS
SELECT
  FieldLogisticsKitItemUUID,
  FieldLogisticsKitHeaderUUID,
  FldLogsKitItmRefDocument1,
  FldLogsKitItmRefDocument2,
  FldLogsKitItmRefDocument3,
  FldLogsKitItmRefDocument4,
  FldLogsKitItmRefDocument1UUID,
  FldLogsKitItmRefDocument2UUID,
  FldLogsReferenceDocCategory,
  _ShipmentItem.FldLogsShptItemUUID AS FldLogsShptItemUUID,
  _ShipmentItem.FldLogsContainerUnitUUID AS FldLogsContainerUnitUUID,
  _ShipmentItem.FldLogsVoyageAssignmentStatus AS FldLogsVoyageAssignmentStatus,
  _ShipmentItem.DeliveryDocumentItem AS DeliveryDocumentItem,
  _ShipmentItem.DeliveryDocument AS DeliveryDocument,
  _ShipmentItem.OutboundDelivery AS OutboundDelivery,
  _ShipmentItem.FldLogsReferenceDocumentNumber AS FldLogsReferenceDocumentNumber,
  _ShipmentItem.QuantityInBaseUnit AS QuantityInBaseUnit,
  _ShipmentItem.OrderQuantityUnit AS OrderQuantityUnit,
  _ShipmentItem.FldLogsShptItmOutbDelivItmID AS FldLogsShptItmOutbDelivItmID,
  _ShipmentItem.FldLogsShptItmStsCode AS FldLogsShptItmStsCode,
  _ShipmentItem.FldLogsDelivDueDate AS FldLogsDelivDueDate,
  _ShipmentItem.FldLogsShptItmHndlgUnitID AS FldLogsShptItmHndlgUnitID,
  LastChangeDateTime,
  ParentObjectUUID
FROM I_FieldLogisticsKitItem AS kititem
LEFT OUTER JOIN I_FldLogsShipmentItem AS _ShipmentItem ON _ShipmentItem.FldLogsShptItemUUID = kititem.FldLogsKitItmRefDocument1UUID  -- association [1]
LEFT OUTER JOIN I_FldLogsShptCtnUnit AS _FldLogsShptCtnUnit ON fldlogscontainerunituuid = _FldLogsShptCtnUnit.FldLogsContainerUnitUUID  -- association [1]
LEFT OUTER JOIN I_FldLogShptItmStsText AS _ItemStatusText ON fldlogsshptitmstscode = _ItemStatusText.FldLogsShptItmStsCode AND _ItemStatusText.Language = $session.system_language  -- association [0..1]
LEFT OUTER JOIN I_DeliveryDocumentItem AS _DeliveryItem ON outbounddelivery = _DeliveryItem.DeliveryDocument AND deliverydocumentitem = _DeliveryItem.DeliveryDocumentItem  -- association [1]
LEFT OUTER JOIN I_FldLogsRcvdHndlgUntItmBasic AS _ReceivedHandlingUnit ON fldlogsshptitemuuid = _ReceivedHandlingUnit.FldLogsShptItemUUID  -- association [1]
LEFT OUTER JOIN I_FldLogsReturnCtnItmsBasic AS _ReceivedItems ON fldlogsshptitemuuid = _ReceivedItems.FldLogsShptItemUUID  -- association [1]
LEFT OUTER JOIN I_FieldLogisticsKitItem AS _ParentNode ON FieldLogisticsKitHeaderUUID = _ParentNode.FieldLogisticsKitHeaderUUID AND ParentObjectUUID = _ParentNode.FieldLogisticsKitItemUUID AND _ParentNode.FldLogsReferenceDocCategory = 'PM'  -- association [0..1]
LEFT OUTER JOIN I_FieldLogisticsKitItem AS _ParentNodePO ON FieldLogisticsKitHeaderUUID = _ParentNodePO.FieldLogisticsKitHeaderUUID AND ParentObjectUUID = _ParentNodePO.FieldLogisticsKitItemUUID AND _ParentNodePO.FldLogsReferenceDocCategory = 'PO'  -- association [0..1]
;