C_CellCommentTagTP

DDL: C_CELLCOMMENTTAGTP Type: view_entity CONSUMPTION Package: RSANAR_CELL_COMMENT

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)

SourceAliasJoin Type
R_CellCommentTagTP R_CellCommentTagTP projection

Annotations (6)

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

ServiceBindingVersionContractRelease
UI_CELLCOMMENT UI_CELLCOMMENT V4 C1 NOT_RELEASED

Fields (8)

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