C_MyCellCommentMentionedUserTP
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)
| Source | Alias | Join Type |
|---|---|---|
| R_MyCellCommentMentionedUserTP | R_MyCellCommentMentionedUserTP | projection |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_CELLCOMMENT | UI_CELLCOMMENT | V4 | C1 | NOT_RELEASED |
Fields (10)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA