C_FldLogsShptExprtVoySmmry

DDL: C_FLDLOGSSHPTEXPRTVOYSMMRY Type: view_entity CONSUMPTION

Fieldlogistics export voyage summary

C_FldLogsShptExprtVoySmmry is a Consumption CDS View that provides data about "Fieldlogistics export voyage summary" in SAP S/4HANA. It reads from 1 data source (I_FldLogsShptExprtVoySmmry) and exposes 27 fields with key fields FldLogsShptVoyageUUID, FldLogsVoyStgeAssgmtUUID. It is exposed through 1 OData service (UI_SHIPMENTVOYAGE). It is used in 1 Fiori application: Manage Field Logistics Voyages.

Data Sources (1)

SourceAliasJoin Type
I_FldLogsShptExprtVoySmmry I_FldLogsShptExprtVoySmmry from

Annotations (7)

NameValueLevelField
EndUserText.label Fieldlogistics export voyage summary view
AccessControl.authorizationCheck #MANDATORY view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
Metadata.allowExtensions true view
VDM.viewType #CONSUMPTION view

OData Services (1)

ServiceBindingVersionContractRelease
UI_SHIPMENTVOYAGE UI_SHIPMENTVOYAGE V2 C1 NOT_TO_BE_RELEASED_STABLE

Fiori Apps (1)

App IDApp NameTypeDescription
F6040 Manage Field Logistics Voyages Transactional This App is used to create Voyages along with Stages and assign packed containers, handling units or standalone items to a voyage.

Manage Field Logistics Voyages

Business Role: Transportation Planner (Oil & Gas)

With this app, you can create, display, or edit a voyage. You can also maintain stages and perform actions such as dispatch and set them to arrived.

Key Features: Search for voyages based on one or more filter criteria, for example, voyage ID, voyage status, start date, mode of transport, from plant, or to plant. View voyage details, for example, voyage stages and assignments. Create voyages. Create, edit, or delete stages. Add planned departure date, planned departure time, planned arrival date, and planned arrival time for the stages. Assign or unassign containers / FL packages / delivery items / handling units. Perform dispatch and set a voyage stage as arrived. Reverse voyage assignment for delivery items, handling units, FL packages and containers. View and assign FL packages to a voyage. View FL package information such as packed deliveries in the Voyage summary document . Assign containers, FL packages or standalone items from multiple plants that share a common shipping point to the same voyage stage (with a matching shipping point). You can preview, print, or export the voyage summary details of a single voyage from the object page. You can print voyage summary documents for multiple voyages together from the worklist. Send email with pdf document containing all voyage details. Note that email is triggered upon performing print action on voyage. Automatic removal of any item from the voyage with the status as Dispatched or Arrived if the Goods Issue for that item is reversed using the standard LoB app. The voyage status is reverted to Not Started if goods issue for all the assigned items is reversed. Note Delivery items / handling units / FL packages /containers can be assigned to a voyage from Pack Container (F5786) app.Objects with different source or destination plants can be assigned to the same voyage stage even if there is a mismatch between the plant of the object and the stage, provided these plants share a common shipping or receiving point.

Fields (27)

KeyFieldSource TableSource FieldDescription
KEY FldLogsShptVoyageUUID FldLogsShptVoyageUUID Voyage UUID
KEY FldLogsVoyStgeAssgmtUUID FldLogsVoyStgeAssgmtUUID Voy Stge Assgmt UUID
FldLogsShptVoyageNumber FldLogsShptVoyageNumber Voyage Number
FldLogsContainerID FldLogsContainerID Container ID
FldLogsPackagingID FldLogsPackagingID
FldLogsShptSubItmTypeCode FldLogsShptSubItmTypeCode
FldLogsShipmentItemTypeText _SubItemType FldLogsShipmentItemTypeText
DeliveryDocument DeliveryDocument Outbound Delivery
DeliveryDocumentItem DeliveryDocumentItem Outb. Delivery Item
Material Material Vehicle Model
MaterialName MaterialName Material Description
FldLogsShptItmHndlgUnitID FldLogsShptItmHndlgUnitID Handling Unit ID
PackagingMaterial PackagingMaterial Packaging Materials
FldLogsSrcePlnt FldLogsSrcePlnt Plant
FldLogsDestPlnt FldLogsDestPlnt Plant
FldLogsVoyageSrceStage FldLogsVoyageSrceStage Source Stage
FldLogsVoyageDestStage FldLogsVoyageDestStage Destination Stage
FldLogsContainerUnitUUID FldLogsContainerUnitUUID Container Unit ID
FldLogsCtnActualWeight FldLogsCtnActualWeight Ctn Actual Weight
FldLogsCtnActualWeightUnit FldLogsCtnActualWeightUnit Unit
FldLogsShptItemActualWeight FldLogsShptItemActualWeight Gross Weight
FldLogsShptItemActlWeightUnit FldLogsShptItemActlWeightUnit Base Unit
QuantityInBaseUnit QuantityInBaseUnit Quantity
OrderQuantityUnit OrderQuantityUnit Sales Unit
IsBusinessPurposeCompleted IsBusinessPurposeCompleted Purpose Completed
SuplrCoIsBusPrpsCmpltd SuplrCoIsBusPrpsCmpltd Purpose Completed
FldLogsShptItmStsCode FldLogsShptItmStsCode Status Code

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_FldLogsShptExprtVoySmmry.
-- 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_FldLogsShptExprtVoySmmry AS
SELECT
  FldLogsShptVoyageUUID,
  FldLogsVoyStgeAssgmtUUID,
  FldLogsShptVoyageNumber,
  FldLogsContainerID,
  FldLogsPackagingID,
  FldLogsShptSubItmTypeCode,
  _SubItemType.FldLogsShipmentItemTypeText AS FldLogsShipmentItemTypeText,
  DeliveryDocument,
  DeliveryDocumentItem,
  Material,
  MaterialName,
  FldLogsShptItmHndlgUnitID,
  PackagingMaterial,
  FldLogsSrcePlnt,
  FldLogsDestPlnt,
  FldLogsVoyageSrceStage,
  FldLogsVoyageDestStage,
  FldLogsContainerUnitUUID,
  FldLogsCtnActualWeight,
  FldLogsCtnActualWeightUnit,
  FldLogsShptItemActualWeight,
  FldLogsShptItemActlWeightUnit,
  QuantityInBaseUnit,
  OrderQuantityUnit,
  IsBusinessPurposeCompleted,
  SuplrCoIsBusPrpsCmpltd,
  FldLogsShptItmStsCode
FROM I_FldLogsShptExprtVoySmmry
;