E_OrderOperation

DDL: E_ORDEROPERATION Type: view_entity EXTENSION Package: VDM_PP_SFC

Mfg Order Operation - Extension

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

Data Sources (1)

SourceAliasJoin Type
afvu Persistence from

Annotations (6)

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

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY OrderInternalID afvu aufpl
KEY OrderOperationInternalID afvu aplzl
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY /*shall only be used in field extension framework*/
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.sizeCategory : #XL
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@VDM.viewType: #EXTENSION
@EndUserText.label: 'Mfg Order Operation - Extension'

define view entity E_OrderOperation
  as select from afvu as Persistence
{
  key Persistence.aufpl as OrderInternalID,
  key Persistence.aplzl as OrderOperationInternalID 
}