N_ChgRecdObjPgRateRtg
Auxillary view Chg Recd Rate Rtg
N_ChgRecdObjPgRateRtg is a CDS View that provides data about "Auxillary view Chg Recd Rate Rtg" in SAP S/4HANA. It reads from 1 data source (I_ChgRecdRateRtgTskListBsc) and exposes 18 fields with key field ChangeRecordReferenceUUID. It has 4 associations to related views. Part of development package VDM_PLMB_CR_O.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ChgRecdRateRtgTskListBsc | ReferenceRateRtgBsc | from |
Associations (4)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | C_ChgRecdRefRateRtgTskListVH | _RefRateRtgVH | $projection.BillOfOperationsType = _RefRateRtgVH.BillOfOperationsType and $projection.BillOfOperationsGroup = _RefRateRtgVH.BillOfOperationsGroup and $projection.BillOfOperationsVariant = _RefRateRtgVH.BillOfOperationsVariant |
| [1..1] | I_ChangeRecordDraftTP | _ChangeRecordTP | $projection.ChangeRecordUUID = _ChangeRecordTP.ChangeRecordUUID |
| [0..1] | E_ChgRecdRefRateRtgTskListBsc | _RefRateRtgExtension | $projection.ChangeRecordReferenceUUID = _RefRateRtgExtension.ChangeRecordReferenceUUID |
| [1..1] | C_ChgRecdItmRlvnceRateRtgVH | _ChangeRecordItemRelVH | $projection.ChangeRecordItemRelevance = _ChangeRecordItemRelVH.ChangeRecordItemRelevance and $projection.ChangeRecordType = _ChangeRecordItemRelVH.ChangeRecordType and ( $projection.ChangeRecordReferenceType = _ChangeRecordItemRelVH.ChangeRecordReferenceType or _ChangeRecordItemRelVH.ChangeRecordReferenceType = ' ' ) |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | NCHGRCDOBJPGRRO | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Auxillary view Chg Recd Rate Rtg | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| AbapCatalog.preserveKey | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Search.searchable | true | view | |
| VDM.auxiliaryEntity.for.entity | C_ChgRecdObjRateRtgTskList | view |
Fields (18)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ChangeRecordReferenceUUID | ChangeRecordReferenceUUID | UUID | |
| BillOfOperationsGroup | Group | |||
| BillOfOperationsType | BillOfOperationsType | Task List Type | ||
| BillOfOperationsVariant | Group Counter | |||
| ChangeRecordItemProcgStatus | ChangeRecordItemProcgStatus | Processing Status | ||
| ChangeRecordType | _ChangeRecordTP | ChangeRecordType | Record Type | |
| ChangeRecordUUID | ChangeRecordUUID | NodeID | ||
| ChangeRecordReferenceType | ChangeRecordReferenceType | Object Type | ||
| ParentChangeRecordRefUUID | ParentChangeRecordRefUUID | Node ID | ||
| ChangeRecordItemRelevance | ChangeRecordItemRelevance | Relevance | ||
| ChangeRecordLifecycleStatus | _ChangeRecordTP | ChangeRecordLifecycleStatus | Issue Lifecycle | |
| ChangeRecordReference | ChangeRecordReference | Ref. Object ID | ||
| CreatedByUser | CreatedByUser | User Name | ||
| CreationDateTime | CreationDateTime | Timestamp | ||
| LastChangeDateTime | LastChangeDateTime | Timestamp | ||
| _ChangeRecordTP | _ChangeRecordTP | |||
| _ChangeRecordItemRelVH | _ChangeRecordItemRelVH | |||
| _RefRateRtgVH | _RefRateRtgVH |
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 N_ChgRecdObjPgRateRtg.
-- 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: NCHGRCDOBJPGRRO
CREATE VIEW N_ChgRecdObjPgRateRtg AS
SELECT
ChangeRecordReferenceUUID,
cast(BillOfOperationsGroup as r_plnnr preserving type) AS BillOfOperationsGroup,
BillOfOperationsType,
cast(BillOfOperationsVariant as r_plnal preserving type) AS BillOfOperationsVariant,
ChangeRecordItemProcgStatus,
_ChangeRecordTP.ChangeRecordType AS ChangeRecordType,
ChangeRecordUUID,
ChangeRecordReferenceType,
ParentChangeRecordRefUUID,
ChangeRecordItemRelevance,
_ChangeRecordTP.ChangeRecordLifecycleStatus AS ChangeRecordLifecycleStatus,
ChangeRecordReference,
CreatedByUser,
CreationDateTime,
LastChangeDateTime
FROM I_ChgRecdRateRtgTskListBsc AS ReferenceRateRtgBsc
LEFT OUTER JOIN C_ChgRecdRefRateRtgTskListVH AS _RefRateRtgVH ON BillOfOperationsType = _RefRateRtgVH.BillOfOperationsType AND BillOfOperationsGroup = _RefRateRtgVH.BillOfOperationsGroup AND BillOfOperationsVariant = _RefRateRtgVH.BillOfOperationsVariant -- association [1..1]
LEFT OUTER JOIN I_ChangeRecordDraftTP AS _ChangeRecordTP ON ChangeRecordUUID = _ChangeRecordTP.ChangeRecordUUID -- association [1..1]
LEFT OUTER JOIN E_ChgRecdRefRateRtgTskListBsc AS _RefRateRtgExtension ON ChangeRecordReferenceUUID = _RefRateRtgExtension.ChangeRecordReferenceUUID -- association [0..1]
LEFT OUTER JOIN C_ChgRecdItmRlvnceRateRtgVH AS _ChangeRecordItemRelVH ON ChangeRecordItemRelevance = _ChangeRecordItemRelVH.ChangeRecordItemRelevance AND ChangeRecordType = _ChangeRecordItemRelVH.ChangeRecordType AND ( ChangeRecordReferenceType = _ChangeRecordItemRelVH.ChangeRecordReferenceType OR _ChangeRecordItemRelVH.ChangeRecordReferenceType = ' ' ) -- association [1..1]
;
Learn More
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- 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