C_FldLogsShptStageAssgmtCtnTP

DDL: C_FLDLOGSSHPTSTAGEASSGMTCTNTP Type: view_entity CONSUMPTION

Field Logistics Shipment Stge Assignment for Containers - TP

C_FldLogsShptStageAssgmtCtnTP is a Consumption CDS View that provides data about "Field Logistics Shipment Stge Assignment for Containers - TP" in SAP S/4HANA. It reads from 1 data source (R_FldLogsShptStgeAssgmtCtnTP) and exposes 15 fields with key fields FldLogsShptVoyageUUID, FldLogsVoyStgeAssgmtUUID.

Data Sources (1)

SourceAliasJoin Type
R_FldLogsShptStgeAssgmtCtnTP R_FldLogsShptStgeAssgmtCtnTP projection

Annotations (13)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Field Logistics Shipment Stge Assignment for Containers - TP view
VDM.viewType #CONSUMPTION view
Metadata.allowExtensions true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.sizeCategory #L view
AbapCatalog.extensibility.extensible true view
AbapCatalog.extensibility.elementSuffix VOV view
AbapCatalog.extensibility.allowNewCompositions true view
AbapCatalog.extensibility.allowNewDatasources true view
AbapCatalog.extensibility.quota.maximumFields 1000 view
AbapCatalog.extensibility.quota.maximumBytes 100000 view

Fields (15)

KeyFieldSource TableSource FieldDescription
KEY FldLogsShptVoyageUUID FldLogsShptVoyageUUID Voyage UUID
KEY FldLogsVoyStgeAssgmtUUID FldLogsVoyStgeAssgmtUUID Voy Stge Assgmt UUID
FldLogsVoyStgeAssgmtSqncID FldLogsVoyStgeAssgmtSqncID Assignment Sequence Id
FldLogsShipmentItemTypeCode FldLogsShipmentItemTypeCode Shpt Item Type Code
FldLogsShptVoyageNumber FldLogsShptVoyageNumber Voyage Number
FldLogsShptVoyageTypeCode FldLogsShptVoyageTypeCode Mode of Transport
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
FldLogsItemIsRestricted FldLogsItemIsRestricted Truth Value

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