I_ANALYTICALCOMMENTSTATUS
Analytical Cell Comment Status
I_ANALYTICALCOMMENTSTATUS is a CDS View in S/4HANA. Analytical Cell Comment Status. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_AnlytlCommentStatusVH | view_entity | from | Analytical Cell Comment Status VH |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Analytical Cell Comment Status'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #S, dataClass: #META}
@ObjectModel.representativeKey: 'AnalyticalCommentStatus'
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #VALUE_HELP
@Search.searchable: true
define root view entity I_AnalyticalCommentStatus
as select from dd07l
composition [0..*] of I_AnlytlCommentStatusTxt as _Text
{
@ObjectModel.text.association: '_Text'
key cast(domvalue_l as cmnt_status) as AnalyticalCommentStatus,
@Analytics.hidden: true
@Consumption.hidden: true
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
dd07l.domvalue_l as DomainValue,
_Text
}
where
dd07l.domname = 'CMNT_STATUS'
and dd07l.as4local = 'A'
and dd07l.as4vers = '0000'