I_FldLogsContainerListTP

DDL: I_FLDLOGSCONTAINERLISTTP Type: view_entity TRANSACTIONAL

Root view for container list

I_FldLogsContainerListTP is a Transactional CDS View that provides data about "Root view for container list" in SAP S/4HANA. It reads from 1 data source (I_FldLogsContainerList) and exposes 46 fields with key fields FldLogsContainerID, DispatchedStartDate, FldLogsDispatchPlant, NumberOfCtnTripsPerDay. It has 7 associations to related views.

Data Sources (1)

SourceAliasJoin Type
I_FldLogsContainerList _CtnList from

Associations (7)

CardinalityTargetAliasCondition
[0..*] I_FldLogsContainerStatusTxt _CtnStatText _CtnList.FldLogsContainerStatus = _CtnStatText.FldLogsContainerStatus
[0..*] I_FldLogsCtnItmStatusTxt _ItemStatText $projection.FldLogsContainerItemStatus = _ItemStatText.DomainValueLow
[0..1] I_Plant _ReceivingPlantText $projection.FieldLogisticsReceivingPlant = _ReceivingPlantText.Plant
[0..1] I_Plant _DispatchPlantText $projection.FldLogsDispatchPlant = _DispatchPlantText.Plant
[1..1] E_FldLogsRcvdShipmentContainer _ReceivedShptCtnExtension $projection.FldLogsContainerID = _ReceivedShptCtnExtension.FldLogsContainerID and $projection.DispatchedStartDate = _ReceivedShptCtnExtension.DispatchedStartDate and $projection.FldLogsDispatchPlant = _ReceivedShptCtnExtension.FldLogsDispatchPlant and $projection.NumberOfCtnTripsPerDay = _ReceivedShptCtnExtension.NumberOfCtnTripsPerDay
[1..*] I_FldLogsContainerItemsTP _CtnItemTP
[1..*] R_FldLogsRcvdPackggInCtnTP _RcvdPackggInCtn

Annotations (15)

NameValueLevelField
Search.searchable true view
AccessControl.authorizationCheck #MANDATORY view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.sapObjectNodeType.name FldLogsRcvdShipmentContainer view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
VDM.viewType #TRANSACTIONAL view
EndUserText.label Root view for container list view
AbapCatalog.extensibility.extensible true view
AbapCatalog.extensibility.elementSuffix RCT view
AbapCatalog.extensibility.allowNewDatasources false view
AbapCatalog.extensibility.quota.maximumFields 408 view
AbapCatalog.extensibility.quota.maximumBytes 40800 view
AbapCatalog.extensibility.allowNewCompositions true view

Fields (46)

