I_NotifCauseCodeCatalog

DDL: I_NOTIFCAUSECODECATALOG SQL: INOTIFCAUCAT Type: view BASIC

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.

Data Sources (1)

SourceAliasJoin Type
tq15 tq15 from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName INOTIFCAUCAT view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #BASIC view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.representativeKey NotificationCauseCodeCatalog view
EndUserText.label Notification Cause Catalog view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY NotificationCauseCodeCatalog tq15 katalogart
@AbapCatalog.sqlViewName: 'INOTIFCAUCAT'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.preserveKey:true 
@AbapCatalog.compiler.compareFilter:true 
@VDM.viewType: #BASIC

@ObjectModel:{
    usageType:{
        dataClass: #CUSTOMIZING,
        serviceQuality: #A,
        sizeCategory: #S
    },
    representativeKey: 'NotificationCauseCodeCatalog'
}
@EndUserText.label: 'Notification Cause Catalog'
define view I_NotifCauseCodeCatalog as select from tq15 {

    key tq15.katalogart  as NotificationCauseCodeCatalog
    
}