E_MaintenanceOrderOperation

DDL: E_MAINTENANCEORDEROPERATION SQL: EMAINTORDOP Type: view EXTENSION

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.

Data Sources (1)

SourceAliasJoin Type
afvc Persistence from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName EMAINTORDOP view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Maintenance Order Operation - Extension view
VDM.viewType #EXTENSION view
ClientHandling.algorithm #AUTOMATED 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
@AbapCatalog.sqlViewName: 'EMAINTORDOP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@EndUserText.label: 'Maintenance Order Operation - Extension'
@VDM.viewType: #EXTENSION

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

define view E_MaintenanceOrderOperation
  as select from afvc as Persistence
{
  key Persistence.aufpl           as MaintOrderRoutingNumber,
  key Persistence.aplzl           as MaintOrderOperationCounter
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"AFVC"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/