C_MaintenanceNotificationVH

DDL: C_MAINTENANCENOTIFICATIONVH Type: view_entity CONSUMPTION Package: ODATA_EAM_NTF_MAN

Maintenance Notification Value Help

C_MaintenanceNotificationVH is a Consumption CDS View that provides data about "Maintenance Notification Value Help" in SAP S/4HANA. It reads from 1 data source (I_MaintenanceNotification) and exposes 4 fields with key field MaintenanceNotification. Part of development package ODATA_EAM_NTF_MAN.

Data Sources (1)

SourceAliasJoin Type
I_MaintenanceNotification I_MaintenanceNotification from

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
VDM.viewType #CONSUMPTION view
ObjectModel.representativeKey MaintenanceNotification view
Analytics.technicalName CMAINTNOTIFVH view
Search.searchable true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MIXED view
EndUserText.label Maintenance Notification Value Help view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY MaintenanceNotification I_MaintenanceNotification MaintenanceNotification
NotificationText I_MaintenanceNotification NotificationText
NotificationType I_MaintenanceNotification NotificationType
_PMNotifMaintenanceData _PMNotifMaintenanceData
@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'