C_MyCellCommentContentTP

DDL: C_MYCELLCOMMENTCONTENTTP Type: view_entity CONSUMPTION Package: RSANAR_CELL_COMMENT

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)

SourceAliasJoin Type
R_MyCellCommentContentTP R_MyCellCommentContentTP projection

Annotations (7)

NameValueLevelField
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)

ServiceBindingVersionContractRelease
UI_CELLCOMMENT UI_CELLCOMMENT V4 C1 NOT_RELEASED

Fields (11)

KeyFieldSource TableSource FieldDescription
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
}