I_NotificationCatalog

DDL: I_NOTIFICATIONCATALOG Type: view_entity BASIC Package: VDM_QM_NOTIFICATION

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)

SourceAliasJoin Type
tq15 tq15 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_NotificationCatalogText _NotificationCatalogText $projection.NotificationCatalog = _NotificationCatalogText.NotificationCatalog

Annotations (10)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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
}