I_FldLogsDelivStgeAssgmtTP

DDL: I_FLDLOGSDELIVSTGEASSGMTTP Type: view_entity TRANSACTIONAL

Intf BO for FL Shpt Items Voyages - TP

I_FldLogsDelivStgeAssgmtTP is a Transactional CDS View that provides data about "Intf BO for FL Shpt Items Voyages - TP" in SAP S/4HANA. It reads from 1 data source (R_FldLogsShptStgeAssgmtTP) and exposes 14 fields with key fields FldLogsShptVoyageUUID, FldLogsVoyStgeAssgmtUUID.

Data Sources (1)

SourceAliasJoin Type
R_FldLogsShptStgeAssgmtTP R_FldLogsShptStgeAssgmtTP projection

Annotations (14)

NameValueLevelField
EndUserText.label Intf BO for FL Shpt Items Voyages - TP view
AccessControl.authorizationCheck #MANDATORY view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #TRANSACTIONAL view
AbapCatalog.extensibility.extensible true view
AbapCatalog.extensibility.elementSuffix VOV view
AbapCatalog.extensibility.allowNewCompositions true view
AbapCatalog.extensibility.quota.maximumFields 1000 view
AbapCatalog.extensibility.quota.maximumBytes 100000 view
ObjectModel.modelingPattern #TRANSACTIONAL_INTERFACE view
ObjectModel.sapObjectNodeType.name FldLogsShipmentVoyageStage view

Fields (14)

KeyFieldSource TableSource FieldDescription
KEY FldLogsShptVoyageUUID FldLogsShptVoyageUUID Voyage UUID
KEY FldLogsVoyStgeAssgmtUUID FldLogsVoyStgeAssgmtUUID Voy Stge Assgmt UUID
FldLogsVoyStgeAssgmtSqncID FldLogsVoyStgeAssgmtSqncID Voy Stg Assgmt Sq ID
FldLogsShipmentItemTypeCode FldLogsShipmentItemTypeCode Shpt Item Type Code
FldLogsShptVoyageNumber FldLogsShptVoyageNumber Voyage Number
FldLogsShptVoyageTypeCode FldLogsShptVoyageTypeCode Voyage Type Code
FldLogsShptVoyageVehicleNumber FldLogsShptVoyageVehicleNumber Voyage Veh number
FldLogsShptVoyageVehicleName FldLogsShptVoyageVehicleName Voyage Veh Name
FldLogsVoyageChangeDateTime FldLogsVoyageChangeDateTime Changed On
FldLogsSrcePlnt FldLogsSrcePlnt Plant
FldLogsDestPlnt FldLogsDestPlnt Plant
FldLogsVoyageSrceStage FldLogsVoyageSrceStage Source Stage
FldLogsVoyageDestStage FldLogsVoyageDestStage Destination Stage
FldLogsShptAssignmentStatus FldLogsShptAssignmentStatus Assignment Status

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_FldLogsDelivStgeAssgmtTP.
-- 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_FldLogsDelivStgeAssgmtTP AS
SELECT
  FldLogsShptVoyageUUID,
  FldLogsVoyStgeAssgmtUUID,
  FldLogsVoyStgeAssgmtSqncID,
  FldLogsShipmentItemTypeCode,
  FldLogsShptVoyageNumber,
  FldLogsShptVoyageTypeCode,
  FldLogsShptVoyageVehicleNumber,
  FldLogsShptVoyageVehicleName,
  FldLogsVoyageChangeDateTime,
  FldLogsSrcePlnt,
  FldLogsDestPlnt,
  FldLogsVoyageSrceStage,
  FldLogsVoyageDestStage,
  FldLogsShptAssignmentStatus
FROM R_FldLogsShptStgeAssgmtTP
;