C_FldLogsShptExprtVoySmmry
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)
| Source | Alias | Join Type |
|---|---|---|
| I_FldLogsShptExprtVoySmmry | I_FldLogsShptExprtVoySmmry | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_SHIPMENTVOYAGE | UI_SHIPMENTVOYAGE | V2 | C1 | NOT_TO_BE_RELEASED_STABLE |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- OData Services in SAP S/4HANA Explained
- Service Bindings and Service Definitions in SAP S/4HANA
- SAP Fiori Apps Architecture — How Fiori Apps Connect to Data
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA