I_WMPCPRIORITY

DDL: I_WMPCPRIORITY Type: view_entity Package: SWMPC_CONFIGURATION_ODATA

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)

SourceAliasJoin Type
dd07l dd07l from

Annotations (7)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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'