C_CellCommentTP
Analytical Cell Comments-TP
C_CellCommentTP is a Consumption CDS View that provides data about "Analytical Cell Comments-TP" in SAP S/4HANA. It reads from 1 data source (R_CellCommentTP) and exposes 16 fields with key fields DocumentStoreCDSViewName, CellCommentDocumentIdentifier. It is exposed through 1 OData service (UI_CELLCOMMENT). Part of development package RSANAR_CELL_COMMENT.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_CellCommentTP | R_CellCommentTP | projection |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Analytical Cell Comments-TP | view | |
| AccessControl.authorizationCheck | #MANDATORY | 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 (16)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | DocumentStoreCDSViewName | DocumentStoreCDSViewName | ||
| KEY | CellCommentDocumentIdentifier | CellCommentDocumentIdentifier | ||
| CellCommentTitle | CellCommentTitle | |||
| AnalyticalCommentTitle | AnalyticalCommentTitle | |||
| AnlytlCommentClassification | AnlytlCommentClassification | |||
| AnlytlCmntClassificationNamelocalized | ||||
| MultiDimensionModelBin | MultiDimensionModelBin | |||
| CellCommentTag | CellCommentTag | |||
| CellCommentChangedByUser | CellCommentChangedByUser | |||
| ChangedByUserDescription | ChangedByUserDescription | |||
| CellCommentChangeDateTime | CellCommentChangeDateTime | |||
| AnalyticalCommentCopiedByUser | AnalyticalCommentCopiedByUser | |||
| CopiedByUserDescription | CopiedByUserDescription | |||
| AnalyticalCommentCopyDateTime | AnalyticalCommentCopyDateTime | |||
| AnalyticalCommentStatus | AnalyticalCommentStatus | |||
| AnalyticalCommentStatusNamelocalized |
@EndUserText.label: 'Analytical Cell Comments-TP'
@AccessControl.authorizationCheck: #MANDATORY
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #B,
sizeCategory: #L,
dataClass: #TRANSACTIONAL
}
@ObjectModel.text.control: #('ASSOCIATED_TEXT_UI_HIDDEN')
@VDM.viewType: #CONSUMPTION
define root view entity C_CellCommentTP
provider contract transactional_query
as projection on R_CellCommentTP
{
key DocumentStoreCDSViewName,
key CellCommentDocumentIdentifier,
CellCommentTitle,
AnalyticalCommentTitle,
@ObjectModel.text.element: ['AnlytlCmntClassificationName']
@Consumption.valueHelpDefinition: [
{ entity: { name: 'I_AnlytlCmntClassificationVH',
element: 'AnlytlCommentClassification' }
}]
AnlytlCommentClassification,
_AnlytlCommentClassfctnText.AnlytlCmntClassificationName : localized,
MultiDimensionModelBin,
CellCommentTag,
CellCommentChangedByUser,
ChangedByUserDescription,
CellCommentChangeDateTime,
AnalyticalCommentCopiedByUser,
CopiedByUserDescription,
AnalyticalCommentCopyDateTime,
@ObjectModel.text.element: ['AnalyticalCommentStatusName']
@Consumption.valueHelpDefinition: [
{ entity: { name: 'I_AnlytlCommentStatusVH',
element: 'AnalyticalCommentStatus' }
}]
AnalyticalCommentStatus,
_CommentStatusText.AnalyticalCommentStatusName : localized,
_CellCommentContent : redirected to composition child C_CellCommentContentTP,
_CellCommentTag : redirected to composition child C_CellCommentTagTP
}
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