I_PMNotificationTypeStdVH

DDL: I_PMNOTIFICATIONTYPESTDVH SQL: IPMNT__VH Type: view COMPOSITE

Notification Type

I_PMNotificationTypeStdVH is a Composite CDS View that provides data about "Notification Type" in SAP S/4HANA. It reads from 1 data source (I_PMNotificationType) and exposes 2 fields with key field NotificationType.

Data Sources (1)

SourceAliasJoin Type
I_PMNotificationType I_PMNotificationType from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName IPMNT__VH view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey NotificationType view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
EndUserText.label Notification Type view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY NotificationType NotificationType
_Text _Text
//GENERATED:004:ZDpK08xG7jU}eBgLtOZvI0

@AbapCatalog.sqlViewName: 'IPMNT__VH'
@AbapCatalog.compiler.compareFilter: true

@VDM.viewType: #COMPOSITE

@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'NotificationType'

//@ObjectModel.resultSet.sizeCategory: #XS

@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S

@AccessControl.authorizationCheck: #CHECK
@AccessControl.privilegedAssociations: ['_Text']

@ClientHandling.algorithm: #SESSION_VARIABLE

@Metadata.ignorePropagatedAnnotations: true

@Search.searchable: true

@EndUserText.label: 'Notification Type'
define view I_PMNotificationTypeStdVH as select from I_PMNotificationType {
  @ObjectModel.text.association: '_Text'
  @UI.textArrangement: #TEXT_FIRST
  @Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
  key NotificationType,
  _Text
} where NotificationCategory = '01'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PMNOTIFICATIONTYPE"
],
"ASSOCIATED":
[
"I_PMNOTIFICATIONTYPETEXT"
],
"BASE":
[
"I_PMNOTIFICATIONTYPE"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/