E_ProductionRoutingHeader
Production Routing Header - Extn
E_ProductionRoutingHeader is a Extension CDS View that provides data about "Production Routing Header - Extn" in SAP S/4HANA. It reads from 1 data source (plko) and exposes 4 fields with key fields BillOfOperationsType, ProductionRoutingGroup, ProductionRouting, ProductionRoutingInternalVers. Part of development package ODATA_PP_ROUTING_API.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| plko | Persistence | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Production Routing Header - Extn | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| VDM.viewType | #EXTENSION | view | |
| Feature | FTGL_PRODNRTG_KEYUSER_EXTNBLTY | view |
@EndUserText.label: 'Production Routing Header - Extn'
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory : #XL
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@VDM.viewType: #EXTENSION
@Feature: 'FTGL_PRODNRTG_KEYUSER_EXTNBLTY'
define view entity E_ProductionRoutingHeader
as select from plko as Persistence
{
key Persistence.plnty as BillOfOperationsType,
key Persistence.plnnr as ProductionRoutingGroup,
key Persistence.plnal as ProductionRouting,
key Persistence.zaehl as ProductionRoutingInternalVers
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- 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