R_MYANALYTICALCOMMENTCONTENTTP

CDS View

My Analytical Comment Content - TP

R_MYANALYTICALCOMMENTCONTENTTP is a CDS View in S/4HANA. My Analytical Comment Content - TP. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_MyAnalyticalCommentContentTP view_entity projection CONSUMPTION My Analytical Comment Content
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'My Analytical Comment Content - TP'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #B,
  sizeCategory: #XL,
  dataClass: #TRANSACTIONAL
}
@VDM.lifecycle.contract.type:#SAP_INTERNAL_API
@VDM.viewType: #TRANSACTIONAL
define view entity R_MyAnalyticalCommentContentTP as select from I_MyAnalyticalCommentContent
  association to parent R_MyAnalyticalCommentTP  as _MyComment on $projection.AnalyticalCommentThreadUUID      = _MyComment.AnalyticalCommentThreadUUID
  composition [0..*] of R_MyAnlytlCmntMentionedUserTP as _MyCommentMentionedUser
{
  key AnalyticalCommentContentUUID,
      AnalyticalCommentThreadUUID,
      AnalyticalCommentVersion,
      FreeDfndAnlytlCmntCntntBinary,
      AnlytlCommentContentPlainText,
      CreatedByUser,
      CreationDateTime,
      LastChangedByUser,
      LastChangeDateTime,
      
      AnalyticalCommentContextUUID,
      

      /* Associations */
      _MyComment,
      _MyCommentMentionedUser,
      _AnalyticalCommentContext,
      _CreatedByUser,
      _ChangedByUser
}