P_CELLCOMMENTMENTIONEDUSER

CDS View

Cell Comment Mentioned User

P_CELLCOMMENTMENTIONEDUSER is a CDS View in S/4HANA. Cell Comment Mentioned User. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_CellCommentMentionedUserVH view_entity from CONSUMPTION Analytical Cell CMT Mentioned User VH
@AbapCatalog.viewEnhancementCategory: [#NONE]
@VDM.private: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Cell Comment Mentioned User'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #X,
  sizeCategory: #S,
  dataClass: #MIXED
}
define view entity P_CellCommentMentionedUser
  as select distinct from SUSR_USER_AUTH_OBJECT as _User2Profile
    inner join            P_CellCommentPROFILEUSER on _User2Profile.auth = P_CellCommentPROFILEUSER.object
{
  _User2Profile.bname as UserID
}
where
  _User2Profile.object = 'S_RS_CMT'