I_ChgRecdRefTmplRoutingTP
Chg Record Ref Obj Template Routing
I_ChgRecdRefTmplRoutingTP is a Transactional CDS View that provides data about "Chg Record Ref Obj Template Routing" in SAP S/4HANA. It reads from 1 data source (I_ChgRecdRefTmplRoutingBsc) and exposes 25 fields with key field ChangeRecordReferenceUUID. It has 2 associations to related views. Part of development package VDM_PLMB_CR_O.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ChgRecdRefTmplRoutingBsc | reference_template_routing | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_ChangeRecordDraftTP | _ChangeRecordTP | $projection.ChangeRecordUUID = _ChangeRecordTP.ChangeRecordUUID |
| [0..1] | E_ChgRecdRefTmplRoutingBsc | _TmplRoutingExtension | $projection.ChangeRecordReferenceUUID = _TmplRoutingExtension.ChangeRecordReferenceUUID |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ICRREFTMPLRTGTP | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.preserveKey | true | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| ObjectModel.writeDraftPersistence | PLMCRREFTER_D | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| EndUserText.label | Chg Record Ref Obj Template Routing | view |
Fields (25)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ChangeRecordReferenceUUID | I_ChgRecdRefTmplRoutingBsc | ChangeRecordReferenceUUID | UUID |
| ChangeRecordUUID | I_ChgRecdRefTmplRoutingBsc | ChangeRecordUUID | NodeID | |
| ChangeRecordReferenceType | I_ChgRecdRefTmplRoutingBsc | ChangeRecordReferenceType | Object Type | |
| ChangeRecordReferenceSubtype | I_ChgRecdRefTmplRoutingBsc | ChangeRecordReferenceSubtype | Subtype | |
| ChangeRecordRefObjectUUID | I_ChgRecdRefTmplRoutingBsc | ChangeRecordRefObjectUUID | GUID-Key | |
| ChangeRecordReference | I_ChgRecdRefTmplRoutingBsc | ChangeRecordReference | Ref. Object ID | |
| ParentChangeRecordRefUUID | I_ChgRecdRefTmplRoutingBsc | ParentChangeRecordRefUUID | Node ID | |
| IsMainReference | I_ChgRecdRefTmplRoutingBsc | IsMainReference | Main Reference | |
| CreatedByUser | I_ChgRecdRefTmplRoutingBsc | CreatedByUser | User Name | |
| CreationDateTime | I_ChgRecdRefTmplRoutingBsc | CreationDateTime | Timestamp | |
| LastChangedByUser | I_ChgRecdRefTmplRoutingBsc | LastChangedByUser | User Name | |
| LastChangeDateTime | I_ChgRecdRefTmplRoutingBsc | LastChangeDateTime | Timestamp | |
| ChangeRecordItemRelevance | I_ChgRecdRefTmplRoutingBsc | ChangeRecordItemRelevance | Relevance | |
| ChangeRecordVirtualRefInd | I_ChgRecdRefTmplRoutingBsc | ChangeRecordVirtualRefInd | Virtual Reference | |
| ChangeRecordItemProcgStatus | ChangeRecordItemProcgStatus | Processing Status | ||
| ChgRecdReasonForChange | I_ChgRecdRefTmplRoutingBsc | ChgRecdReasonForChange | Reason for Chge | |
| ExpdCompltnDte | I_ChgRecdRefTmplRoutingBsc | ExpdCompltnDte | Exp Completion Date | |
| ChgRecdAuthznGrpText | I_ChgRecdRefTmplRoutingBsc | ChgRecdAuthznGrpText | Authoriz. Group | |
| ChgRecdNmbrChgSts | I_ChgRecdRefTmplRoutingBsc | ChgRecdNmbrChgSts | Status | |
| ChangeNumber | I_ChgRecdRefTmplRoutingBsc | ChangeNumber | Change Number | |
| ChgRecdItmTgtSts | ChgRecdItmTgtSts | Tgt Proc. Sts | ||
| ChgRecdItmDSgntr | ChgRecdItmDSgntr | Itm. Dgt. Sign. | ||
| ChgRecdCurrentItemProcgStatus | ChgRecdCurrentItemProcgStatus | Processing Status | ||
| Plant | Routing | Plant | Valuation Area | |
| _ChangeRecordTP | _ChangeRecordTP |
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_ChgRecdRefTmplRoutingTP.
-- 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: ICRREFTMPLRTGTP
CREATE VIEW I_ChgRecdRefTmplRoutingTP AS
SELECT
reference_template_routing.ChangeRecordReferenceUUID AS ChangeRecordReferenceUUID,
reference_template_routing.ChangeRecordUUID AS ChangeRecordUUID,
reference_template_routing.ChangeRecordReferenceType AS ChangeRecordReferenceType,
reference_template_routing.ChangeRecordReferenceSubtype AS ChangeRecordReferenceSubtype,
reference_template_routing.ChangeRecordRefObjectUUID AS ChangeRecordRefObjectUUID,
reference_template_routing.ChangeRecordReference AS ChangeRecordReference,
reference_template_routing.ParentChangeRecordRefUUID AS ParentChangeRecordRefUUID,
reference_template_routing.IsMainReference AS IsMainReference,
reference_template_routing.CreatedByUser AS CreatedByUser,
reference_template_routing.CreationDateTime AS CreationDateTime,
reference_template_routing.LastChangedByUser AS LastChangedByUser,
reference_template_routing.LastChangeDateTime AS LastChangeDateTime,
reference_template_routing.ChangeRecordItemRelevance AS ChangeRecordItemRelevance,
reference_template_routing.ChangeRecordVirtualRefInd AS ChangeRecordVirtualRefInd,
ChangeRecordItemProcgStatus,
reference_template_routing.ChgRecdReasonForChange AS ChgRecdReasonForChange,
reference_template_routing.ExpdCompltnDte AS ExpdCompltnDte,
reference_template_routing.ChgRecdAuthznGrpText AS ChgRecdAuthznGrpText,
reference_template_routing.ChgRecdNmbrChgSts AS ChgRecdNmbrChgSts,
reference_template_routing.ChangeNumber AS ChangeNumber,
ChgRecdItmTgtSts,
ChgRecdItmDSgntr,
ChgRecdCurrentItemProcgStatus,
Routing.Plant AS Plant
FROM I_ChgRecdRefTmplRoutingBsc AS reference_template_routing
LEFT OUTER JOIN I_ChangeRecordDraftTP AS _ChangeRecordTP ON ChangeRecordUUID = _ChangeRecordTP.ChangeRecordUUID -- association [1..1]
LEFT OUTER JOIN E_ChgRecdRefTmplRoutingBsc AS _TmplRoutingExtension ON ChangeRecordReferenceUUID = _TmplRoutingExtension.ChangeRecordReferenceUUID -- 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