R_FldLogsRcvdPackggInCtnTP

DDL: R_FLDLOGSRCVDPACKGGINCTNTP Type: view_entity TRANSACTIONAL Package: FLOG_RETURN_PROCG_BASE

Field Logistics Rcvd Packaging in Container

R_FldLogsRcvdPackggInCtnTP is a Transactional CDS View that provides data about "Field Logistics Rcvd Packaging in Container" in SAP S/4HANA. It reads from 1 data source (I_FldLogsRcvdPackaging) and exposes 42 fields with key fields FldLogsContainerID, DispatchedStartDate, FldLogsDispatchPlant, NumberOfCtnTripsPerDay. It has 5 associations to related views. Part of development package FLOG_RETURN_PROCG_BASE.

Data Sources (1)

SourceAliasJoin Type
I_FldLogsRcvdPackaging _RcvdPackgg from

Associations (5)

CardinalityTargetAliasCondition
[0..*] I_FldLogsContainerStatusTxt _CtnStatText _RcvdPackgg.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

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 Field Logistics Rcvd Packaging in Container view
AbapCatalog.extensibility.extensible true view
AbapCatalog.extensibility.elementSuffix RCT view
AbapCatalog.extensibility.allowNewDatasources false view
AbapCatalog.extensibility.quota.maximumFields 1000 view
AbapCatalog.extensibility.quota.maximumBytes 100000 view
AbapCatalog.extensibility.allowNewCompositions true view

Fields (42)

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
FldLogsParentContainerID FldLogsParentContainerID Parent Ctn ID
FldLogsRcvdContainerIsReleased FldLogsRcvdContainerIsReleased Checkbox
_CtnList _CtnList
_CtnStatText _CtnStatText
Batch
SerialNumber
InboundDelivery
FldLogsContainerItemStatus
FldLogsReferenceDocumentNumber
Material
FldLogsShptItmHndlgUnitID
HandlingUnitExternalID
FieldLogisticsKitIdentifier
FldLogsItemType
WBSElementExternalID
IsMarkedForDeletion IsMarkedForDeletion Purch.org. data
_ItemStatText _ItemStatText
_ReceivingPlantText _ReceivingPlantText
_DispatchPlantText _DispatchPlantText

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 R_FldLogsRcvdPackggInCtnTP.
-- 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 R_FldLogsRcvdPackggInCtnTP 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,
  FldLogsParentContainerID,
  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
FROM I_FldLogsRcvdPackaging AS _RcvdPackgg
LEFT OUTER JOIN I_FldLogsContainerStatusTxt AS _CtnStatText ON _RcvdPackgg.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]
;