I_FldLogsReservationVH
Reservation
I_FldLogsReservationVH is a Composite CDS View that provides data about "Reservation" in SAP S/4HANA. It reads from 2 data sources (I_FieldLogisticsPlantAll, I_OrderComponent) and exposes 16 fields with key fields Reservation, ReservationItem, RecordType. Part of development package FLOG_RETURN_PROCG_BASE.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| I_FieldLogisticsPlantAll | _FldLogsAllPlants | inner |
| I_OrderComponent | _Reservation | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Reservation | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.representativeKey | Reservation | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| VDM.viewType | #COMPOSITE | view |
Fields (16)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Reservation | I_OrderComponent | Reservation | Reservation |
| KEY | ReservationItem | I_OrderComponent | ReservationItem | Reservation Item |
| KEY | RecordType | I_OrderComponent | RecordType | Reservation Record Type |
| OrderID | I_OrderComponent | OrderID | Order ID | |
| BillOfMaterialItemNumber | I_OrderComponent | BillOfMaterialItemNumber | Item | |
| Plant | I_OrderComponent | Plant | Valuation Area | |
| StorageLocation | I_OrderComponent | StorageLocation | StorageLocation | |
| RequiredQuantity | I_OrderComponent | RequiredQuantity | Requirement qty | |
| BaseUnit | I_OrderComponent | BaseUnit | Unit of Measure | |
| Material | I_OrderComponent | Material | Vehicle Model | |
| _Material | I_OrderComponent | _Material | ||
| _Plant | I_OrderComponent | _Plant | ||
| _Reservation | I_OrderComponent | _Reservation | ||
| _Order | I_OrderComponent | _Order | ||
| _StorageLocation | I_OrderComponent | _StorageLocation | ||
| _ReservationDocRecordType | I_OrderComponent | _ReservationDocRecordType |
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_FldLogsReservationVH.
-- 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_FldLogsReservationVH AS
SELECT
_Reservation.Reservation AS Reservation,
_Reservation.ReservationItem AS ReservationItem,
_Reservation.RecordType AS RecordType,
_Reservation.OrderID AS OrderID,
_Reservation.BillOfMaterialItemNumber AS BillOfMaterialItemNumber,
_Reservation.Plant AS Plant,
_Reservation.StorageLocation AS StorageLocation,
_Reservation.RequiredQuantity AS RequiredQuantity,
_Reservation.BaseUnit AS BaseUnit,
_Reservation.Material AS Material,
_Reservation._Material AS _Material,
_Reservation._Plant AS _Plant,
_Reservation._Reservation AS _Reservation,
_Reservation._Order AS _Order,
_Reservation._StorageLocation AS _StorageLocation,
_Reservation._ReservationDocRecordType AS _ReservationDocRecordType
FROM I_OrderComponent AS _Reservation
INNER JOIN I_FieldLogisticsPlantAll AS _FldLogsAllPlants ON /* join condition not captured in parsed metadata */
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- 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