I_AnlytlCommentClassification

DDL: I_ANLYTLCOMMENTCLASSIFICATION Type: view_entity BASIC Package: RSANAR_CELL_COMMENT

Analytical Comment Classification

I_AnlytlCommentClassification is a Basic CDS View that provides data about "Analytical Comment Classification" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field AnlytlCommentClassification. It has 1 association to related views. Part of development package RSANAR_CELL_COMMENT.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_AnlytlCommentClassfctnText _Text

Annotations (6)

NameValueLevelField
EndUserText.label Analytical Comment Classification view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view
VDM.viewType #BASIC view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY AnlytlCommentClassification
_Text _Text
@EndUserText.label: 'Analytical Comment Classification'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #S, dataClass: #META}
@VDM.viewType: #BASIC

define root view entity I_AnlytlCommentClassification as select from dd07l 
  composition [0..*] of I_AnlytlCommentClassfctnText as _Text 
{
       @ObjectModel.text.association: '_Text'
   key cast(domvalue_l as cmnt_classification) as AnlytlCommentClassification,
   
       _Text
}
where dd07l.domname     = 'CMNT_CLASSIFICATION' 
  and dd07l.as4local    = 'A'
  and dd07l.as4vers     = '0000'