P_CELLCOMMENTNOTIFACTNSETTING

CDS View

Analytical Cell CMT NotifActn Setting

P_CELLCOMMENTNOTIFACTNSETTING is a CDS View in S/4HANA. Analytical Cell CMT NotifActn Setting. It contains 1 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_CellCommentMentionedUserVH view_entity left_outer CONSUMPTION Analytical Cell CMT Mentioned User VH

Fields (1)

KeyField CDS FieldsUsed in Views
DontDeliverNotification DontDeliverNotification 1
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Analytical Cell CMT NotifActn Setting'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #X,
  sizeCategory: #S,
  dataClass: #MIXED
}
define view entity P_CellCommentNotifActnSetting 
   as select from /IWNGW/I_NNOTIFTYPESETTINGS as _setting
    inner join   /IWNGW/I_NNOTIFICATIONTYPE  as _type on _setting.NotificationTypeId = _type.NotificationTypeId
{
  key _setting.NotificationRecipientId,
  key _setting.NotificationTypeId as CommentNotificationType,
      _setting.NotificationPriority,
      _setting.DontDeliverNotification,
      _setting.DontDeliverMobileNotification,
      _setting.DontDeliverEmailNotification
}
where
  _type.NotificationTypeKey = 'AnalyticalCommentMention' and _type.NotificationProviderId = 'ANALYTICAL_COMMENT_NOTIFICATION'