E_FldLogsShptVoyItmAssgmtDraft

DDL: E_FLDLOGSSHPTVOYITMASSGMTDRAFT Type: view_entity EXTENSION Package: FLOG_SHIPMENT

FldLog ShptVoyItmAssgmtDrft - Extension

E_FldLogsShptVoyItmAssgmtDraft is a Extension CDS View that provides data about "FldLog ShptVoyItmAssgmtDrft - Extension" in SAP S/4HANA. It reads from 1 data source (flog_shptstgasnd) and exposes 2 fields with key fields FldLogsShptVoyageUUID, FldLogsVoyStgeAssgmtUUID. Part of development package FLOG_SHIPMENT.

Data Sources (1)

SourceAliasJoin Type
flog_shptstgasnd Persistence from

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label FldLog ShptVoyItmAssgmtDrft - Extension view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
AbapCatalog.extensibility.extensible true view
AbapCatalog.extensibility.elementSuffix AGN view
AbapCatalog.extensibility.allowNewDatasources false view
AbapCatalog.extensibility.quota.maximumFields 1000 view
AbapCatalog.extensibility.quota.maximumBytes 100000 view
VDM.viewType #EXTENSION view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY FldLogsShptVoyageUUID flog_shptstgasnd fldlogsshptvoyageuuid Voyage UUID
KEY FldLogsVoyStgeAssgmtUUID flog_shptstgasnd fldlogsvoystgeassgmtuuid Voy Stge Assgmt UUID

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 E_FldLogsShptVoyItmAssgmtDraft.
-- 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 E_FldLogsShptVoyItmAssgmtDraft AS
SELECT
  Persistence.fldlogsshptvoyageuuid AS FldLogsShptVoyageUUID,
  Persistence.fldlogsvoystgeassgmtuuid AS FldLogsVoyStgeAssgmtUUID
FROM flog_shptstgasnd AS Persistence
;