I_NotifCauseCodeCatalog
Notification Cause Catalog
I_NotifCauseCodeCatalog is a Basic CDS View that provides data about "Notification Cause Catalog" in SAP S/4HANA. It reads from 1 data source (tq15) and exposes 1 field with key field NotificationCauseCodeCatalog. Part of development package VDM_QM_NOTIFICATION.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tq15 | tq15 | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.representativeKey | NotificationCauseCodeCatalog | view | |
| Analytics.technicalName | INOTIFCAUCAT | view | |
| EndUserText.label | Notification Cause Catalog | view |
Fields (1)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | NotificationCauseCodeCatalog | tq15 | katalogart |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel:{
usageType:{
dataClass: #CUSTOMIZING,
serviceQuality: #A,
sizeCategory: #S
},
representativeKey: 'NotificationCauseCodeCatalog'
}
@Analytics.technicalName: 'INOTIFCAUCAT'
@EndUserText.label: 'Notification Cause Catalog'
define view entity I_NotifCauseCodeCatalog as select from tq15 {
key tq15.katalogart as NotificationCauseCodeCatalog
}
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