I_FldLogsReturnCtnItmsBasic

DDL: I_FLDLOGSRETURNCTNITMSBASIC SQL: IFLOGRETCTNITM Type: view BASIC Package: FLOG_RETURN_PROCG_BASE

Basic View for FLOG_RETCTN_ITM table

I_FldLogsReturnCtnItmsBasic is a Basic CDS View that provides data about "Basic View for FLOG_RETCTN_ITM table" in SAP S/4HANA. It reads from 1 data source (flog_retctn_itm) and exposes 62 fields with key fields FldLogsContainerID, DispatchedStartDate, FldLogsDispatchPlant, NumberOfCtnTripsPerDay, FldLogsReferenceDocumentNumber. Part of development package FLOG_RETURN_PROCG_BASE.

Data Sources (1)

SourceAliasJoin Type
flog_retctn_itm flog_retctn_itm from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName IFLOGRETCTNITM view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.serviceQuality #A view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Basic View for FLOG_RETCTN_ITM table view

Fields (62)

KeyFieldSource TableSource FieldDescription
KEY FldLogsContainerID cont_id Container ID
KEY DispatchedStartDate dispatchdat Dispatch Date
KEY FldLogsDispatchPlant dispatch_loc Plant
KEY NumberOfCtnTripsPerDay cont_tripcnt Trip Counter
KEY FldLogsReferenceDocumentNumber ref_doc Reference Key
FldLogsReferenceDocCategory ref_doctyp Document Type
Material matnr Vehicle Model
RetblQtyInOrderUnit load_quantity Load Quantity
RetblQtyOrderUnit loadqtyorderunit Order Unit
RetblQtyBaseUnit unit UoM
RetblQtyInBaseUnit loadqtyinbaseunit Quantity in Base Uni
FldLogsReturnStatus ret_status Return Status
FldLogsContainerItemStatus item_status Transfer Status
FldLogsCtnQuickAction quk_action Handling Decision
FldLogsSupplyProcess fldlogssupplyprocess Supply Process
MaterialDocument gr Material Doc.
PurchasingDocument ret_po Purchasing Doc.
StockTransportOrder ret_po Purchasing Doc.
FldLogsRetServicePurOrd ret_po Purchasing Doc.
Batch batch Lot No.
ValuationType valuation_typ Valuation type
SerialNumber serialno Serial Number
FieldLogisticsProcessType process_type Type of Data
FieldLogisticsReceivingPlant receivingplant Receiving Plant
IsMarkedForDeletion del_flag Deletion Ind.
FldLogsCtnItmChangeDateTime changedat Time Stamp
FldLogsStorageType storage_type Storage Type
FldLogsRetPOOutbDelivIsCreated fldlogsretpooutbdeliviscreated Checkbox
FldLogsSubcontrgPOIsCreated fldlogssubcontrgpoiscreated Checkbox
FldLogsSubcontractingPO fldlogssubcontractingpo Purchasing Doc.
FldLogsContainerUnitUUID fldlogscontainerunituuid Container Unit ID
FldLogsShptItemUUID fldlogsshptitemuuid Shipment Item ID
FldLogsShptVoyageUUID fldlogsshptvoyageuuid Voyage UUID
FldLogsShptVoyageNumber fldlogsshptvoyagenumber Voyage Number
FldLogsVoyageSrceStage fldlogsvoyagesrcestage Source Stage
FldLogsVoyageDestStage fldlogsvoyagedeststage Destination Stage
FldLogsItemType item_type Type
FldLogsRefurbishmentOrder fldlogsrefurbishmentorder Order
MaintenanceOrder maintenanceorder Order
Reservation reservation Reservation
ReservationItem reservationitem Reservation Item
FldLogsRefrbmtOrderReservation reservation Reservation
FldLogsRefrbmtOrderResvnItem reservationitem Reservation Item
InboundDelivery inbounddelivery LE Delivery
InboundDeliveryItem inbounddeliveryitem Item
FldLogsSuplrItemUUID fldlogssuplritemuuid Suplr Item UUID
FldLogsSuplrItemVislInspCode fldlogssuplritemvislinspcode Visual Inspection
OutboundDelivery outbounddelivery LE Delivery
OutboundDeliveryItem outbounddeliveryitem Logistics Execution Delivery Item
FldLogsShptItmHndlgUnitID fldlogsshptitmhndlgunitid Handling Unit ID
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

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_FldLogsReturnCtnItmsBasic.
-- 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.
-- SQL view name: IFLOGRETCTNITM

CREATE VIEW I_FldLogsReturnCtnItmsBasic AS
SELECT
  cont_id AS FldLogsContainerID,
  dispatchdat AS DispatchedStartDate,
  dispatch_loc AS FldLogsDispatchPlant,
  cont_tripcnt AS NumberOfCtnTripsPerDay,
  ref_doc AS FldLogsReferenceDocumentNumber,
  ref_doctyp AS FldLogsReferenceDocCategory,
  matnr AS Material,
  load_quantity AS RetblQtyInOrderUnit,
  loadqtyorderunit AS RetblQtyOrderUnit,
  unit AS RetblQtyBaseUnit,
  loadqtyinbaseunit AS RetblQtyInBaseUnit,
  ret_status AS FldLogsReturnStatus,
  item_status AS FldLogsContainerItemStatus,
  quk_action AS FldLogsCtnQuickAction,
  FldLogsSupplyProcess,
  gr AS MaterialDocument,
  ret_po AS PurchasingDocument,
  ret_po AS StockTransportOrder,
  ret_po AS FldLogsRetServicePurOrd,
  Batch,
  valuation_typ AS ValuationType,
  serialno AS SerialNumber,
  process_type AS FieldLogisticsProcessType,
  receivingplant AS FieldLogisticsReceivingPlant,
  del_flag AS IsMarkedForDeletion,
  changedat AS FldLogsCtnItmChangeDateTime,
  storage_type AS FldLogsStorageType,
  FldLogsRetPOOutbDelivIsCreated,
  FldLogsSubcontrgPOIsCreated,
  FldLogsSubcontractingPO,
  FldLogsContainerUnitUUID,
  FldLogsShptItemUUID,
  FldLogsShptVoyageUUID,
  FldLogsShptVoyageNumber,
  FldLogsVoyageSrceStage,
  FldLogsVoyageDestStage,
  item_type AS FldLogsItemType,
  FldLogsRefurbishmentOrder,
  MaintenanceOrder,
  Reservation,
  ReservationItem,
  reservation AS FldLogsRefrbmtOrderReservation,
  reservationitem AS FldLogsRefrbmtOrderResvnItem,
  InboundDelivery,
  InboundDeliveryItem,
  FldLogsSuplrItemUUID,
  FldLogsSuplrItemVislInspCode,
  OutboundDelivery,
  OutboundDeliveryItem,
  FldLogsShptItmHndlgUnitID,
  FldLogsSrceStorLocID,
  FldLogsDestStorLocID,
  cast ( warehousetask as /scwm/tanum_conv_alpha preserving type ) AS WarehouseTask,
  DeliveryDocument,
  DeliveryDocumentItem,
  ReferenceSDDocument,
  ReferenceSDDocumentItem,
  PurchasingDocumentItem,
  FldLogsItemActualDispatchPlant,
  FldLogsItmActualReceivingPlant,
  MaterialDocumentYear,
  MaterialDocumentItem
FROM flog_retctn_itm
;