C_AnalyticalCommentContentTP

DDL: C_ANALYTICALCOMMENTCONTENTTP Type: view_entity CONSUMPTION Package: RSANAR_CELL_COMMENT

Analysis comment content entity-TP

C_AnalyticalCommentContentTP is a Consumption CDS View that provides data about "Analysis comment content entity-TP" in SAP S/4HANA. It reads from 1 data source (R_AnalyticalCommentContentTP) and exposes 11 fields with key field AnalyticalCommentContentUUID. It is exposed through 1 OData service (UI_CELLCOMMENT). Part of development package RSANAR_CELL_COMMENT.

Data Sources (1)

SourceAliasJoin Type
R_AnalyticalCommentContentTP R_AnalyticalCommentContentTP projection

Annotations (6)

NameValueLevelField
EndUserText.label Analysis comment content 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)

ServiceBindingVersionContractRelease
UI_CELLCOMMENT UI_CELLCOMMENT V4 C1 NOT_RELEASED

Fields (11)

KeyFieldSource TableSource FieldDescription
KEY AnalyticalCommentContentUUID AnalyticalCommentContentUUID
AnalyticalCommentThreadUUID AnalyticalCommentThreadUUID
AnalyticalCommentVersion AnalyticalCommentVersion
FreeDfndAnlytlCmntCntntBinary FreeDfndAnlytlCmntCntntBinary
AnlytlCommentContentPlainText AnlytlCommentContentPlainText
CreatedByUser CreatedByUser
CreationDateTime CreationDateTime
LastChangedByUser LastChangedByUser
LastChangeDateTime LastChangeDateTime
ChangedByUserDescription ChangedByUserDescription
CreatedByUserDescription CreatedByUserDescription
@EndUserText.label: 'Analysis comment content entity-TP'
@AccessControl.authorizationCheck: #MANDATORY
@ObjectModel.usageType:{
  serviceQuality: #B,
  sizeCategory: #L,
  dataClass: #TRANSACTIONAL
}
@VDM.viewType: #CONSUMPTION

define view entity C_AnalyticalCommentContentTP as projection on R_AnalyticalCommentContentTP
{
  
  key AnalyticalCommentContentUUID,
  
      AnalyticalCommentThreadUUID,
  
      AnalyticalCommentVersion,

      FreeDfndAnlytlCmntCntntBinary,
      
      AnlytlCommentContentPlainText,
      
      CreatedByUser,
      
      CreationDateTime,
      
      LastChangedByUser,
      
      LastChangeDateTime,
      
      ChangedByUserDescription,
      
      CreatedByUserDescription,
      
     
      
      _AnalyticalCommentThread : redirected to parent C_AnalyticalCommentThreadTP,
      
      _AnalyticalCommentMention : redirected to composition child C_AnlytlCommentMentionedUserTP

}