DHADM_MON_READING_TYPE
CDS View for Reading type
DHADM_MON_READING_TYPE is a CDS View in S/4HANA. CDS View for Reading type. It contains 1 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| DHADM_MON_AccessPlanSummary | view_entity | left_outer | Data for access plan summary tab |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| Text | ReadingTypeText | 1 |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'CDS View for Reading type'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #X,
sizeCategory: #S,
dataClass: #MIXED
}
define view entity DHADM_MON_READING_TYPE
as select from dd07t
{
key domvalue_l as Status,
key ddlanguage as Language,
ddtext as Text
}
where
domname = 'DHCDC_RT_READING_TYPE'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/