I_PMNotifPriorityTypeText
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)
| Source | Alias | Join Type |
|---|---|---|
| t356a_t | t356a_t | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | _Language.Language = $projection.Language |
| [0..1] | I_PMNotificationPriorityType | _PMNotificationPriorityType | $projection.MaintPriorityType = _PMNotificationPriorityType.MaintPriorityType |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| 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 |
@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
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA