I_SchedProdnWrkCtrSqncVH
Work Ctr Filter for dispatch by sequence
I_SchedProdnWrkCtrSqncVH is a Composite CDS View that provides data about "Work Ctr Filter for dispatch by sequence" in SAP S/4HANA. It reads from 8 data sources and exposes 22 fields with key fields OrderID, OrderCategory, Product, Plant, ProductionVersion. It has 1 association to related views.
Data Sources (8)
| Source | Alias | Join Type |
|---|---|---|
| I_Capacity | _Capacity | inner |
| I_Capacity | _Capacity | inner |
| I_LogisticsOrder | _LogisticsOrder | inner |
| I_PlannedOrder | _PlannedOrder | inner |
| I_ProductionVersion | _prodvers | from |
| I_ProductionVersion | _prodvers | union_all |
| I_WorkCenter | _WorkCenter | inner |
| I_WorkCenter | _WorkCenter | inner |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_WorkCenterText | _WorkCenterText | $projection.WorkCenterInternalID = _WorkCenterText.WorkCenterInternalID |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ISHEDPDWCSQNCVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| VDM.viewType | #COMPOSITE | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Work Ctr Filter for dispatch by sequence | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view |
Fields (22)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | OrderID | |||
| KEY | OrderCategory | |||
| KEY | Product | I_ProductionVersion | Material | Vehicle Model |
| KEY | Plant | I_ProductionVersion | Plant | Valuation Area |
| KEY | ProductionVersion | I_ProductionVersion | ProductionVersion | Version ID |
| WorkCenter | I_ProductionVersion | ProductionLine | Production Line | |
| WorkCenterInternalID | I_WorkCenter | WorkCenterInternalID | Work Center | |
| WorkCenterDesc | ||||
| BOOExplosionDate | BOOExplosionDate | Explosion Date | ||
| BOMExplosionDate | BOMExplosionDate | BOM Expl. Date | ||
| PlndOrderPlannedStartDate | ||||
| KEY | OrderCategory | |||
| KEY | Product | I_ProductionVersion | Material | Vehicle Model |
| KEY | Plant | I_ProductionVersion | Plant | Valuation Area |
| KEY | ProductionVersion | I_ProductionVersion | ProductionVersion | Version ID |
| WorkCenter | I_ProductionVersion | ProductionLine | Production Line | |
| WorkCenterInternalID | I_WorkCenter | WorkCenterInternalID | Work Center | |
| WorkCenterDesc | ||||
| BOOExplosionDate | Explosion Date | |||
| BOMExplosionDate | BOM Expl. Date | |||
| PlndOrderPlannedStartDate | PlndOrderPlannedStartDate | |||
| PlndOrderPlannedEndDate | PlndOrderPlannedEndDate |
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_SchedProdnWrkCtrSqncVH.
-- 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.
-- SQL view name: ISHEDPDWCSQNCVH
CREATE VIEW I_SchedProdnWrkCtrSqncVH AS
SELECT
cast (_LogisticsOrder.OrderID as pph_cfs_ordernumber) AS OrderID,
cast (_LogisticsOrder.OrderCategory as pph_cfs_sch_ordercategory) AS OrderCategory,
_prodvers.Material AS Product,
_prodvers.Plant AS Plant,
_prodvers.ProductionVersion AS ProductionVersion,
_prodvers.ProductionLine AS WorkCenter,
_WorkCenter.WorkCenterInternalID AS WorkCenterInternalID,
_WorkCenterText[1:Language=$session.system_language].WorkCenterText AS WorkCenterDesc,
BOOExplosionDate,
BOMExplosionDate,
cast('00000000' as psttr ) AS PlndOrderPlannedStartDate,
PlndOrderPlannedEndDate
FROM I_ProductionVersion AS _prodvers
INNER JOIN I_WorkCenter AS _WorkCenter ON /* join condition not captured in parsed metadata */
INNER JOIN I_Capacity AS _Capacity ON /* join condition not captured in parsed metadata */
INNER JOIN I_LogisticsOrder AS _LogisticsOrder ON /* join condition not captured in parsed metadata */
INNER JOIN I_PlannedOrder AS _PlannedOrder ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN I_WorkCenterText AS _WorkCenterText ON WorkCenterInternalID = _WorkCenterText.WorkCenterInternalID -- association [0..*]
-- UNION ALL with additional select branch(es): I_ProductionVersion
;
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