I_MaintNotifEmailParameter

DDL: I_MAINTNOTIFEMAILPARAMETER Type: view_entity BASIC Package: IPRT

Email Parameters for Maint Notification

I_MaintNotifEmailParameter is a Basic CDS View that provides data about "Email Parameters for Maint Notification" in SAP S/4HANA. It reads from 1 data source (I_MaintenanceNotification) and exposes 1 field with key field MaintenanceNotification. Part of development package IPRT.

Data Sources (1)

SourceAliasJoin Type
I_MaintenanceNotification I_MaintenanceNotification from

Annotations (6)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Email Parameters for Maint Notification view
VDM.viewType #BASIC view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY MaintenanceNotification MaintenanceNotification
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Email Parameters for Maint Notification'

@VDM.viewType: #BASIC

@ObjectModel: {  usageType: {
    dataClass: #TRANSACTIONAL,
    serviceQuality: #A,
    sizeCategory: #L } }

define view entity I_MaintNotifEmailParameter
  as select from I_MaintenanceNotification
{

  key MaintenanceNotification

}