C_NotificationPriorityDP

DDL: C_NOTIFICATIONPRIORITYDP Type: view_entity CONSUMPTION Package: IWOC

DP for Notification Priority

C_NotificationPriorityDP is a Consumption CDS View that provides data about "DP for Notification Priority" in SAP S/4HANA. It reads from 1 data source (I_PMNotificationPriority) and exposes 5 fields with key fields MaintPriority, MaintPriorityType. It is exposed through 1 OData service (DP_MAINTENANCEMGMTCONFIGNDATA). Part of development package IWOC.

Data Sources (1)

SourceAliasJoin Type
I_PMNotificationPriority I_PMNotificationPriority from

Annotations (10)

NameValueLevelField
EndUserText.label DP for Notification Priority view
Metadata.ignorePropagatedAnnotations true view
AccessControl.authorizationCheck #NOT_REQUIRED view
AccessControl.personalData.blocking #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #CUSTOMIZING view
VDM.viewType #CONSUMPTION view
ObjectModel.sapObjectNodeType.name NotificationPriority view
DataIntegration.deltaReplication.intended true view

OData Services (1)

ServiceBindingVersionContractRelease
DP_MAINTENANCEMGMTCONFIGNDATA DP_MAINTENANCEMGMTCONFIGNDATA C2 C1

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY MaintPriority MaintPriority Priority
KEY MaintPriorityType MaintPriorityType PriorityType
MaintPriorityColorCode MaintPriorityColorCode
_PMNotificationPriorityType _PMNotificationPriorityType
_Text _Text

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view C_NotificationPriorityDP.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW C_NotificationPriorityDP AS
SELECT
  MaintPriority,
  MaintPriorityType,
  MaintPriorityColorCode
FROM I_PMNotificationPriority
;