I_QltyNotificationVH
Search help for Quality Notification
I_QltyNotificationVH is a Composite CDS View that provides data about "Search help for Quality Notification" in SAP S/4HANA. It reads from 1 data source (I_QltyNotification) and exposes 33 fields with key field QualityNotification.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_QltyNotification | I_QltyNotification | from |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IQLTYNOTIFVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| EndUserText.label | Search help for Quality Notification | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.representativeKey | QualityNotification | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view |
Fields (33)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | QualityNotification | QualityNotification | Notification | |
| NotificationOrigin | NotificationOrigin | |||
| NotificationType | NotificationType | Notifictn Type | ||
| NotificationTypeName | ||||
| NotifProcessingPhase | NotifProcessingPhase | Notif. Phase | ||
| NotifProcessingPhaseDesc | ||||
| NotificationText | NotificationText | Description | ||
| NotificationPriorityType | NotificationPriorityType | |||
| NotificationPriority | NotificationPriority | |||
| NotificationPriorityText | ||||
| IsBusinessPurposeCompleted | IsBusinessPurposeCompleted | Purpose Completed | ||
| CreatedByUser | CreatedByUser | User Name | ||
| LastChangedByUser | LastChangedByUser | User Name | ||
| CreationDate | CreationDate | Time Stamp | ||
| LastChangedDate | LastChangedDate | Created On | ||
| NotificationReportingDate | NotificationReportingDate | |||
| NotificationCompletionDate | NotificationCompletionDate | Completion Date | ||
| Supplier | Supplier | Supplier | ||
| Customer | Customer | Sold-to Party | ||
| Material | Material | Vehicle Model | ||
| ProductName | ||||
| Plant | Plant | Valuation Area | ||
| PurchasingDocument | PurchasingDocument | Purchasing Document | ||
| PurchasingOrganization | PurchasingOrganization | Purchasing Organization | ||
| PurchasingGroup | PurchasingGroup | Purchasing Group | ||
| ActiveDivision | ActiveDivision | |||
| SalesOrganization | SalesOrganization | Sales Organization | ||
| DistributionChannel | DistributionChannel | RefDistCh-Cust/Mat. | ||
| WBSElement | _WBSElement | WBSElement | WBS Internal ID | |
| _Supplier | _Supplier | |||
| _Product | _Product | |||
| _Plant | _Plant | |||
| _PurchasingDocument | _PurchasingDocument |
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 I_QltyNotificationVH.
-- 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: IQLTYNOTIFVH
CREATE VIEW I_QltyNotificationVH AS
SELECT
QualityNotification,
NotificationOrigin,
NotificationType,
_NotificationType._NotificationTypeName[1:Language = $session.system_language].NotificationTypeName AS NotificationTypeName,
NotifProcessingPhase,
_NotifProcessingPhase._Text[1:Language = $session.system_language].NotifProcessingPhaseDesc AS NotifProcessingPhaseDesc,
NotificationText,
NotificationPriorityType,
NotificationPriority,
_NotificationPriority._NotificationPriorityText[1:Language = $session.system_language].NotificationPriorityText AS NotificationPriorityText,
IsBusinessPurposeCompleted,
CreatedByUser,
LastChangedByUser,
CreationDate,
LastChangedDate,
NotificationReportingDate,
NotificationCompletionDate,
Supplier,
Customer,
Material,
_Product._Text[1:Language = $session.system_language].ProductName AS ProductName,
Plant,
PurchasingDocument,
PurchasingOrganization,
PurchasingGroup,
ActiveDivision,
SalesOrganization,
DistributionChannel,
_WBSElement.WBSElement AS WBSElement
FROM I_QltyNotification
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- 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
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA