I_FldLogsRcvdHndlgUntItmBasic

DDL: I_FLDLOGSRCVDHNDLGUNTITMBASIC Type: view_entity BASIC

FL received handling unit item

I_FldLogsRcvdHndlgUntItmBasic is a Basic CDS View that provides data about "FL received handling unit item" in SAP S/4HANA. It reads from 1 data source (flog_rcvd_huitm) and exposes 66 fields with key fields FldLogsShptItemUUID, FldLogsShptItmHndlgUnitID, FldLogsReferenceDocumentNumber.

Data Sources (1)

SourceAliasJoin Type
flog_rcvd_huitm flog_rcvd_huitm from

Annotations (6)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label FL received handling unit item view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #BASIC view

Fields (66)

KeyFieldSource TableSource FieldDescription
KEY FldLogsShptItemUUID fldlogsshptitemuuid Shipment Item ID
KEY FldLogsShptItmHndlgUnitID fldlogsshptitmhndlgunitid Handling Unit ID
KEY FldLogsReferenceDocumentNumber ref_doc Reference Key
DispatchedStartDate dispatchdat Dispatch Date
FldLogsDispatchPlant dispatch_loc Plant
FldLogsReferenceDocCategory ref_doctyp Document Type
Material matnr Vehicle Model
RetblQtyInOrderUnit load_quantity Load Quantity
RetblQtyOrderUnit loadqtyorderunit Order Unit
RetblQtyInBaseUnit loadqtyinbaseunit Quantity in Base Uni
RetblQtyBaseUnit unit UoM
FldLogsSupplyProcess fldlogssupplyprocess Supply Process
FldLogsItemType item_type Type
FldLogsReturnStatus ret_status Return Status
FldLogsContainerItemStatus item_status Transfer Status
FldLogsCtnQuickAction quk_action Handling Decision
MaterialDocument gr Material Doc.
PurchasingDocument ret_po Purchasing Doc.
StockTransportOrder ret_po Purchasing Doc.
FldLogsRetServicePurOrd ret_po Purchasing Doc.
FldLogsStorageType storage_type Storage Type
Batch batch Lot No.
ValuationType valuation_typ Valuation type
SerialNumber serialno Serial Number
FieldLogisticsReceivingPlant receivingplant Receiving Plant
FieldLogisticsProcessType process_type Type of Data
FldLogsSubcontractingPO fldlogssubcontractingpo Purchasing Doc.
FldLogsSubcontrgPOIsCreated fldlogssubcontrgpoiscreated Checkbox
IsMarkedForDeletion del_flag Deletion Ind.
FldLogsCtnItmChangeDateTime changedat Time Stamp
FldLogsRetPOOutbDelivIsCreated fldlogsretpooutbdeliviscreated Checkbox
FldLogsContainerUnitUUID fldlogscontainerunituuid Container Unit ID
FldLogsShptVoyageUUID fldlogsshptvoyageuuid Voyage UUID
FldLogsShptVoyageNumber fldlogsshptvoyagenumber Voyage Number
FldLogsVoyageSrceStage fldlogsvoyagesrcestage Source Stage
FldLogsVoyageDestStage fldlogsvoyagedeststage Destination Stage
PackagingMaterial packagingmaterial Packaging Materials
HandlingUnitQuantity handlingunitquantity Packed Quantity
HandlingUnitQuantityUnit handlingunitquantityunit UoM of HU item
OutboundDelivery outbounddelivery LE Delivery
OutboundDeliveryItem outbounddeliveryitem Logistics Execution Delivery Item
MaintenanceOrder maintenanceorder Order
Reservation reservation Reservation
ReservationItem reservationitem Reservation Item
FldLogsRefurbishmentOrder fldlogsrefurbishmentorder Order
FldLogsRefrbmtOrderReservation reservation Reservation
FldLogsRefrbmtOrderResvnItem reservationitem Reservation Item
InboundDelivery inbounddelivery LE Delivery
InboundDeliveryItem inbounddeliveryitem Item
FldLogsSuplrItemUUID fldlogssuplritemuuid Suplr Item UUID
FldLogsSuplrItemVislInspCode fldlogssuplritemvislinspcode Visual Inspection
FldLogsSrceStorLocID fldlogssrcestorlocid Location
FldLogsDestStorLocID fldlogsdeststorlocid Location
WarehouseTask Warehouse Task
DeliveryDocument deliverydocument Outbound Delivery
DeliveryDocumentItem deliverydocumentitem Outb. Delivery Item
ReferenceSDDocument referencesddocument Reference Doc.
ReferenceSDDocumentItem referencesddocumentitem Reference Item
PurchasingDocumentItem purchasingdocumentitem Purchasing Doc. Item
FldLogsItemActualDispatchPlant fldlogsitemactualdispatchplant Plant
FldLogsItmActualReceivingPlant fldlogsitmactualreceivingplant Plant
MaterialDocumentYear materialdocumentyear Material Document Year
MaterialDocumentItem materialdocumentitem Material Document Item
OrderCategory ordercategory Order Category
FldLogsRcvdItmIsAcctAssgd fldlogsrcvditmisacctassgd Checkbox
FldLogsGdsIssMatlDocument fldlogsgdsissmatldocument Material Doc.

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_FldLogsRcvdHndlgUntItmBasic.
-- 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_FldLogsRcvdHndlgUntItmBasic AS
SELECT
  FldLogsShptItemUUID,
  FldLogsShptItmHndlgUnitID,
  ref_doc AS FldLogsReferenceDocumentNumber,
  dispatchdat AS DispatchedStartDate,
  dispatch_loc AS FldLogsDispatchPlant,
  ref_doctyp AS FldLogsReferenceDocCategory,
  matnr AS Material,
  load_quantity AS RetblQtyInOrderUnit,
  loadqtyorderunit AS RetblQtyOrderUnit,
  loadqtyinbaseunit AS RetblQtyInBaseUnit,
  unit AS RetblQtyBaseUnit,
  FldLogsSupplyProcess,
  item_type AS FldLogsItemType,
  ret_status AS FldLogsReturnStatus,
  item_status AS FldLogsContainerItemStatus,
  quk_action AS FldLogsCtnQuickAction,
  gr AS MaterialDocument,
  ret_po AS PurchasingDocument,
  ret_po AS StockTransportOrder,
  ret_po AS FldLogsRetServicePurOrd,
  storage_type AS FldLogsStorageType,
  Batch,
  valuation_typ AS ValuationType,
  serialno AS SerialNumber,
  receivingplant AS FieldLogisticsReceivingPlant,
  process_type AS FieldLogisticsProcessType,
  FldLogsSubcontractingPO,
  FldLogsSubcontrgPOIsCreated,
  del_flag AS IsMarkedForDeletion,
  changedat AS FldLogsCtnItmChangeDateTime,
  FldLogsRetPOOutbDelivIsCreated,
  FldLogsContainerUnitUUID,
  FldLogsShptVoyageUUID,
  FldLogsShptVoyageNumber,
  FldLogsVoyageSrceStage,
  FldLogsVoyageDestStage,
  PackagingMaterial,
  HandlingUnitQuantity,
  HandlingUnitQuantityUnit,
  OutboundDelivery,
  OutboundDeliveryItem,
  MaintenanceOrder,
  Reservation,
  ReservationItem,
  FldLogsRefurbishmentOrder,
  reservation AS FldLogsRefrbmtOrderReservation,
  reservationitem AS FldLogsRefrbmtOrderResvnItem,
  InboundDelivery,
  InboundDeliveryItem,
  FldLogsSuplrItemUUID,
  FldLogsSuplrItemVislInspCode,
  FldLogsSrceStorLocID,
  FldLogsDestStorLocID,
  cast ( warehousetask as /scwm/tanum_conv_alpha preserving type ) AS WarehouseTask,
  DeliveryDocument,
  DeliveryDocumentItem,
  ReferenceSDDocument,
  ReferenceSDDocumentItem,
  PurchasingDocumentItem,
  FldLogsItemActualDispatchPlant,
  FldLogsItmActualReceivingPlant,
  MaterialDocumentYear,
  MaterialDocumentItem,
  OrderCategory,
  FldLogsRcvdItmIsAcctAssgd,
  FldLogsGdsIssMatlDocument
FROM flog_rcvd_huitm
;