R_QualityNotificationPartnerTP
Quality Notification Partner
R_QualityNotificationPartnerTP is a Transactional CDS View that provides data about "Quality Notification Partner" in SAP S/4HANA. It reads from 1 data source (I_QualityNotificationPartner) and exposes 17 fields with key fields QualityNotification, PartnerFunction, NotificationPartnerObjectNmbr. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_QualityNotificationPartner | _QualityNotificationPartner | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_PartnerFunctionLangDepdnt | _PartnerFunctionLangDepdnt | _PartnerFunctionLangDepdnt.PartnerFunction = $projection.PartnerFunction and _PartnerFunctionLangDepdnt.Language = $session.system_language |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Quality Notification Partner | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.representativeKey | NotificationPartnerObjectNmbr | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (17)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | QualityNotification | |||
| KEY | PartnerFunction | Partner Functn | ||
| KEY | NotificationPartnerObjectNmbr | I_QualityNotificationPartner | NotificationPartnerObjectNmbr | Counter |
| NotificationPartnerObject | I_QualityNotificationPartner | NotificationPartnerObject | ||
| PartnerFunctionLanguageDepdnt | _PartnerFunctionLangDepdnt | PartnerFunctionLanguageDepdnt | Lang-spec.partr | |
| NotificationObjectType | I_QualityNotificationPartner | NotificationObjectType | ||
| NotificationPartner | I_QualityNotificationPartner | NotificationPartner | ||
| CreatedByUser | I_QualityNotificationPartner | CreatedByUser | User Name | |
| CreationDate | I_QualityNotificationPartner | CreationDate | Time Stamp | |
| CreationTime | I_QualityNotificationPartner | CreationTime | Time of Change | |
| LastChangedByUser | I_QualityNotificationPartner | LastChangedByUser | User Name | |
| LastChangeDate | I_QualityNotificationPartner | LastChangeDate | Time Stamp | |
| LastChangeTime | I_QualityNotificationPartner | LastChangeTime | Time changed | |
| IsDeleted | I_QualityNotificationPartner | IsDeleted | TRUE | |
| _QltyNotification | _QltyNotification | |||
| _PartnerFunction | I_QualityNotificationPartner | _PartnerFunction | ||
| _Notification | I_QualityNotificationPartner | _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 R_QualityNotificationPartnerTP.
-- 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 R_QualityNotificationPartnerTP AS
SELECT
cast( substring(_QualityNotificationPartner.NotificationPartnerObject,3,12) as qmnum preserving type ) AS QualityNotification,
cast( PartnerFunction as parvw_unv preserving type ) AS PartnerFunction,
_QualityNotificationPartner.NotificationPartnerObjectNmbr AS NotificationPartnerObjectNmbr,
_QualityNotificationPartner.NotificationPartnerObject AS NotificationPartnerObject,
_PartnerFunctionLangDepdnt.PartnerFunctionLanguageDepdnt AS PartnerFunctionLanguageDepdnt,
_QualityNotificationPartner.NotificationObjectType AS NotificationObjectType,
_QualityNotificationPartner.NotificationPartner AS NotificationPartner,
_QualityNotificationPartner.CreatedByUser AS CreatedByUser,
_QualityNotificationPartner.CreationDate AS CreationDate,
_QualityNotificationPartner.CreationTime AS CreationTime,
_QualityNotificationPartner.LastChangedByUser AS LastChangedByUser,
_QualityNotificationPartner.LastChangeDate AS LastChangeDate,
_QualityNotificationPartner.LastChangeTime AS LastChangeTime,
_QualityNotificationPartner.IsDeleted AS IsDeleted,
_QualityNotificationPartner._PartnerFunction AS _PartnerFunction,
_QualityNotificationPartner._Notification AS _Notification
FROM I_QualityNotificationPartner AS _QualityNotificationPartner
LEFT OUTER JOIN I_PartnerFunctionLangDepdnt AS _PartnerFunctionLangDepdnt ON _PartnerFunctionLangDepdnt.PartnerFunction = PartnerFunction AND _PartnerFunctionLangDepdnt.Language = $session.system_language -- association [0..1]
;
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