I_FldLogsVoyHndlgUnitAssgmtTP

DDL: I_FLDLOGSVOYHNDLGUNITASSGMTTP Type: view_entity TRANSACTIONAL

Fld Logs Shpt Voyage HU Assignment - TP

I_FldLogsVoyHndlgUnitAssgmtTP is a Transactional CDS View that provides data about "Fld Logs Shpt Voyage HU Assignment - TP" in SAP S/4HANA. It reads from 1 data source (R_FldLogsVoyHndlgUnitAssgmtTP) and exposes 18 fields with key fields FldLogsShptVoyageUUID, FldLogsVoyStgeAssgmtUUID.

Data Sources (1)

SourceAliasJoin Type
R_FldLogsVoyHndlgUnitAssgmtTP R_FldLogsVoyHndlgUnitAssgmtTP projection

Annotations (16)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Fld Logs Shpt Voyage HU Assignment - TP view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.sizeCategory #M view
VDM.viewType #TRANSACTIONAL view
ObjectModel.resultSet.sizeCategory #XS view
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view
ObjectModel.sapObjectNodeType.name FldLogsVoyHndlgUnitAssignment view
AbapCatalog.extensibility.extensible true view
AbapCatalog.extensibility.elementSuffix AGN view
AbapCatalog.extensibility.allowNewCompositions true view
AbapCatalog.extensibility.allowNewDatasources false view
AbapCatalog.extensibility.quota.maximumFields 1000 view
AbapCatalog.extensibility.quota.maximumBytes 100000 view

Fields (18)

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
FldLogsReferenceDocumentNumber FldLogsReferenceDocumentNumber Reference Doc Number
FldLogsShptItmHndlgUnitID FldLogsShptItmHndlgUnitID Handling Unit ID
HandlingUnitExternalID HandlingUnitExternalID Handling Unit
DeliveryDocument DeliveryDocument Delivery Document
FldLogsSrcePlnt FldLogsSrcePlnt Plant
FldLogsDestPlnt FldLogsDestPlnt Plant
FldLogsVoyageSrceStage FldLogsVoyageSrceStage Source Stage
FldLogsVoyageDestStage FldLogsVoyageDestStage Destination Stage
FldLogsShptItemActualWeight FldLogsShptItemActualWeight Gross Weight
FldLogsShptItemActlWeightUnit FldLogsShptItemActlWeightUnit Base Unit
FldLogsShptAssignmentStatus FldLogsShptAssignmentStatus Assignment Status
FldLogsShptVoyAssgmtCritlty FldLogsShptVoyAssgmtCritlty Voyage Assignment Criticality
_VoyageAssgmtText _VoyageAssgmtText
_ItemType _ItemType

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_FldLogsVoyHndlgUnitAssgmtTP.
-- 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_FldLogsVoyHndlgUnitAssgmtTP AS
SELECT
  FldLogsShptVoyageUUID,
  FldLogsVoyStgeAssgmtUUID,
  FldLogsVoyStgeAssgmtSqncID,
  FldLogsShipmentItemTypeCode,
  FldLogsReferenceDocumentNumber,
  FldLogsShptItmHndlgUnitID,
  HandlingUnitExternalID,
  DeliveryDocument,
  FldLogsSrcePlnt,
  FldLogsDestPlnt,
  FldLogsVoyageSrceStage,
  FldLogsVoyageDestStage,
  FldLogsShptItemActualWeight,
  FldLogsShptItemActlWeightUnit,
  FldLogsShptAssignmentStatus,
  FldLogsShptVoyAssgmtCritlty
FROM R_FldLogsVoyHndlgUnitAssgmtTP
;