C_MaintNotificationTypeVH

DDL: C_MAINTNOTIFICATIONTYPEVH SQL: CMAINTNTFTYPEVH Type: view CONSUMPTION

Maintenance Notification Type Value Help

C_MaintNotificationTypeVH is a Consumption CDS View that provides data about "Maintenance Notification Type Value Help" in SAP S/4HANA. It reads from 1 data source (I_PMNotificationType) and exposes 2 fields with key field NotificationType.

Data Sources (1)

SourceAliasJoin Type
I_PMNotificationType I_PMNotificationType from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName CMAINTNTFTYPEVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #CONSUMPTION view
ObjectModel.representativeKey NotificationType view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
EndUserText.label Maintenance Notification Type Value Help view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY NotificationType I_PMNotificationType NotificationType
NotificationTypeName Notification Type Text
@AbapCatalog.sqlViewName: 'CMAINTNTFTYPEVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #CONSUMPTION
@ObjectModel.representativeKey: 'NotificationType'

@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #S 

@EndUserText.label: 'Maintenance Notification Type Value Help'
define view C_MaintNotificationTypeVH as select from I_PMNotificationType {
  @ObjectModel.text.element:  [ 'NotificationTypeName' ] 
  @UI.textArrangement: #TEXT_FIRST
  key I_PMNotificationType.NotificationType, 
  @EndUserText.label: 'Notification Type Text'
  I_PMNotificationType._Text[1:Language=$session.system_language].NotificationTypeName
} where I_PMNotificationType.NotificationCategory = '01'