P_GRIRProcHistRespDpmtChange3
GR/IR Process History Resp Dpmt change
P_GRIRProcHistRespDpmtChange3 is a Consumption CDS View that provides data about "GR/IR Process History Resp Dpmt change" in SAP S/4HANA. It reads from 2 data sources (P_GRIRProcessHistoryLastChange, P_GRIRProcHistRespDpmtChange2) and exposes 29 fields with key fields CompanyCode, PurchasingDocument, PurchasingDocumentItem, LastChangeDateTime, PurchasingDocument. Part of development package FINS_FIS_FICO.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| P_GRIRProcessHistoryLastChange | P_GRIRProcessHistoryLastChange | union |
| P_GRIRProcHistRespDpmtChange2 | P_GRIRProcHistRespDpmtChange2 | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PGRIRHISTRPDTCH3 | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.private | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | GR/IR Process History Resp Dpmt change | view |
Fields (29)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CompanyCode | P_GRIRProcHistRespDpmtChange2 | CompanyCode | Receiver Company Code |
| KEY | PurchasingDocument | P_GRIRProcHistRespDpmtChange2 | PurchasingDocument | Purchasing Document |
| KEY | PurchasingDocumentItem | P_GRIRProcHistRespDpmtChange2 | PurchasingDocumentItem | Purchasing Doc. Item |
| KEY | LastChangeDateTime | P_GRIRProcHistRespDpmtChange2 | LastChangeDateTime | Timestamp |
| ResponsibleDepartment | P_GRIRProcHistRespDpmtChange2 | ResponsibleDepartment | Processing Department | |
| GRIRClrgProcNextChangeDateTime | P_GRIRProcHistRespDpmtChange2 | GRIRClrgProcNextChangeDateTime | ||
| NextResponsibleDepartment | P_GRIRProcHistRespDpmtChange2 | NextResponsibleDepartment | Processing Department | |
| Supplier | P_GRIRProcHistRespDpmtChange2 | Supplier | Supplier | |
| Plant | P_GRIRProcHistRespDpmtChange2 | Plant | Valuation Area | |
| MaterialGroup | P_GRIRProcHistRespDpmtChange2 | MaterialGroup | Product Group | |
| PurchasingGroup | P_GRIRProcHistRespDpmtChange2 | PurchasingGroup | Purchasing Group | |
| PurchasingOrganization | P_GRIRProcHistRespDpmtChange2 | PurchasingOrganization | Purchasing Organization | |
| AccountAssignmentCategory | P_GRIRProcHistRespDpmtChange2 | AccountAssignmentCategory | Acct Assgmt Cat | |
| NumberOfPurchaseOrderItems | ||||
| CompanyCode | Receiver Company Code | |||
| KEY | PurchasingDocument | P_GRIRProcessHistoryLastChange | PurchasingDocument | Purchasing Document |
| KEY | PurchasingDocumentItem | P_GRIRProcessHistoryLastChange | PurchasingDocumentItem | Purchasing Doc. Item |
| KEY | LastChangeDateTime | P_GRIRProcessHistoryLastChange | LastChangeDateTime | Timestamp |
| ResponsibleDepartment | P_GRIRProcessHistoryLastChange | ResponsibleDepartment | Processing Department | |
| GRIRClrgProcNextChangeDateTime | 99991231 | |||
| NextResponsibleDepartment | Processing Department | |||
| Supplier | P_GRIRProcessHistoryLastChange | Supplier | Supplier | |
| Plant | P_GRIRProcessHistoryLastChange | Plant | Valuation Area | |
| MaterialGroup | P_GRIRProcessHistoryLastChange | MaterialGroup | Product Group | |
| PurchasingGroup | P_GRIRProcessHistoryLastChange | PurchasingGroup | Purchasing Group | |
| PurchasingOrganization | P_GRIRProcessHistoryLastChange | PurchasingOrganization | Purchasing Organization | |
| AccountAssignmentCategory | P_GRIRProcessHistoryLastChange | AccountAssignmentCategory | Acct Assgmt Cat | |
| NumberOfPurchaseOrderItems | ||||
| GRIRClrgProcThroughputSeconds |
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 P_GRIRProcHistRespDpmtChange3.
-- 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: PGRIRHISTRPDTCH3
CREATE VIEW P_GRIRProcHistRespDpmtChange3 AS
SELECT
P_GRIRProcHistRespDpmtChange2.CompanyCode AS CompanyCode,
P_GRIRProcHistRespDpmtChange2.PurchasingDocument AS PurchasingDocument,
P_GRIRProcHistRespDpmtChange2.PurchasingDocumentItem AS PurchasingDocumentItem,
P_GRIRProcHistRespDpmtChange2.LastChangeDateTime AS LastChangeDateTime,
P_GRIRProcHistRespDpmtChange2.ResponsibleDepartment AS ResponsibleDepartment,
P_GRIRProcHistRespDpmtChange2.GRIRClrgProcNextChangeDateTime AS GRIRClrgProcNextChangeDateTime,
P_GRIRProcHistRespDpmtChange2.NextResponsibleDepartment AS NextResponsibleDepartment,
P_GRIRProcHistRespDpmtChange2.Supplier AS Supplier,
P_GRIRProcHistRespDpmtChange2.Plant AS Plant,
P_GRIRProcHistRespDpmtChange2.MaterialGroup AS MaterialGroup,
P_GRIRProcHistRespDpmtChange2.PurchasingGroup AS PurchasingGroup,
P_GRIRProcHistRespDpmtChange2.PurchasingOrganization AS PurchasingOrganization,
P_GRIRProcHistRespDpmtChange2.AccountAssignmentCategory AS AccountAssignmentCategory,
cast( 1 as fis_grir_no_po_items ) AS NumberOfPurchaseOrderItems,
cast (0 as fis_grir_throughput_time) AS GRIRClrgProcThroughputSeconds
FROM P_GRIRProcHistRespDpmtChange2
-- UNION with additional select branch(es): P_GRIRProcessHistoryLastChange
;
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