I_ChgRecdRefEngSnpshtTP
Change Record Ref Object Eng Snapshot
I_ChgRecdRefEngSnpshtTP is a Transactional CDS View that provides data about "Change Record Ref Object Eng Snapshot" in SAP S/4HANA. It reads from 2 data sources (I_EngSnpshtHdr, I_ChgRecdRefEngSnpshtBsc) and exposes 31 fields with key field ChangeRecordReferenceUUID. Part of development package VDM_PLMB_CR_O.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| I_EngSnpshtHdr | EngSnpHdr | inner |
| I_ChgRecdRefEngSnpshtBsc | reference_eng_snpsht | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ICRREFENGSNPTP | 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.transactionalProcessingEnabled | true | view | |
| ObjectModel.writeDraftPersistence | PLMCRREFESNP_D | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| EndUserText.label | Change Record Ref Object Eng Snapshot | view |
Fields (31)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ChangeRecordReferenceUUID | I_ChgRecdRefEngSnpshtBsc | ChangeRecordReferenceUUID | UUID |
| EngSnapshotID | I_EngSnpshtHdr | EngSnapshotID | Snapshot ID | |
| EngSnpshtRevisionNumber | I_EngSnpshtHdr | EngSnpshtRevisionNumber | Snapshot Revision | |
| EngSnapshotType | I_EngSnpshtHdr | EngSnapshotType | Snapshot Type | |
| Material | I_EngSnpshtHdr | Material | Vehicle Model | |
| Plant | I_EngSnpshtHdr | Plant | Valuation Area | |
| BillOfMaterialVariantUsage | I_EngSnpshtHdr | BillOfMaterialVariantUsage | Usage | |
| BillOfMaterialVariant | I_EngSnpshtHdr | BillOfMaterialVariant | AlternativeBOM | |
| EngSnapshotUUID | I_EngSnpshtHdr | EngSnapshotUUID | Waste Partner UUID | |
| ChangeRecordUUID | I_ChgRecdRefEngSnpshtBsc | ChangeRecordUUID | NodeID | |
| ChangeRecordReferenceType | I_ChgRecdRefEngSnpshtBsc | ChangeRecordReferenceType | Object Type | |
| ChangeRecordReferenceSubtype | I_ChgRecdRefEngSnpshtBsc | ChangeRecordReferenceSubtype | Subtype | |
| ChangeRecordRefObjectUUID | I_ChgRecdRefEngSnpshtBsc | ChangeRecordRefObjectUUID | GUID-Key | |
| ChangeRecordReference | I_ChgRecdRefEngSnpshtBsc | ChangeRecordReference | Ref. Object ID | |
| ParentChangeRecordRefUUID | I_ChgRecdRefEngSnpshtBsc | ParentChangeRecordRefUUID | Node ID | |
| IsMainReference | I_ChgRecdRefEngSnpshtBsc | IsMainReference | Main Reference | |
| CreatedByUser | I_ChgRecdRefEngSnpshtBsc | CreatedByUser | User Name | |
| CreationDateTime | I_ChgRecdRefEngSnpshtBsc | CreationDateTime | Timestamp | |
| LastChangedByUser | I_ChgRecdRefEngSnpshtBsc | LastChangedByUser | User Name | |
| LastChangeDateTime | I_ChgRecdRefEngSnpshtBsc | LastChangeDateTime | Timestamp | |
| ChangeRecordItemRelevance | I_ChgRecdRefEngSnpshtBsc | ChangeRecordItemRelevance | Relevance | |
| ChangeRecordVirtualRefInd | I_ChgRecdRefEngSnpshtBsc | ChangeRecordVirtualRefInd | Virtual Reference | |
| ChangeRecordItemProcgStatus | I_ChgRecdRefEngSnpshtBsc | ChangeRecordItemProcgStatus | Processing Status | |
| ChgRecdItmTgtSts | I_ChgRecdRefEngSnpshtBsc | ChgRecdItmTgtSts | Tgt Proc. Sts | |
| ChgRecdItmDSgntr | I_ChgRecdRefEngSnpshtBsc | ChgRecdItmDSgntr | Itm. Dgt. Sign. | |
| ChgRecdCurrentItemProcgStatus | I_ChgRecdRefEngSnpshtBsc | ChgRecdCurrentItemProcgStatus | Processing Status | |
| ChgRecdReasonForChange | I_ChgRecdRefEngSnpshtBsc | ChgRecdReasonForChange | Reason for Chge | |
| ExpdCompltnDte | I_ChgRecdRefEngSnpshtBsc | ExpdCompltnDte | Exp Completion Date | |
| ChgRecdAuthznGrpText | I_ChgRecdRefEngSnpshtBsc | ChgRecdAuthznGrpText | Authoriz. Group | |
| ChgRecdNmbrChgSts | I_ChgRecdRefEngSnpshtBsc | ChgRecdNmbrChgSts | Status | |
| ChangeNumber | I_ChgRecdRefEngSnpshtBsc | ChangeNumber | Change Number |
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_ChgRecdRefEngSnpshtTP.
-- 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: ICRREFENGSNPTP
CREATE VIEW I_ChgRecdRefEngSnpshtTP AS
SELECT
reference_eng_snpsht.ChangeRecordReferenceUUID AS ChangeRecordReferenceUUID,
EngSnpHdr.EngSnapshotID AS EngSnapshotID,
EngSnpHdr.EngSnpshtRevisionNumber AS EngSnpshtRevisionNumber,
EngSnpHdr.EngSnapshotType AS EngSnapshotType,
EngSnpHdr.Material AS Material,
EngSnpHdr.Plant AS Plant,
EngSnpHdr.BillOfMaterialVariantUsage AS BillOfMaterialVariantUsage,
EngSnpHdr.BillOfMaterialVariant AS BillOfMaterialVariant,
EngSnpHdr.EngSnapshotUUID AS EngSnapshotUUID,
reference_eng_snpsht.ChangeRecordUUID AS ChangeRecordUUID,
reference_eng_snpsht.ChangeRecordReferenceType AS ChangeRecordReferenceType,
reference_eng_snpsht.ChangeRecordReferenceSubtype AS ChangeRecordReferenceSubtype,
reference_eng_snpsht.ChangeRecordRefObjectUUID AS ChangeRecordRefObjectUUID,
reference_eng_snpsht.ChangeRecordReference AS ChangeRecordReference,
reference_eng_snpsht.ParentChangeRecordRefUUID AS ParentChangeRecordRefUUID,
reference_eng_snpsht.IsMainReference AS IsMainReference,
reference_eng_snpsht.CreatedByUser AS CreatedByUser,
reference_eng_snpsht.CreationDateTime AS CreationDateTime,
reference_eng_snpsht.LastChangedByUser AS LastChangedByUser,
reference_eng_snpsht.LastChangeDateTime AS LastChangeDateTime,
reference_eng_snpsht.ChangeRecordItemRelevance AS ChangeRecordItemRelevance,
reference_eng_snpsht.ChangeRecordVirtualRefInd AS ChangeRecordVirtualRefInd,
reference_eng_snpsht.ChangeRecordItemProcgStatus AS ChangeRecordItemProcgStatus,
reference_eng_snpsht.ChgRecdItmTgtSts AS ChgRecdItmTgtSts,
reference_eng_snpsht.ChgRecdItmDSgntr AS ChgRecdItmDSgntr,
reference_eng_snpsht.ChgRecdCurrentItemProcgStatus AS ChgRecdCurrentItemProcgStatus,
reference_eng_snpsht.ChgRecdReasonForChange AS ChgRecdReasonForChange,
reference_eng_snpsht.ExpdCompltnDte AS ExpdCompltnDte,
reference_eng_snpsht.ChgRecdAuthznGrpText AS ChgRecdAuthznGrpText,
reference_eng_snpsht.ChgRecdNmbrChgSts AS ChgRecdNmbrChgSts,
reference_eng_snpsht.ChangeNumber AS ChangeNumber
FROM I_ChgRecdRefEngSnpshtBsc AS reference_eng_snpsht
INNER JOIN I_EngSnpshtHdr AS EngSnpHdr ON /* join condition not captured in parsed metadata */
;
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