C_CellCommentTagTP
Cell comment tag entity-TP
C_CellCommentTagTP is a Consumption CDS View that provides data about "Cell comment tag entity-TP" in SAP S/4HANA. It reads from 1 data source (R_CellCommentTagTP) and exposes 8 fields with key field AnalyticalCommentTagUUID. It is exposed through 1 OData service (UI_CELLCOMMENT). Part of development package RSANAR_CELL_COMMENT.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_CellCommentTagTP | R_CellCommentTagTP | projection |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Cell comment tag entity-TP | 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 (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AnalyticalCommentTagUUID | AnalyticalCommentTagUUID | ||
| DocumentStoreCDSViewName | DocumentStoreCDSViewName | |||
| CellCommentDocumentIdentifier | CellCommentDocumentIdentifier | |||
| AnalyticalCommentTagValue | AnalyticalCommentTagValue | |||
| CreatedByUser | CreatedByUser | |||
| CreationDateTime | CreationDateTime | |||
| LastChangedByUser | LastChangedByUser | |||
| LastChangeDateTime | LastChangeDateTime |
@EndUserText.label: 'Cell comment tag entity-TP'
@AccessControl.authorizationCheck: #MANDATORY
@ObjectModel.usageType:{
serviceQuality: #B,
sizeCategory: #L,
dataClass: #TRANSACTIONAL
}
@VDM.viewType: #CONSUMPTION
define view entity C_CellCommentTagTP
as projection on R_CellCommentTagTP
{
key AnalyticalCommentTagUUID,
DocumentStoreCDSViewName,
CellCommentDocumentIdentifier,
AnalyticalCommentTagValue,
CreatedByUser,
CreationDateTime,
LastChangedByUser,
LastChangeDateTime,
/* Associations */
_CellComment: redirected to parent C_CellCommentTP
}
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