I_MDChangeProcessPriorityText
Language-dependent Texts for MDC Process Priorities
I_MDChangeProcessPriorityText is a CDS View that provides data about "Language-dependent Texts for MDC Process Priorities" in SAP S/4HANA. It reads from 1 data source (mdc_priorities_t) and exposes 4 fields with key fields MDChangeProcessPriority, Language. It has 1 association to related views. Part of development package MDC_PROCESS_OBJECT.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| mdc_priorities_t | mdc_priorities_t | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_MDChangeProcessPriority | _Priority | $projection.MDChangeProcessPriority = _Priority.MDChangeProcessPriority |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Language-dependent Texts for MDC Process Priorities | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.dataCategory | #TEXT | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MDChangeProcessPriority | priority | ||
| KEY | Language | langu | ||
| MDChangeProcessPriorityText | description | |||
| _Priority | _Priority |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Language-dependent Texts for MDC Process Priorities'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
usageType:{ serviceQuality: #X, sizeCategory: #S, dataClass: #MIXED },
dataCategory: #TEXT
}
define view entity I_MDChangeProcessPriorityText
as select from mdc_priorities_t
association [0..1] to I_MDChangeProcessPriority as _Priority on $projection.MDChangeProcessPriority = _Priority.MDChangeProcessPriority
{
key priority as MDChangeProcessPriority,
key langu as Language,
description as MDChangeProcessPriorityText,
_Priority
}
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