I_PMNotifPriorityTypeText

DDL: I_PMNOTIFPRIORITYTYPETEXT Type: view_entity BASIC Package: IWOC

Notification PriorityType - Text

I_PMNotifPriorityTypeText is a Basic CDS View that provides data about "Notification PriorityType - Text" in SAP S/4HANA. It reads from 1 data source (t356a_t) and exposes 5 fields with key fields MaintPriorityType, Language. It has 2 associations to related views. Part of development package IWOC.

Data Sources (1)

SourceAliasJoin Type
t356a_t t356a_t from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_Language _Language _Language.Language = $projection.Language
[0..1] I_PMNotificationPriorityType _PMNotificationPriorityType $projection.MaintPriorityType = _PMNotificationPriorityType.MaintPriorityType

Annotations (14)

NameValueLevelField
EndUserText.label Notification PriorityType - Text view
VDM.viewType #BASIC view
Analytics.dataExtraction.enabled true view
Analytics.dataExtraction.delta.changeDataCapture.automatic true view
ObjectModel.dataCategory #TEXT view
Analytics.technicalName IPMPRIOTYPETXT view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey MaintPriorityType view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY MaintPriorityType t356a_t artpr
KEY Language t356a_t spras
MaintPriorityTypeDesc t356a_t artprx Priority Type Text
_Language _Language
_PMNotificationPriorityType _PMNotificationPriorityType
@EndUserText.label: 'Notification PriorityType - Text'
@VDM.viewType:#BASIC
@Analytics: { dataExtraction : { enabled: true , delta.changeDataCapture.automatic: true } }
@ObjectModel.dataCategory: #TEXT
@Analytics.technicalName: 'IPMPRIOTYPETXT'
@AccessControl.authorizationCheck:#NOT_REQUIRED
@ObjectModel.representativeKey: 'MaintPriorityType'

@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@Metadata.ignorePropagatedAnnotations:true

@ObjectModel.supportedCapabilities: [#EXTRACTION_DATA_SOURCE,#SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE,
                                        #CDS_MODELING_ASSOCIATION_TARGET, #LANGUAGE_DEPENDENT_TEXT]
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT

define view entity I_PMNotifPriorityTypeText
  as select from t356a_t
  association [0..1] to I_Language                   as _Language                   on _Language.Language = $projection.Language
  association [0..1] to I_PMNotificationPriorityType as _PMNotificationPriorityType on $projection.MaintPriorityType = _PMNotificationPriorityType.MaintPriorityType
{

  key t356a_t.artpr  as MaintPriorityType,

      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key t356a_t.spras  as Language,

      @Semantics.text: true
      @EndUserText.label: 'Priority Type Text'
      t356a_t.artprx as MaintPriorityTypeDesc,

      _Language,
      _PMNotificationPriorityType
}