C_MyCellCommentMentionedUserTP

DDL: C_MYCELLCOMMENTMENTIONEDUSERTP Type: view_entity CONSUMPTION Package: RSANAR_CELL_COMMENT

My Cell Comment Mentioned User

C_MyCellCommentMentionedUserTP is a Consumption CDS View that provides data about "My Cell Comment Mentioned User" in SAP S/4HANA. It reads from 1 data source (R_MyCellCommentMentionedUserTP) and exposes 10 fields with key field AnlytlCommentMentionedUserUUID. It is exposed through 1 OData service (UI_CELLCOMMENT). Part of development package RSANAR_CELL_COMMENT.

Data Sources (1)

SourceAliasJoin Type
R_MyCellCommentMentionedUserTP R_MyCellCommentMentionedUserTP projection

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label My Cell Comment Mentioned User view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #CONSUMPTION view

OData Services (1)

ServiceBindingVersionContractRelease
UI_CELLCOMMENT UI_CELLCOMMENT V4 C1 NOT_RELEASED

Fields (10)

KeyFieldSource TableSource FieldDescription
KEY AnlytlCommentMentionedUserUUID AnlytlCommentMentionedUserUUID
DocumentStoreCDSViewName DocumentStoreCDSViewName
CellCommentDocumentIdentifier CellCommentDocumentIdentifier
CellCommentVersion CellCommentVersion
AnalyticalCommentMentionedUser AnalyticalCommentMentionedUser
PersonFullName _CommentMentionedUser PersonFullName
AnlytlCmntMentionedUsrPlchldr AnlytlCmntMentionedUsrPlchldr
CreatedByUser CreatedByUser
CreationDateTime CreationDateTime
_MyCommentredirectedtoC_MyCellCommentTP
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'My Cell Comment Mentioned User'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #B,
  sizeCategory: #L,
  dataClass: #TRANSACTIONAL
}
@VDM.viewType: #CONSUMPTION
define view entity C_MyCellCommentMentionedUserTP as projection on R_MyCellCommentMentionedUserTP
{
  key AnlytlCommentMentionedUserUUID,
  DocumentStoreCDSViewName,
  CellCommentDocumentIdentifier,
  CellCommentVersion,
  AnalyticalCommentMentionedUser,
  _CommentMentionedUser.PersonFullName,
  AnlytlCmntMentionedUsrPlchldr,
  CreatedByUser,
  CreationDateTime,
  /* Associations */
  _MyComment : redirected to C_MyCellCommentTP,
  _MyCommentContent : redirected to parent C_MyCellCommentContentTP
}