C_EWM_WhseKPIGlobFltr_2
Global Filters for Warehoues KPIs
C_EWM_WhseKPIGlobFltr_2 is a Consumption CDS View that provides data about "Global Filters for Warehoues KPIs" in SAP S/4HANA.
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| EndUserText.label | Global Filters for Warehoues KPIs | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Search.searchable | true | view | |
| OData.publish | true | view |
Fields (15)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | EWMWarehouse | task | EWMWarehouse | Warehouse |
| KEY | WarehouseTask | task | WarehouseTask | Warehouse Task |
| KEY | WarehouseTaskItem | task | WarehouseTaskItem | |
| ActivityArea | task | ActivityArea | Activity Area | |
| WarehouseProcessType | task | WarehouseProcessType | Warehouse Process Type | |
| WhseTaskCrtnWhseTmznDate | Creation Date of Warehouse Task | |||
| WhseTaskConfWhseTmznDate | Confirmation Date of Warehouse Task | |||
| WhseTskPlndClsgWhseTmznDate | Planned Closing Date of Warehouse Task | |||
| WhseOrderCrtnWhseTmznDate | Creation Date of Warehouse Order | |||
| WhseOrdLtstStrtWhseTmznDate | Latest Start Date of Warehouse Order | |||
| WhseOrderConfWhseTmznDate | Confirmation Date of Warehouse Order | |||
| EWMOutboundDeliveryOrderType | odo | EWMDeliveryDocumentType | Type of Outbound Delivery Order | |
| WrhsTimeZonePlannedGIDate | odoItem | WrhsTimeZonePlannedGIDate | Planned Goods Issue Date | |
| WrhsTimeZoneActualGIDate | odoItem | WrhsTimeZoneActualGIDate | Actual Goods Issue Date | |
| WrhsTmZnCreationDate | odo | WrhsTmZnCreationDate | Creation Date of ODO |
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_EWM_WhseKPIGlobFltr_2.
-- 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_EWM_WhseKPIGlobFltr_2 AS
SELECT
task.EWMWarehouse AS EWMWarehouse,
task.WarehouseTask AS WarehouseTask,
task.WarehouseTaskItem AS WarehouseTaskItem,
task.ActivityArea AS ActivityArea,
task.WarehouseProcessType AS WarehouseProcessType,
cast(substring(cast(task.WhseTaskCrtnUTCDateTime as abap.char( 17 )), 1, 8) as abap.dats) AS WhseTaskCrtnWhseTmznDate,
cast(substring(cast(task.WhseTaskConfWhseTmznDateTime as abap.char( 17 )), 1, 8) as abap.dats) AS WhseTaskConfWhseTmznDate,
cast(substring(cast(task.WhseTskPlndClsgWhseTmznDteTme as abap.char( 17 )), 1, 8) as abap.dats) AS WhseTskPlndClsgWhseTmznDate,
cast(substring(cast(who.WrhsOrdCrtnUTCDateTime as abap.char( 17 )), 1, 8) as abap.dats) AS WhseOrderCrtnWhseTmznDate,
cast(substring(cast(who.WhseOrderLatestStartDateTime as abap.char( 17 )), 1, 8) as abap.dats) AS WhseOrdLtstStrtWhseTmznDate,
cast(substring(cast(who.WhseOrderConfirmedDateTime as abap.char( 17 )), 1, 8) as abap.dats) AS WhseOrderConfWhseTmznDate,
odo.EWMDeliveryDocumentType AS EWMOutboundDeliveryOrderType,
odoItem.WrhsTimeZonePlannedGIDate AS WrhsTimeZonePlannedGIDate,
odoItem.WrhsTimeZoneActualGIDate AS WrhsTimeZoneActualGIDate,
odo.WrhsTmZnCreationDate AS WrhsTmZnCreationDate
;
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