I_NotificationCatalog
Notification Catalog
I_NotificationCatalog is a Basic CDS View that provides data about "Notification Catalog" in SAP S/4HANA. It reads from 1 data source (tq15) and exposes 2 fields with key field NotificationCatalog. It has 1 association to related views. Part of development package VDM_QM_NOTIFICATION.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tq15 | tq15 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_NotificationCatalogText | _NotificationCatalogText | $projection.NotificationCatalog = _NotificationCatalogText.NotificationCatalog |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.representativeKey | NotificationCatalog | view | |
| Analytics.technicalName | INOTIFCAT | view | |
| EndUserText.label | Notification Catalog | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | NotificationCatalog | tq15 | katalogart | |
| _NotificationCatalogText | _NotificationCatalogText |
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #NOT_REQUIRED
@VDM: {
viewType: #BASIC,
lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@ObjectModel.supportedCapabilities:
[ #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET ]
@ObjectModel:{
usageType:{
dataClass: #CUSTOMIZING,
serviceQuality: #A,
sizeCategory: #S
},
representativeKey: 'NotificationCatalog'
}
@Analytics.technicalName: 'INOTIFCAT'
@EndUserText.label: 'Notification Catalog'
define view entity I_NotificationCatalog as select from tq15
association [0..*] to I_NotificationCatalogText as _NotificationCatalogText on $projection.NotificationCatalog = _NotificationCatalogText.NotificationCatalog
{
@ObjectModel.text.association: '_NotificationCatalogText'
key tq15.katalogart as NotificationCatalog
/* Associations */
,_NotificationCatalogText
}
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