C_Purdoclistgrreference
GR Reference
C_Purdoclistgrreference is a Consumption CDS View that provides data about "GR Reference" in SAP S/4HANA. It reads from 2 data sources (I_PurchaseOrderHistory, C_Purdoclistinvoiceitem) and exposes 9 fields with key fields InvoiceReference, InvoiceReferenceFiscalYear, MaterialDocumentItem, PurchaseOrder, PurchaseOrderItem.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| I_PurchaseOrderHistory | ekbe | inner |
| C_Purdoclistinvoiceitem | rseg | from |
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CDOCLGRREF | view | |
| VDM.viewType | #CONSUMPTION | view | |
| EndUserText.label | GR Reference | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| VDM.private | true | view |
Fields (9)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InvoiceReference | C_Purdoclistinvoiceitem | InvoiceReference | Invoice Reference |
| KEY | InvoiceReferenceFiscalYear | C_Purdoclistinvoiceitem | InvoiceReferenceFiscalYear | Invoice Reference Fiscal Year |
| KEY | MaterialDocumentItem | I_PurchaseOrderHistory | MaterialDocumentItem | Material Document Item |
| KEY | PurchaseOrder | C_Purdoclistinvoiceitem | PurchaseOrder | Purchasing Document |
| KEY | PurchaseOrderItem | C_Purdoclistinvoiceitem | PurchaseOrderItem | Purchasing Document Item |
| ReferenceDocument | I_PurchaseOrderHistory | ReferenceDocument | Reference Document | |
| ReferenceDocumentFiscalYear | I_PurchaseOrderHistory | ReferenceDocumentFiscalYear | Year Cur.Period | |
| ReferenceDocumentItem | I_PurchaseOrderHistory | ReferenceDocumentItem | Reference item | |
| AccountingDocumentItem1 |
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_Purdoclistgrreference.
-- 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: CDOCLGRREF
CREATE VIEW C_Purdoclistgrreference AS
SELECT
rseg.InvoiceReference AS InvoiceReference,
rseg.InvoiceReferenceFiscalYear AS InvoiceReferenceFiscalYear,
ekbe.MaterialDocumentItem AS MaterialDocumentItem,
rseg.PurchaseOrder AS PurchaseOrder,
rseg.PurchaseOrderItem AS PurchaseOrderItem,
ekbe.ReferenceDocument AS ReferenceDocument,
ekbe.ReferenceDocumentFiscalYear AS ReferenceDocumentFiscalYear,
ekbe.ReferenceDocumentItem AS ReferenceDocumentItem,
cast(ekbe.MaterialDocumentItem as abap.char( 6 )) AS AccountingDocumentItem1
FROM C_Purdoclistinvoiceitem AS rseg
INNER JOIN I_PurchaseOrderHistory AS ekbe 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