I_WMPCPRIORITY
CDS View for WMPC Priority
I_WMPCPRIORITY is a CDS View that provides data about "CDS View for WMPC Priority" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field priority. Part of development package SWMPC_CONFIGURATION_ODATA.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | CDS View for WMPC Priority | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | priority | |||
| _Text | _Text |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'CDS View for WMPC Priority'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #X,
sizeCategory: #S,
dataClass: #MIXED
}
@ObjectModel.resultSet.sizeCategory: #XS
define view entity I_WMPCPRIORITY
as select from dd07l
association of exact one to many I_WMPCPRIORITYText as _Text on $projection.priority = _Text.priority
{
@ObjectModel.text.reference.association: '_Text'
key cast ( domvalue_l as wmpc_priority_all preserving type ) as priority,
_Text
}
where domname = 'WMPC_PRIORITY_ALL'
and as4local = 'A'
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