E_QualityNotification

DDL: E_QUALITYNOTIFICATION SQL: EQLTYNOTIF Type: view EXTENSION

Quality Notification Extension

E_QualityNotification is a Extension CDS View that provides data about "Quality Notification Extension" in SAP S/4HANA. It reads from 1 data source (qmel) and exposes 1 field with key field QualityNotification.

Data Sources (1)

SourceAliasJoin Type
qmel Persistence from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName EQLTYNOTIF view
ClientHandling.algorithm #AUTOMATED view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Quality Notification Extension view
VDM.viewType #EXTENSION view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #A view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY QualityNotification qmnum Notification

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 E_QualityNotification.
-- 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.
-- SQL view name: EQLTYNOTIF

CREATE VIEW E_QualityNotification AS
SELECT
  qmnum AS QualityNotification
FROM qmel AS Persistence
;