C_GRIRClrgProcRespDeptChange
GRIR Clearing Process Resp Dpmt Change
C_GRIRClrgProcRespDeptChange is a Consumption CDS View that provides data about "GRIR Clearing Process Resp Dpmt Change" in SAP S/4HANA. It reads from 1 data source (P_GRIRProcHistRespDpmtChange3) and exposes 16 fields with key fields CompanyCode, PurchasingDocument, PurchasingDocumentItem, LastChangeDateTime. It has 1 association to related views. It is exposed through 1 OData service (UI_GRIR_BPI). It is used in 1 Fiori application: GR/IR Process Insights.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| P_GRIRProcHistRespDpmtChange3 | P_GRIRProcHistRespDpmtChange3 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Supplier | _Supplier | $projection.Supplier = _Supplier.Supplier |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CFIGRIRRPDTCHG | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| EndUserText.label | GRIR Clearing Process Resp Dpmt Change | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_GRIR_BPI | UI_GRIR_BPI | V2 | C1 | NOT_RELEASED |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F5796 | GR/IR Process Insights | Analytical | With this app, you can gain insights into the GR/IR (goods receipt/invoice receipt) account reconciliation process which is performed using the Reconcile GR/IR Accounts app. |
GR/IR Process Insights
Business Role: General Ledger Accountant
With this app, you can gain insights into the GR/IR (goods receipt/invoice receipt) account reconciliation process which is performed using the app. You can visualize the activities of the reconciliation process and thereby identify opportunities for process improvements, such as, by discovering bottlenecks, duplicate work or root causes for delays. You can also retrospectively review all activities on the level of a purchasing document item together with all relevant documents from the purchasing document history. Thus, this app enables you, as a process owner, to analyze the process efficiency of the GR/IR account reconciliation process and to define improvement activities.
Fields (16)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CompanyCode | P_GRIRProcHistRespDpmtChange3 | CompanyCode | Receiver Company Code |
| KEY | PurchasingDocument | P_GRIRProcHistRespDpmtChange3 | PurchasingDocument | Purchasing Document |
| KEY | PurchasingDocumentItem | P_GRIRProcHistRespDpmtChange3 | PurchasingDocumentItem | Purchasing Doc. Item |
| KEY | LastChangeDateTime | |||
| ResponsibleDepartment | P_GRIRProcHistRespDpmtChange3 | ResponsibleDepartment | Processing Department | |
| GRIRClrgProcNextChangeDateTime | ||||
| NextResponsibleDepartment | P_GRIRProcHistRespDpmtChange3 | NextResponsibleDepartment | ||
| Supplier | P_GRIRProcHistRespDpmtChange3 | Supplier | Supplier | |
| Plant | P_GRIRProcHistRespDpmtChange3 | Plant | Valuation Area | |
| MaterialGroup | P_GRIRProcHistRespDpmtChange3 | MaterialGroup | Product Group | |
| PurchasingGroup | P_GRIRProcHistRespDpmtChange3 | PurchasingGroup | Purchasing Group | |
| PurchasingOrganization | P_GRIRProcHistRespDpmtChange3 | PurchasingOrganization | Purchasing Organization | |
| AccountAssignmentCategory | P_GRIRProcHistRespDpmtChange3 | AccountAssignmentCategory | Acct Assgmt Cat | |
| NumberOfPurchaseOrderItems | NumberOfPurchaseOrderItems | Number of PO Items | ||
| GRIRClrgProcThroughputSeconds | GRIRClrgProcThroughputSeconds | |||
| _Supplier | _Supplier |
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 C_GRIRClrgProcRespDeptChange.
-- 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: CFIGRIRRPDTCHG
CREATE VIEW C_GRIRClrgProcRespDeptChange AS
SELECT
P_GRIRProcHistRespDpmtChange3.CompanyCode AS CompanyCode,
P_GRIRProcHistRespDpmtChange3.PurchasingDocument AS PurchasingDocument,
P_GRIRProcHistRespDpmtChange3.PurchasingDocumentItem AS PurchasingDocumentItem,
cast( P_GRIRProcHistRespDpmtChange3.LastChangeDateTime as fis_grir_lastchangedatetime) AS LastChangeDateTime,
P_GRIRProcHistRespDpmtChange3.ResponsibleDepartment AS ResponsibleDepartment,
cast( P_GRIRProcHistRespDpmtChange3.GRIRClrgProcNextChangeDateTime as fis_grir_nextchangedatetime) AS GRIRClrgProcNextChangeDateTime,
P_GRIRProcHistRespDpmtChange3.NextResponsibleDepartment AS NextResponsibleDepartment,
P_GRIRProcHistRespDpmtChange3.Supplier AS Supplier,
P_GRIRProcHistRespDpmtChange3.Plant AS Plant,
P_GRIRProcHistRespDpmtChange3.MaterialGroup AS MaterialGroup,
P_GRIRProcHistRespDpmtChange3.PurchasingGroup AS PurchasingGroup,
P_GRIRProcHistRespDpmtChange3.PurchasingOrganization AS PurchasingOrganization,
P_GRIRProcHistRespDpmtChange3.AccountAssignmentCategory AS AccountAssignmentCategory,
NumberOfPurchaseOrderItems,
GRIRClrgProcThroughputSeconds
FROM P_GRIRProcHistRespDpmtChange3
LEFT OUTER JOIN I_Supplier AS _Supplier ON Supplier = _Supplier.Supplier -- association [0..1]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- OData Services in SAP S/4HANA Explained
- Service Bindings and Service Definitions in SAP S/4HANA
- SAP Fiori Apps Architecture — How Fiori Apps Connect to Data
- 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