I_NotifCauseCodeCatalog

DDL: I_NOTIFCAUSECODECATALOG Type: view_entity BASIC Package: VDM_QM_NOTIFICATION

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)

SourceAliasJoin Type
tq15 tq15 from

Annotations (8)

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

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