E_ProductionOrderOperation

DDL: E_PRODUCTIONORDEROPERATION Type: view_entity EXTENSION

Production Order Operation - Extension

E_ProductionOrderOperation is a Extension CDS View that provides data about "Production Order Operation - Extension" in SAP S/4HANA. It reads from 1 data source (afvu) and exposes 2 fields with key fields OrderInternalID, OrderOperationInternalID.

Data Sources (1)

SourceAliasJoin Type
afvu Persistence from

Annotations (6)

NameValueLevelField
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Production Order Operation - Extension view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #EXTENSION view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY OrderInternalID afvu aufpl
KEY OrderOperationInternalID afvu aplzl
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@EndUserText.label: 'Production Order Operation - Extension'
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.sizeCategory : #XL
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@VDM.viewType: #EXTENSION
define view entity E_ProductionOrderOperation
  as select from afvu as Persistence
{
  key Persistence.aufpl as OrderInternalID,
  key Persistence.aplzl as OrderOperationInternalID   
} 
  
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"AFVU"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/