I_MaintNotifStdVH

DDL: I_MAINTNOTIFSTDVH SQL: IMN__VH Type: view COMPOSITE

Maintenance Notification

I_MaintNotifStdVH is a Composite CDS View that provides data about "Maintenance Notification" in SAP S/4HANA. It reads from 1 data source (I_MaintenanceNotification) and exposes 4 fields with key field MaintenanceNotification.

Data Sources (1)

SourceAliasJoin Type
I_MaintenanceNotification I_MaintenanceNotification from

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IMN__VH view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey MaintenanceNotification view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #XL view
AccessControl.authorizationCheck #CHECK view
Search.searchable true view
Consumption.ranked true view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Maintenance Notification view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY MaintenanceNotification MaintenanceNotification
NotificationText NotificationText
NotificationType NotificationType
_PMNotifMaintenanceData _PMNotifMaintenanceData
@AbapCatalog.sqlViewName: 'IMN__VH'
@AbapCatalog.compiler.compareFilter: true

@VDM.viewType: #COMPOSITE

@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'MaintenanceNotification'

@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #XL

@AccessControl.authorizationCheck: #CHECK
@Search.searchable: true
@Consumption.ranked:true
@ClientHandling.algorithm: #SESSION_VARIABLE

@Metadata.ignorePropagatedAnnotations: true

@EndUserText.label: 'Maintenance Notification'
define view I_MaintNotifStdVH
  as select from I_MaintenanceNotification
{
      @Search: { defaultSearchElement: true, ranking: #HIGH }
      @ObjectModel.text.element: ['NotificationText']
  key MaintenanceNotification,
      @Search: { defaultSearchElement: true, ranking: #HIGH }
      NotificationText,
      @Consumption.hidden: true
      NotificationType,

      @Consumption.hidden: true
      _PMNotifMaintenanceData
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_MAINTENANCENOTIFICATION"
],
"ASSOCIATED":
[
"I_PMNOTIFMAINTENANCEDATA"
],
"BASE":
[
"I_MAINTENANCENOTIFICATION"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/