I_AnlytlCommentClassification
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)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_AnlytlCommentClassfctnText | _Text | |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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'
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA