I_ProductionRoutingDEX
Production Routing Main Header
I_ProductionRoutingDEX (Basic)
Package: Explore, extend and adapt the SAP S/4HANA Cloud Public Edition with built-in and side-by-side extension capabilities.
Production Routing · Manufacturing
I_ProductionRoutingDEX is a Basic CDS View (Dimension) that provides data about "Production Routing Main Header" in SAP S/4HANA. It reads from 1 data source (P_ProductionRoutingDEX) and exposes 20 fields with key fields BillOfOperationsType, ProductionRoutingGroup, ProductionRouting. It has 1 association to related views. Part of development package VDM_PP_MD_RTG.
SAP Help Documentation
| Category | CDS Views for Basic Routing Data |
|---|---|
| Data Category | DIMENSION |
This CDS view is designed to provide a structured representation of production routing information within a manufacturing or production environment. It serves as a foundational data source for analytics and reporting related to production processes, capturing essential attributes and metadata about production routings. This CDS view provides the data to answer the following business questions: What are the key attributes and identifiers associated with production routings, such as the Bill of Operations Type and Production Routing Group? How frequently has a particular production routing been used, and when was it last utilized? Has a production routing undergone changes, and if so, what are the details of the last change, including the date, time, and user responsible for the change? Is a production routing marked for deletion, indicating it is no longer active or relevant? Does a production routing have specific characteristics, such as being a rework routing or having flexible processing? Is the Bill of Operations executed in a Manufacturing Execution System (MES) or transferred to an Enterprise Resource Planning (ERP) system? What are the associations between different elements of production routing, such as the Bill of Operations Group and Type? To help you decide which CDS view to use for your purposes, SAP has introduced the annotation ObjectModel.supportedCapabilities that indicates the most appropriate use cases for each CDS view. To find out what use cases are best supported by this CDS view, access the entry of the CDS view in the View Browser app and find the values for this annotation under the Annotation tab. For more information, see Supported Capabilities for CDS Views .
Prerequisites
Authorizations Users who want to use this CDS view must have a role with the following restriction types set to read access: C_ROUT - Authorizations for Routings These restriction types are edited in the Maintain Business Roles app.
Structure
Parameters Important Fields Important fields in this view include the following: Field Name Description BillOfOperationIsExecutedInMES Execution in SAP ME BillOfOperationIsTrnsfdToERP ERP Integration LastChangedByUser Changed By BillOfOperationsVariantDesc Description IsMarkedForDeletion Deletion Flag BillOfOperationsType Task List Type HasChangeNumber Change no. indicator HasParameterEffectivity Param. effect. ind. BillOfOperationsVersionType Version Profile RoutingIsReworkRouting Rework Routing ProdnProcgIsFlexible Flexible Processing LastChangeDate Changed on LastChangeTime Changed at LastUsageDate Last Call NumberOfUsages Number of Calls ProductionRoutingGroup Group ProductionRouting Group Counter
Data Extraction
Data Extraction Type This CDS view is enabled for data extraction in full mode as well as in delta mode. Deltas are determined automatically by change data capture.
SAP API Hub
| Category | Basic |
|---|---|
| State | C1 |
| Line of Business | Manufacturing |
| Application Component | PP-VDM-MD-2CL |
| Capabilities | Data Source for Data Extraction,Association Target for Defining CDS Entities,Analytical Dimension |
| Extensible (Key User) | No |
| Extensible (Developer) | No |
| Release State (Key User) | Released |
| Release State (Developer) | Not Released |
| Package | Manufacturing for SAP S/4HANA Cloud Public Edition |
| Description | <p>This CDS view is designed to provide a structured representation of production routing information within a manufacturing or production environment. It serves as a foundational data source for analytics and reporting related to production processes, capturing essential attributes and metadata about production routings.</p> <p>This CDS view provides the data to answer the following business questions:</p> <ul> <li><p>What are the key attributes and identifiers associated with production routings, such as the Bill of Operations Type and Production Routing Group?</p></li> <li><p>How frequently has a particular production routing been used, and when was it last utilized?</p></li> <li><p>Has a production routing undergone changes, and if so, what are the details of the last change, including the date, time, and user responsible for the change?</p></li> <li><p>Is a production routing marked for deletion, indicating it is no longer active or relevant?</p></li> <li><p>Does a production routing have specific characteristics, such as being a rework routing or having flexible processing?</p></li> <li><p>Is the Bill of Operations executed in a Manufacturing Execution System (MES) or transferred to an Enterprise Resource Planning (ERP) system?</p></li> <li><p>What are the associations between different elements of production routing, such as the Bill of Operations Group and Type?</p></li> </ul> <p>To help you decide which CDS view to use for your purposes, SAP has introduced the annotation ObjectModel.supportedCapabilities that indicates the most appropriate use cases for each CDS view. To find out what use cases are best supported by this CDS view, access the entry of the CDS view in the View Browser app and find the values for this annotation under the Annotation tab. For more information, see Supported Capabilities for CDS Views.</p> |
Documentation
- Analytics with CDS Views — Build Analytics for S/4HANA Cloud Public Edition ABAP CDS views replicated to SAP Cloud Platform
- CDS Views on SAP Business Accelerator Hub — Explore SAP S/4HANA Cloud Public Edition CDS Views on SAP Business Accelerator Hub
- Create CDS View as API — Create CDS views in SAP S/4HANA Cloud Public Edition and consume them as APIs
- Custom CDS Views — Access data using a Custom Core Data Service view (Custom CDS view)
- Custom Communication Scenarios — Create custom communication scenarios to configure custom communication arrangement
- Key User Extensibility Tools — The Key User Extensibility Tools of S/4HANA
- SAP S/4HANA Extensibility — SAP S/4HANA Extensibility Tutorial
- VDM View Types — The Virtual Data Model in SAP S/4HANA Cloud Public Edition
- View Browser — Search, browse and tag CDS Views
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| P_ProductionRoutingDEX | P_ProductionRoutingDEX | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..*] | I_ProductionRoutingHeaderDEX | _ProdnRtgHeader | $projection.BillOfOperationsType = _ProdnRtgHeader.BillOfOperationsType and $projection.ProductionRoutingGroup = _ProdnRtgHeader.ProductionRoutingGroup and $projection.ProductionRouting = _ProdnRtgHeader.ProductionRouting |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.representativeKey | ProductionRouting | view | |
| EndUserText.label | Production Routing Main Header | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.dataExtraction.enabled | true | view | |
| Analytics.dataExtraction.delta.changeDataCapture.automatic | true | view | |
| Analytics.internalName | #LOCAL | view | |
| ObjectModel.sapObjectNodeType.name | ProductionRouting | view | |
| Metadata.allowExtensions | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.modelingPattern | #ANALYTICAL_DIMENSION | view |
Fields (20)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BillOfOperationsType | BillOfOperationsType | Task List Type | |
| KEY | ProductionRoutingGroup | ProductionRoutingGroup | Key for Task List Group | |
| KEY | ProductionRouting | ProductionRouting | Referenced BOO Variant | |
| BillOfOperationsVersionType | BillOfOperationsVersionType | Version Profile | ||
| LastUsageDate | LastUsageDate | Date of the Last Call | ||
| NumberOfUsages | NumberOfUsages | Number of Calls | ||
| HasChangeNumber | HasChangeNumber | Task list with change number | ||
| HasParameterEffectivity | HasParameterEffectivity | Task list with parameter effectivity | ||
| LastChangeDate | LastChangeDate | Date of the last change made to the task list | ||
| LastChangeTime | LastChangeTime | Time of last change made to the task list | ||
| LastChangedByUser | LastChangedByUser | Last Changed By User | ||
| IsMarkedForDeletion | IsMarkedForDeletion | Indicator: Delete completely in reorganization run | ||
| BillOfOperationsVariantDesc | BillOfOperationsVariantDesc | Describes a task list group counter | ||
| RoutingIsReworkRouting | RoutingIsReworkRouting | Rework Routing | ||
| ProdnProcgIsFlexible | ProdnProcgIsFlexible | Flexible Processing | ||
| BillOfOperationIsExecutedInMES | BillOfOperationIsExecutedInMES | Order Execution for this Routing to be Performed in SAP ME | ||
| BillOfOperationsIsTrnsfdToERP | BillOfOperationsIsTrnsfdToERP | Planning for this Routing to be Performed in SAP ERP | ||
| _BillOfOperationsGroup | _BillOfOperationsGroup | |||
| _BillOfOperationsType | _BillOfOperationsType | |||
| _ProdnRtgHeader | _ProdnRtgHeader |
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_ProductionRoutingDEX.
-- 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_ProductionRoutingDEX AS
SELECT
BillOfOperationsType,
ProductionRoutingGroup,
ProductionRouting,
BillOfOperationsVersionType,
LastUsageDate,
NumberOfUsages,
HasChangeNumber,
HasParameterEffectivity,
LastChangeDate,
LastChangeTime,
LastChangedByUser,
IsMarkedForDeletion,
BillOfOperationsVariantDesc,
RoutingIsReworkRouting,
ProdnProcgIsFlexible,
BillOfOperationIsExecutedInMES,
BillOfOperationsIsTrnsfdToERP
FROM P_ProductionRoutingDEX
LEFT OUTER JOIN I_ProductionRoutingHeaderDEX AS _ProdnRtgHeader ON BillOfOperationsType = _ProdnRtgHeader.BillOfOperationsType AND ProductionRoutingGroup = _ProdnRtgHeader.ProductionRoutingGroup AND ProductionRouting = _ProdnRtgHeader.ProductionRouting -- association [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