I_FldLogsMaintOrderToIssueVH
Maintenance Orders
I_FldLogsMaintOrderToIssueVH is a Composite CDS View that provides data about "Maintenance Orders" in SAP S/4HANA. It reads from 2 data sources (I_FieldLogisticsPlantAll, I_OrderComponent) and exposes 16 fields with key fields Reservation, ReservationItem, RecordType.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| I_FieldLogisticsPlantAll | _FldLogsAllPlants | inner |
| I_OrderComponent | _Order | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Maintenance Orders | 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 | |
| ControllingArea | I_OrderComponent | ControllingArea | Controlling Area | |
| 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 | ||
| _ControllingArea | I_OrderComponent | _ControllingArea | ||
| _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_FldLogsMaintOrderToIssueVH.
-- 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_FldLogsMaintOrderToIssueVH AS
SELECT
_Order.Reservation AS Reservation,
_Order.ReservationItem AS ReservationItem,
_Order.RecordType AS RecordType,
_Order.OrderID AS OrderID,
_Order.BillOfMaterialItemNumber AS BillOfMaterialItemNumber,
_Order.Plant AS Plant,
_Order.StorageLocation AS StorageLocation,
_Order.ControllingArea AS ControllingArea,
_Order.Material AS Material,
_Order._Material AS _Material,
_Order._Plant AS _Plant,
_Order._Reservation AS _Reservation,
_Order._Order AS _Order,
_Order._StorageLocation AS _StorageLocation,
_Order._ControllingArea AS _ControllingArea,
_Order._ReservationDocRecordType AS _ReservationDocRecordType
FROM I_OrderComponent AS _Order
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