C_NotificationPriorityTextDP

DDL: C_NOTIFICATIONPRIORITYTEXTDP Type: view_entity CONSUMPTION Package: IWOC

DP for Notification Priority - Text

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

Data Sources (1)

SourceAliasJoin Type
I_PMNotificationPriorityText I_PMNotificationPriorityText from

Annotations (10)

NameValueLevelField
EndUserText.label DP for Notification Priority - Text 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 NotificationPriorityText view
DataIntegration.deltaReplication.intended true view

OData Services (1)

ServiceBindingVersionContractRelease
DP_MAINTENANCEMGMTCONFIGNDATA DP_MAINTENANCEMGMTCONFIGNDATA C2 C1

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY MaintPriority MaintPriority Priority
KEY MaintPriorityType MaintPriorityType PriorityType
KEY Language Language Report Text Language
MaintPriorityDesc MaintPriorityDesc Priority
_Language _Language
_PMNotificationPriority _PMNotificationPriority
_PMNotificationPriorityType _PMNotificationPriorityType

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_NotificationPriorityTextDP.
-- 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_NotificationPriorityTextDP AS
SELECT
  MaintPriority,
  MaintPriorityType,
  Language,
  MaintPriorityDesc
FROM I_PMNotificationPriorityText
;