I_ProjectClaimsCause
Project Claims Cause
I_ProjectClaimsCause is a Basic CDS View that provides data about "Project Claims Cause" in SAP S/4HANA. It reads from 1 data source (qmur) and exposes 11 fields with key fields ProjectClaim, ProjectClaimCauseItem, ProjectClaimCauseIdentifier. It has 4 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| qmur | qmur | from |
Associations (4)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_ProjectClaim | _ProjectClaim | $projection.ProjectClaim = _ProjectClaim.ProjectClaim |
| [0..1] | I_NotifCauseCodeCatalog | _NotifCauseCodeCatalog | $projection.ProjectClaimCauseCodeCatalog = _NotifCauseCodeCatalog.NotificationCauseCodeCatalog |
| [0..1] | I_NotifCauseCodeGroup | _NotifCauseCodeGroup | $projection.ProjectClaimCauseCodeCatalog = _NotifCauseCodeGroup.NotificationCauseCodeCatalog and $projection.ProjectClaimCauseCodeGroup = _NotifCauseCodeGroup.NotificationCauseCodeGroup |
| [0..1] | I_NotifCauseCode | _NotifCauseCode | $projection.ProjectClaimCauseCodeCatalog = _NotifCauseCode.NotificationCauseCodeCatalog and $projection.ProjectClaimCauseCodeGroup = _NotifCauseCode.NotificationCauseCodeGroup and $projection.ProjectClaimCauseCode = _NotifCauseCode.NotificationCauseCode |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Project Claims Cause | view | |
| AbapCatalog.sqlViewName | IPRJCLMCAUSE | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Search.searchable | true | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.representativeKey | ProjectClaim | view |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProjectClaim | qmur | qmnum | Notification |
| KEY | ProjectClaimCauseItem | qmur | fenum | Number of days |
| KEY | ProjectClaimCauseIdentifier | qmur | urnum | Cause |
| ProjectClaimCauseCodeCatalog | qmur | urkat | Catalog type | |
| ProjectClaimCauseCodeGroup | qmur | urgrp | Field Is No Longer Used | |
| ProjectClaimCauseCode | qmur | urcod | Cause Code | |
| ProjectClaimCauseText | qmur | urtxt | Cause Text | |
| _NotifCauseCodeCatalog | _NotifCauseCodeCatalog | |||
| _NotifCauseCodeGroup | _NotifCauseCodeGroup | |||
| _NotifCauseCode | _NotifCauseCode | |||
| _ProjectClaim | _ProjectClaim |
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_ProjectClaimsCause.
-- 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 I_ProjectClaimsCause AS
SELECT
qmur.qmnum AS ProjectClaim,
qmur.fenum AS ProjectClaimCauseItem,
qmur.urnum AS ProjectClaimCauseIdentifier,
qmur.urkat AS ProjectClaimCauseCodeCatalog,
qmur.urgrp AS ProjectClaimCauseCodeGroup,
qmur.urcod AS ProjectClaimCauseCode,
qmur.urtxt AS ProjectClaimCauseText
FROM qmur
LEFT OUTER JOIN I_ProjectClaim AS _ProjectClaim ON ProjectClaim = _ProjectClaim.ProjectClaim -- association [1..1]
LEFT OUTER JOIN I_NotifCauseCodeCatalog AS _NotifCauseCodeCatalog ON ProjectClaimCauseCodeCatalog = _NotifCauseCodeCatalog.NotificationCauseCodeCatalog -- association [0..1]
LEFT OUTER JOIN I_NotifCauseCodeGroup AS _NotifCauseCodeGroup ON ProjectClaimCauseCodeCatalog = _NotifCauseCodeGroup.NotificationCauseCodeCatalog AND ProjectClaimCauseCodeGroup = _NotifCauseCodeGroup.NotificationCauseCodeGroup -- association [0..1]
LEFT OUTER JOIN I_NotifCauseCode AS _NotifCauseCode ON ProjectClaimCauseCodeCatalog = _NotifCauseCode.NotificationCauseCodeCatalog AND ProjectClaimCauseCodeGroup = _NotifCauseCode.NotificationCauseCodeGroup AND ProjectClaimCauseCode = _NotifCauseCode.NotificationCauseCode -- 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