C_MyCellCommentContentTP
My Cell Comment Content
C_MyCellCommentContentTP is a Consumption CDS View that provides data about "My Cell Comment Content" in SAP S/4HANA. It reads from 1 data source (R_MyCellCommentContentTP) and exposes 11 fields with key fields DocumentStoreCDSViewName, CellCommentDocumentIdentifier, CellCommentVersion. It is exposed through 1 OData service (UI_CELLCOMMENT). Part of development package RSANAR_CELL_COMMENT.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_MyCellCommentContentTP | R_MyCellCommentContentTP | projection |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | My Cell Comment Content | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AccessControl.authorizationCheck | #MANDATORY | 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 (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | DocumentStoreCDSViewName | DocumentStoreCDSViewName | ||
| KEY | CellCommentDocumentIdentifier | CellCommentDocumentIdentifier | ||
| KEY | CellCommentVersion | CellCommentVersion | ||
| FreeDfndCellCommentContentBin | FreeDfndCellCommentContentBin | |||
| AnlytlCommentContentPlainText | AnlytlCommentContentPlainText | |||
| CellCmntContentCreatedByUser | CellCmntContentCreatedByUser | |||
| CreatedByUserDescription | _CreatedByUser | UserDescription | ||
| CellCmntContentChangedByUser | CellCmntContentChangedByUser | |||
| ChangedByUserDescription | _ChangedByUser | UserDescription | ||
| CellCmntCntntCreationDateTime | CellCmntCntntCreationDateTime | |||
| LastChangeDateTime | CellCmntContentChangeDateTime |
@EndUserText.label: 'My Cell Comment Content'
@Metadata.ignorePropagatedAnnotations: true
@AccessControl.authorizationCheck: #MANDATORY
@ObjectModel.usageType:{
serviceQuality: #B,
sizeCategory: #L,
dataClass: #TRANSACTIONAL
}
@VDM.viewType: #CONSUMPTION
define view entity C_MyCellCommentContentTP as projection on R_MyCellCommentContentTP
{
key DocumentStoreCDSViewName,
key CellCommentDocumentIdentifier,
key CellCommentVersion,
FreeDfndCellCommentContentBin,
AnlytlCommentContentPlainText,
@Semantics.user.createdBy: true
@ObjectModel.text.element: ['CreatedByUserDescription']
CellCmntContentCreatedByUser,
@Semantics.text: true
_CreatedByUser.UserDescription as CreatedByUserDescription,
@Semantics.user.lastChangedBy: true
@ObjectModel.text.element: ['ChangedByUserDescription']
CellCmntContentChangedByUser,
@Semantics.text: true
_ChangedByUser.UserDescription as ChangedByUserDescription,
@Semantics.systemDateTime.createdAt: true
CellCmntCntntCreationDateTime,
@Consumption.filter: { mandatory: false, selectionType: #INTERVAL, multipleSelections: false }
@Semantics.systemDateTime.localInstanceLastChangedAt: true
CellCmntContentChangeDateTime as LastChangeDateTime,
_MyComment : redirected to parent C_MyCellCommentTP,
_MyCommentMentionedUser : redirected to composition child C_MyCellCommentMentionedUserTP
}
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