I_EWA_WasteDsplOrderResource
Resources of Waste disposal order
I_EWA_WasteDsplOrderResource is a Basic CDS View that provides data about "Resources of Waste disposal order" in SAP S/4HANA. It reads from 1 data source (ewa_order_resobj) and exposes 22 fields with key fields EWAWasteDisposalOrder, EWAResourceSequenceNumber. It has 4 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| ewa_order_resobj | ewa_order_resobj | from |
Associations (4)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_EWA_WasteDisposalOrder | _EWAWasteDisposalOrder | $projection.EWAWasteDisposalOrder = _EWAWasteDisposalOrder.EWAWasteDisposalOrder |
| [0..1] | I_Equipment | _EWAFleetEquipment | $projection.EWAFleetEquipment = _EWAFleetEquipment.Equipment |
| [0..1] | I_UnitOfMeasure | _EWAActualDurationUnit | $projection.EWAActualDurationUnit = _EWAActualDurationUnit.UnitOfMeasure |
| [0..1] | I_UnitOfMeasure | _EWADistanceUnit | $projection.EWADistanceUnit = _EWADistanceUnit.UnitOfMeasure |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Resources of Waste disposal order | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| VDM.viewType | #BASIC | view |
Fields (22)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | EWAWasteDisposalOrder | ordernr | WD Order | |
| KEY | EWAResourceSequenceNumber | order_laufnr | Sequence Number | |
| PlannedWorkCenterInternalID | arbid | WorkCtrGp plan. | ||
| EWAFleetEquipment | fleet_equnr | Equipment | ||
| PersonnelNumber | pernr | Personnel no. | ||
| HCMPosition | position_id | Position ID | ||
| HCMJob | job_id | Package ID | ||
| EWAResourceStatus | status | Workflow Status | ||
| EWAActualStartTime | actual_start | Actual Start | ||
| EWAActualEndTime | actual_end | Actual FT | ||
| EWAOrderResBreakTime | pause | Break Length | ||
| EWAActualDuration | idaur | Actual Duration | ||
| EWAActualDurationUnit | idaure | Un/actual dur. | ||
| EWADrivingDistance | fahrst | Route | ||
| EWADistanceUnit | fahrste | Unit of Measure | ||
| EWAResourceCheckDate | check_date | Ck Clr.Time | ||
| EWAResourceCheckTime | check_time | Time | ||
| ControllingDocument | co_belnr | Document Number | ||
| _EWAActualDurationUnit | _EWAActualDurationUnit | |||
| _EWADistanceUnit | _EWADistanceUnit | |||
| _EWAFleetEquipment | _EWAFleetEquipment | |||
| _EWAWasteDisposalOrder | _EWAWasteDisposalOrder |
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_EWA_WasteDsplOrderResource.
-- 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_EWA_WasteDsplOrderResource AS
SELECT
ordernr AS EWAWasteDisposalOrder,
order_laufnr AS EWAResourceSequenceNumber,
arbid AS PlannedWorkCenterInternalID,
fleet_equnr AS EWAFleetEquipment,
pernr AS PersonnelNumber,
position_id AS HCMPosition,
job_id AS HCMJob,
status AS EWAResourceStatus,
actual_start AS EWAActualStartTime,
actual_end AS EWAActualEndTime,
pause AS EWAOrderResBreakTime,
idaur AS EWAActualDuration,
idaure AS EWAActualDurationUnit,
fahrst AS EWADrivingDistance,
fahrste AS EWADistanceUnit,
check_date AS EWAResourceCheckDate,
check_time AS EWAResourceCheckTime,
co_belnr AS ControllingDocument
FROM ewa_order_resobj
LEFT OUTER JOIN I_EWA_WasteDisposalOrder AS _EWAWasteDisposalOrder ON EWAWasteDisposalOrder = _EWAWasteDisposalOrder.EWAWasteDisposalOrder -- association [0..1]
LEFT OUTER JOIN I_Equipment AS _EWAFleetEquipment ON EWAFleetEquipment = _EWAFleetEquipment.Equipment -- association [0..1]
LEFT OUTER JOIN I_UnitOfMeasure AS _EWAActualDurationUnit ON EWAActualDurationUnit = _EWAActualDurationUnit.UnitOfMeasure -- association [0..1]
LEFT OUTER JOIN I_UnitOfMeasure AS _EWADistanceUnit ON EWADistanceUnit = _EWADistanceUnit.UnitOfMeasure -- association [0..1]
;
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