I_PMNotificationTypeStdVH
Notification Type
I_PMNotificationTypeStdVH is a Composite CDS View that provides data about "Notification Type" in SAP S/4HANA. It reads from 1 data source (I_PMNotificationType) and exposes 2 fields with key field NotificationType. Part of development package IWOC.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_PMNotificationType | I_PMNotificationType | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| Analytics.technicalName | IPMNT__VH | view | |
| ObjectModel.representativeKey | NotificationType | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Search.searchable | true | view | |
| EndUserText.label | Notification Type | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | NotificationType | NotificationType | ||
| _Text | _Text |
@VDM.viewType: #COMPOSITE
@ObjectModel.dataCategory: #VALUE_HELP
@Analytics.technicalName: 'IPMNT__VH'
@ObjectModel.representativeKey: 'NotificationType'
//@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@AccessControl.authorizationCheck: #CHECK
@AccessControl.privilegedAssociations: ['_Text']
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true
@EndUserText.label: 'Notification Type'
define view entity I_PMNotificationTypeStdVH as select from I_PMNotificationType {
@ObjectModel.text.association: '_Text'
@UI.textArrangement: #TEXT_FIRST
@Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
key NotificationType,
_Text
} where 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