E_MaintenanceOrderOperation

DDL: E_MAINTENANCEORDEROPERATION Type: view_entity EXTENSION Package: IWO1

Maintenance Order Operation - Extension

E_MaintenanceOrderOperation is a Extension CDS View that provides data about "Maintenance Order Operation - Extension" in SAP S/4HANA. It reads from 1 data source (afvc) and exposes 2 fields with key fields MaintOrderRoutingNumber, MaintOrderOperationCounter. Part of development package IWO1.

Data Sources (1)

SourceAliasJoin Type
afvc Persistence from

Annotations (6)

NameValueLevelField
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Maintenance Order Operation - Extension view
VDM.viewType #EXTENSION view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY MaintOrderRoutingNumber afvc aufpl
KEY MaintOrderOperationCounter afvc aplzl
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@EndUserText.label: 'Maintenance Order Operation - Extension'
@VDM.viewType: #EXTENSION

@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L

define view entity E_MaintenanceOrderOperation
  as select from afvc as Persistence
{
  key Persistence.aufpl           as MaintOrderRoutingNumber,
  key Persistence.aplzl           as MaintOrderOperationCounter
}