I_ChgRecdWithMatl
Open Change Record Details with Material
I_ChgRecdWithMatl is a Basic CDS View that provides data about "Open Change Record Details with Material" in SAP S/4HANA. It reads from 5 data sources (/plmi/cr_type, vmp_plnscp_hdr, mast, /iam/d_i_root, stko) and exposes 2 fields with key field ChangeRecordUUID.
Data Sources (5)
| Source | Alias | Join Type |
|---|---|---|
| /plmi/cr_type | cr_type | inner |
| vmp_plnscp_hdr | hdr | left_outer |
| mast | mast | left_outer |
| /iam/d_i_root | root | inner |
| stko | stko | left_outer |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ICRWITHMATL | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| VDM.viewType | #BASIC | view | |
| AbapCatalog.preserveKey | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| EndUserText.label | Open Change Record Details with Material | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ChangeRecordUUID | /iam/d_i_root | db_key | UUID |
| ChangeRecord | /iam/d_i_root | issue_id | Issue ID |
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_ChgRecdWithMatl.
-- 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: ICRWITHMATL
CREATE VIEW I_ChgRecdWithMatl AS
SELECT
root.db_key AS ChangeRecordUUID,
root.issue_id AS ChangeRecord
INNER JOIN /iam/d_i_root AS root ON /* join condition not captured in parsed metadata */
INNER JOIN /plmi/cr_type AS cr_type ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN stko ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN mast ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN vmp_plnscp_hdr AS hdr 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