FSM_I_MaintenanceOrderConfirm

DDL: FSM_I_MAINTENANCEORDERCONFIRM Type: view_entity

Maint Ord Conf Creation Root View

FSM_I_MaintenanceOrderConfirm is a CDS View that provides data about "Maint Ord Conf Creation Root View" in SAP S/4HANA. It reads from 1 data source (I_MaintenanceOrderConfirmation) and exposes 4 fields with key fields MaintOrderConf, MaintOrderConfCntrValue, MaterialDocument.

Data Sources (1)

SourceAliasJoin Type
I_MaintenanceOrderConfirmation I_MaintenanceOrderConfirmation from

Annotations (6)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Maint Ord Conf Creation Root View view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #P view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MASTER view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY MaintOrderConf MaintOrderConf
KEY MaintOrderConfCntrValue MaintOrderConfCntrValue
KEY MaterialDocument MaterialDocument
ExternalId MaintenanceOrder
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Maint Ord Conf Creation Root View'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType.serviceQuality: #P
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.dataClass: #MASTER
define root view entity FSM_I_MaintenanceOrderConfirm
  as select from I_MaintenanceOrderConfirmation
{
      //Maintenance Order Confirmation

  key MaintOrderConf,
      //Maintenance Order Confirmation Counter

  key MaintOrderConfCntrValue,
      //Material Document

  key MaterialDocument,
      //Maintenance Order

      MaintenanceOrder as ExternalId
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_MAINTENANCEORDERCONFIRMATION"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/