C_CellCommentTP

DDL: C_CELLCOMMENTTP Type: view_entity CONSUMPTION Package: RSANAR_CELL_COMMENT

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)

SourceAliasJoin Type
R_CellCommentTP R_CellCommentTP projection

Annotations (7)

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

ServiceBindingVersionContractRelease
UI_CELLCOMMENT UI_CELLCOMMENT V4 C1 NOT_RELEASED

Fields (16)

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

}