C_MaintNotificationTypeVH
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)
| Source | Alias | Join Type |
|---|---|---|
| I_PMNotificationType | I_PMNotificationType | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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'
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