E_ProductionRoutingHeader

DDL: E_PRODUCTIONROUTINGHEADER Type: view_entity EXTENSION Package: ODATA_PP_ROUTING_API

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)

SourceAliasJoin Type
plko Persistence from

Annotations (7)

NameValueLevelField
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

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY BillOfOperationsType plko plnty
KEY ProductionRoutingGroup plko plnnr
KEY ProductionRouting plko plnal
KEY ProductionRoutingInternalVers plko zaehl
@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
}