KeyFieldSource TableSource FieldDescription
KEY FldLogsContainerID FldLogsContainerID Container ID
KEY DispatchedStartDate DispatchedStartDate Dispatch Date
KEY FldLogsDispatchPlant FldLogsDispatchPlant Plant
KEY NumberOfCtnTripsPerDay NumberOfCtnTripsPerDay Trip Counter
FldLogsCtnProcessingStartDate FldLogsCtnProcessingStartDate
FldLogsCtnProcessingEndDate FldLogsCtnProcessingEndDate
FldLogsShipmentID FldLogsShipmentID Shipment ID
FldLogsContainerUUID FldLogsContainerUUID Container UUID
FieldLogisticsProcessType FieldLogisticsProcessType Process Type
FldLogsContainerUnitUUID FldLogsContainerUnitUUID Container Unit ID
FldLogsShptVoyageUUID FldLogsShptVoyageUUID Voyage UUID
FldLogsShptVoyageNumber FldLogsShptVoyageNumber Voyage Number
FldLogsVoyageSrceStage FldLogsVoyageSrceStage Source Stage
FldLogsVoyageDestStage FldLogsVoyageDestStage Destination Stage
FldLogsCtnChangeDateTime FldLogsCtnChangeDateTime Changed On
FieldLogisticsReceivingPlant FieldLogisticsReceivingPlant
FldLogsSealNumber1 FldLogsSealNumber1 Seal Number
FldLogsSealNumber2 FldLogsSealNumber2 Seal Number
FldLogsSealNumber3 FldLogsSealNumber3 Seal Number
FldLogsSealNumber4 FldLogsSealNumber4 Seal Number
FldLogsSealNumber5 FldLogsSealNumber5 Seal Number
FldLogsContainerStatus FldLogsContainerStatus Container Status
FldLogsContainerOwner FldLogsContainerOwner Owner
FldLogsRcvdContainerIsReleased FldLogsRcvdContainerIsReleased Checkbox
_CtnItemTP _CtnItemTP
_CtnStatText _CtnStatText
Batch
SerialNumber
InboundDelivery
FldLogsContainerItemStatus
FldLogsReferenceDocumentNumber
Material
FldLogsShptItmHndlgUnitID
HandlingUnitExternalID
FieldLogisticsKitIdentifier
FldLogsItemType
WBSElementExternalID
IsMarkedForDeletion IsMarkedForDeletion Purch.org. data
FldLogsCtnActualDispatchPlant FldLogsCtnActualDispatchPlant Plant
FldLogsCtnActualReceivingPlant FldLogsCtnActualReceivingPlant Plant
GoodsReceivingPoint
ShippingPoint
_ItemStatText _ItemStatText
_ReceivingPlantText _ReceivingPlantText
_DispatchPlantText _DispatchPlantText
_RcvdPackggInCtn _RcvdPackggInCtn

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_FldLogsContainerListTP.
-- 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_FldLogsContainerListTP AS
SELECT
  FldLogsContainerID,
  DispatchedStartDate,
  FldLogsDispatchPlant,
  NumberOfCtnTripsPerDay,
  FldLogsCtnProcessingStartDate,
  FldLogsCtnProcessingEndDate,
  FldLogsShipmentID,
  FldLogsContainerUUID,
  FieldLogisticsProcessType,
  FldLogsContainerUnitUUID,
  FldLogsShptVoyageUUID,
  FldLogsShptVoyageNumber,
  FldLogsVoyageSrceStage,
  FldLogsVoyageDestStage,
  FldLogsCtnChangeDateTime,
  FieldLogisticsReceivingPlant,
  FldLogsSealNumber1,
  FldLogsSealNumber2,
  FldLogsSealNumber3,
  FldLogsSealNumber4,
  FldLogsSealNumber5,
  FldLogsContainerStatus,
  FldLogsContainerOwner,
  FldLogsRcvdContainerIsReleased,
  cast('' as charg_d ) AS Batch,
  cast('' as gernr ) AS SerialNumber,
  cast('' as vbeln_vl ) AS InboundDelivery,
  cast('' as flog_item_status ) AS FldLogsContainerItemStatus,
  cast('' as flog_doc) AS FldLogsReferenceDocumentNumber,
  cast('' as matnr ) AS Material,
  cast(''as abap.char(20)) AS FldLogsShptItmHndlgUnitID,
  cast(''as exidv) AS HandlingUnitExternalID,
  cast('' as flog_kit_id ) AS FieldLogisticsKitIdentifier,
  cast('' as flog_item_type) AS FldLogsItemType,
  cast('' as ps_s4_posid ) AS WBSElementExternalID,
  IsMarkedForDeletion,
  FldLogsCtnActualDispatchPlant,
  FldLogsCtnActualReceivingPlant,
  cast(''as vstel) AS GoodsReceivingPoint,
  cast(''as vstel) AS ShippingPoint
FROM I_FldLogsContainerList AS _CtnList
LEFT OUTER JOIN I_FldLogsContainerStatusTxt AS _CtnStatText ON _CtnList.FldLogsContainerStatus = _CtnStatText.FldLogsContainerStatus  -- association [0..*]
LEFT OUTER JOIN I_FldLogsCtnItmStatusTxt AS _ItemStatText ON FldLogsContainerItemStatus = _ItemStatText.DomainValueLow  -- association [0..*]
LEFT OUTER JOIN I_Plant AS _ReceivingPlantText ON FieldLogisticsReceivingPlant = _ReceivingPlantText.Plant  -- association [0..1]
LEFT OUTER JOIN I_Plant AS _DispatchPlantText ON FldLogsDispatchPlant = _DispatchPlantText.Plant  -- association [0..1]
LEFT OUTER JOIN E_FldLogsRcvdShipmentContainer AS _ReceivedShptCtnExtension ON FldLogsContainerID = _ReceivedShptCtnExtension.FldLogsContainerID AND DispatchedStartDate = _ReceivedShptCtnExtension.DispatchedStartDate AND FldLogsDispatchPlant = _ReceivedShptCtnExtension.FldLogsDispatchPlant AND NumberOfCtnTripsPerDay = _ReceivedShptCtnExtension.NumberOfCtnTripsPerDay  -- association [1..1]
LEFT OUTER JOIN I_FldLogsContainerItemsTP AS _CtnItemTP ON /* condition not available in parsed metadata */  -- association [1..*]
LEFT OUTER JOIN R_FldLogsRcvdPackggInCtnTP AS _RcvdPackggInCtn ON /* condition not available in parsed metadata */  -- association [1..*]
;