I_AnlytlCommentStatusVH

DDL: I_ANLYTLCOMMENTSTATUSVH Type: view_entity Package: RSANAR_CELL_COMMENT

Analytical Cell Comment Status VH

I_AnlytlCommentStatusVH is a CDS View that provides data about "Analytical Cell Comment Status VH" in SAP S/4HANA. It reads from 1 data source (I_AnalyticalCommentStatus) and exposes 2 fields with key field AnalyticalCommentStatus. It is exposed through 1 OData service (UI_CELLCOMMENT). Part of development package RSANAR_CELL_COMMENT.

Data Sources (1)

SourceAliasJoin Type
I_AnalyticalCommentStatus I_AnalyticalCommentStatus from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Analytical Cell Comment Status VH view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.dataCategory #VALUE_HELP view

OData Services (1)

ServiceBindingVersionContractRelease
UI_CELLCOMMENT UI_CELLCOMMENT V4 C1 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY AnalyticalCommentStatus AnalyticalCommentStatus
_Text _Text
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Analytical Cell Comment Status VH'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #A,
  sizeCategory: #S,
  dataClass: #TRANSACTIONAL
}
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.dataCategory: #VALUE_HELP
define view entity I_AnlytlCommentStatusVH as select from I_AnalyticalCommentStatus
{
  @ObjectModel.text.association: '_Text'
  @UI.textArrangement: #TEXT_ONLY
  key AnalyticalCommentStatus,
      
      _Text
}