I_MaintNotifEmailParameter

DDL: I_MAINTNOTIFEMAILPARAMETER SQL: IMNTNTFEMAILPRM Type: view BASIC

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.

Data Sources (1)

SourceAliasJoin Type
I_MaintenanceNotification I_MaintenanceNotification from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName IMNTNTFEMAILPRM view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Email Parameters for Maint Notification view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY MaintenanceNotification MaintenanceNotification
@AbapCatalog.sqlViewName: 'IMNTNTFEMAILPRM'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Email Parameters for Maint Notification'

@VDM.viewType: #BASIC

@ClientHandling.algorithm: #SESSION_VARIABLE

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

define view I_MaintNotifEmailParameter
  as select from I_MaintenanceNotification
{

  key MaintenanceNotification

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_MAINTENANCENOTIFICATION"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/