I_FldLogsShipmentItem
Field Logistics Shipment Item
I_FldLogsShipmentItem is a Basic CDS View that provides data about "Field Logistics Shipment Item" in SAP S/4HANA. It reads from 1 data source (flog_shptitem) and exposes 45 fields with key field FldLogsShptItemUUID. It has 3 associations to related views. Part of development package FLOG_SHIPMENT.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| flog_shptitem | flog_shptitem | from |
Associations (3)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | E_FldLogsShptItem | _ShptItemExtension | $projection.FldLogsShptItemUUID = _ShptItemExtension.FldLogsShptItemUUID |
| [0..1] | I_FieldLogisticsKitItem | _KitItem | $projection.FldLogsShptItemUUID = _KitItem.FldLogsKitItmRefDocument1UUID and _KitItem.FldLogsReferenceDocCategory = 'SI' |
| [0..1] | I_FldLogsKitHeaderIdentifier | _KitHeader | $projection.FieldLogisticsKitHeaderUUID = _KitHeader.FieldLogisticsKitHeaderUUID |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Field Logistics Shipment Item | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| VDM.viewType | #BASIC | view |
Fields (45)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FldLogsShptItemUUID | fldlogsshptitemuuid | Shipment Item ID | |
| FldLogsReferenceDocCategory | fldlogsreferencedoccategory | Ref. Document Type | ||
| DeliveryDocument | ||||
| DeliveryDocumentItem | deliverydocumentitem | Outb. Delivery Item | ||
| FldLogsReferenceDocumentNumber | fldlogsreferencedocumentnumber | Reference Doc Number | ||
| FldLogsShptItmWrkOrdItmID | fldlogsshptitmwrkorditmid | Work Order Item ID | ||
| FldLogsShptItmProjDmndItmID | fldlogsshptitmprojdmnditmid | Demand Item ID | ||
| FldLogsShptItmSTOItmID | fldlogsshptitmstoitmid | STO Item ID | ||
| FldLogsShptItmOutbDelivItmID | fldlogsshptitmoutbdelivitmid | OBD Item ID | ||
| FldLogsShptItmODOItemID | fldlogsshptitmodoitemid | Outbound Deliv.Order | ||
| FldLogsShptItmHndlgUnitID | fldlogsshptitmhndlgunitid | Handling Unit ID | ||
| FldLogsContainerUnitUUID | fldlogscontainerunituuid | Container Unit ID | ||
| FldLogsShptItmStsCode | fldlogsshptitmstscode | Status Code | ||
| FldLogsSrceStorLocID | fldlogssrcestorlocid | Location | ||
| FldLogsSrcePlnt | fldlogssrceplnt | Plant | ||
| FldLogsDestStorLocID | fldlogsdeststorlocid | Location | ||
| FldLogsDestPlnt | fldlogsdestplnt | Plant | ||
| FldLogsDelivDueDate | fldlogsdelivduedate | Delivery Date | ||
| FldLogsGrossVolume | fldlogsgrossvolume | Volume | ||
| FldLogsGrossVolumeUnit | fldlogsgrossvolumeunit | Volume Unit | ||
| ProductGrossWeight | productgrossweight | Gross Weight | ||
| ProductWeightUnit | productweightunit | Unit of Weight | ||
| QuantityInBaseUnit | quantityinbaseunit | Quantity | ||
| OrderQuantityUnit | orderquantityunit | Sales Unit | ||
| FldLogsShptItmChangedDateTime | fldlogsshptitmchangeddatetime | Changed On | ||
| GrossVolume | grossvolume | Total Volume | ||
| VolumeUnit | volumeunit | Volume Unit | ||
| GrossWeight | grossweight | Total Weight | ||
| WeightUnit | weightunit | Weight unit | ||
| PackagingMaterial | packagingmaterial | Packaging Materials | ||
| FldLogsShptItmIsAssgdToVoy | fldlogsshptitmisassgdtovoy | VoyAsgnInd | ||
| FldLogsVoyageSrceStage | fldlogsvoyagesrcestage | Source Stage | ||
| FldLogsVoyageDestStage | fldlogsvoyagedeststage | Destination Stage | ||
| FldLogsVoyageAssignmentStatus | fldlogsvoyageassignmentstatus | Voy Assgmt Status | ||
| FldLogsShptItemCurrentPlant | fldlogsshptitemcurrentplant | Plant | ||
| FldLogsShptItemCurShipgPoint | fldlogsshptitemcurshipgpoint | Destination Stage | ||
| FldLogsShptItemActualWeight | fldlogsshptitemactualweight | Gross Weight | ||
| FldLogsShptItemActlWeightUnit | fldlogsshptitemactlweightunit | Base Unit | ||
| OutboundDelivery | deliverydocument | Outbound Delivery | ||
| HandlingUnitQuantity | handlingunitquantity | Packed Quantity | ||
| HandlingUnitQuantityUnit | handlingunitquantityunit | UoM of HU item | ||
| FldLogsShptLocationID | fldlogsshptlocationid | Location Id. | ||
| _KitItem | _KitItem | |||
| FieldLogisticsKitHeaderUUID | _KitItem | FieldLogisticsKitHeaderUUID | kit header id | |
| _KitHeader | _KitHeader |
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_FldLogsShipmentItem.
-- 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_FldLogsShipmentItem AS
SELECT
FldLogsShptItemUUID,
FldLogsReferenceDocCategory,
ltrim( deliverydocument, '0') AS DeliveryDocument,
DeliveryDocumentItem,
FldLogsReferenceDocumentNumber,
FldLogsShptItmWrkOrdItmID,
FldLogsShptItmProjDmndItmID,
FldLogsShptItmSTOItmID,
FldLogsShptItmOutbDelivItmID,
FldLogsShptItmODOItemID,
FldLogsShptItmHndlgUnitID,
FldLogsContainerUnitUUID,
FldLogsShptItmStsCode,
FldLogsSrceStorLocID,
FldLogsSrcePlnt,
FldLogsDestStorLocID,
FldLogsDestPlnt,
FldLogsDelivDueDate,
FldLogsGrossVolume,
FldLogsGrossVolumeUnit,
ProductGrossWeight,
ProductWeightUnit,
QuantityInBaseUnit,
OrderQuantityUnit,
FldLogsShptItmChangedDateTime,
GrossVolume,
VolumeUnit,
GrossWeight,
WeightUnit,
PackagingMaterial,
FldLogsShptItmIsAssgdToVoy,
FldLogsVoyageSrceStage,
FldLogsVoyageDestStage,
FldLogsVoyageAssignmentStatus,
FldLogsShptItemCurrentPlant,
FldLogsShptItemCurShipgPoint,
FldLogsShptItemActualWeight,
FldLogsShptItemActlWeightUnit,
deliverydocument AS OutboundDelivery,
HandlingUnitQuantity,
HandlingUnitQuantityUnit,
FldLogsShptLocationID,
_KitItem.FieldLogisticsKitHeaderUUID AS FieldLogisticsKitHeaderUUID
FROM flog_shptitem
LEFT OUTER JOIN E_FldLogsShptItem AS _ShptItemExtension ON FldLogsShptItemUUID = _ShptItemExtension.FldLogsShptItemUUID -- association [0..1]
LEFT OUTER JOIN I_FieldLogisticsKitItem AS _KitItem ON FldLogsShptItemUUID = _KitItem.FldLogsKitItmRefDocument1UUID AND _KitItem.FldLogsReferenceDocCategory = 'SI' -- association [0..1]
LEFT OUTER JOIN I_FldLogsKitHeaderIdentifier AS _KitHeader ON FieldLogisticsKitHeaderUUID = _KitHeader.FieldLogisticsKitHeaderUUID -- association [0..1]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- 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
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA