I_PMNotificationPriorityType

DDL: I_PMNOTIFICATIONPRIORITYTYPE SQL: IPMNOTIFPRIOTYPE Type: view BASIC

Notification PriorityType

I_PMNotificationPriorityType is a Basic CDS View (Dimension) that provides data about "Notification PriorityType" in SAP S/4HANA. It reads from 1 data source (t356a) and exposes 2 fields with key field MaintPriorityType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
t356a t356a from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_PMNotifPriorityTypeText _Text $projection.MaintPriorityType = _Text.MaintPriorityType

Annotations (17)

NameValueLevelField
EndUserText.label Notification PriorityType view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
Analytics.dataExtraction.delta.changeDataCapture.automatic true view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IPMNOTIFPRIOTYPE view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey MaintPriorityType view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
AbapCatalog.compiler.compareFilter true view
Metadata.ignorePropagatedAnnotations true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY MaintPriorityType t356a artpr Priority Type
_Text _Text
@EndUserText.label: 'Notification PriorityType'
@Analytics: { dataCategory: #DIMENSION, 
  dataExtraction : { enabled: true , 
  delta.changeDataCapture.automatic: true } 
}
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IPMNOTIFPRIOTYPE'
@AccessControl.authorizationCheck:#NOT_REQUIRED
@ObjectModel.representativeKey: 'MaintPriorityType'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.supportedCapabilities: [#EXTRACTION_DATA_SOURCE,#SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE,
                                        #CDS_MODELING_ASSOCIATION_TARGET, #ANALYTICAL_DIMENSION]
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION

@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@AbapCatalog.compiler.compareFilter: true
@Metadata.ignorePropagatedAnnotations:true

define view I_PMNotificationPriorityType
  as select from t356a
  association [0..*] to I_PMNotifPriorityTypeText as _Text on $projection.MaintPriorityType = _Text.MaintPriorityType
{

      @ObjectModel.text.association: '_Text'
      @EndUserText.label: 'Priority Type'
  key t356a.artpr as MaintPriorityType,

      _Text
}