@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #CONSUMPTION
@ObjectModel.representativeKey : 'MaintenanceNotification'
@Analytics.technicalName : 'CMAINTNOTIFVH'
@Search.searchable: true
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.dataClass: #MIXED
@EndUserText.label : 'Maintenance Notification Value Help'
define view entity C_MaintenanceNotificationVH as select from I_MaintenanceNotification {
@Search.defaultSearchElement: true
key I_MaintenanceNotification.MaintenanceNotification,
@Search.defaultSearchElement: true
@Consumption.filter .hidden: true
I_MaintenanceNotification.NotificationText,
I_MaintenanceNotification.NotificationType,
// I_MaintenanceNotification.MaintPriority,
// I_MaintenanceNotification.MaintPriorityType,
// I_MaintenanceNotification.NotifProcessingPhase,
// I_MaintenanceNotification.CreatedByUser,
// I_MaintenanceNotification.LastChangedByUser,
// I_MaintenanceNotification.ReportedByUser,
// I_MaintenanceNotification.CreationDate,
// I_MaintenanceNotification.LastChangeTime,
// I_MaintenanceNotification.LastChangeDate,
// I_MaintenanceNotification.CreationTime,
// I_MaintenanceNotification.CreationDateTime,
// I_MaintenanceNotification.MaintenanceOrder,
// I_MaintenanceNotification.RequiredStartDate,
// I_MaintenanceNotification.RequiredStartTime,
// I_MaintenanceNotification.RequiredEndDate,
// I_MaintenanceNotification.RequiredEndTime,
// I_MaintenanceNotification.NotificationCreationDate,
// I_MaintenanceNotification.NotificationCreationTime,
// I_MaintenanceNotification.NotificationReferenceDate,
// I_MaintenanceNotification.MaintNotifInternalID,
// I_MaintenanceNotification.NotificationTimeZone,
// I_MaintenanceNotification.NotificationReferenceTime,
// I_MaintenanceNotification.NotificationCompletionDate,
// I_MaintenanceNotification.NotificationCompletionTime as CompletionTime,
// I_MaintenanceNotification.WorkCenterInternalID,
// I_MaintenanceNotification.MaintenanceWorkCenterPlant,
// I_MaintenanceNotification.MaintNotificationCatalog,
// I_MaintenanceNotification.MaintNotificationCode,
// I_MaintenanceNotification.MaintNotificationCodeGroup,
// I_MaintenanceNotification.IsDeleted,
// I_MaintenanceNotification.IsCompleted,
//Propagated Associations (authorization)
_PMNotifMaintenanceData
}
where I_MaintenanceNotification._PMNotificationType.NotificationCategory = '01'
Depth:
1
2
3
4
5
All
Reload
C_MaintenanceNotificationVH view_entity