P_PaytReceiptJournalEntry
P_PaytReceiptJournalEntry is a Composite CDS View in SAP S/4HANA. It reads from 1 data source (I_OperationalAcctgDocItem) and exposes 20 fields with key fields CompanyCode, FiscalYear, AccountingDocument, AccountingDocumentItem.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_OperationalAcctgDocItem | GLAccountLineItem | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PPAYTRECPTJE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.private | true | view | |
| VDM.viewType | #COMPOSITE | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
Fields (20)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CompanyCode | I_OperationalAcctgDocItem | CompanyCode | Receiver Company Code |
| KEY | FiscalYear | I_OperationalAcctgDocItem | FiscalYear | G/L Fiscal Year |
| KEY | AccountingDocument | I_OperationalAcctgDocItem | AccountingDocument | Journal Entry |
| KEY | AccountingDocumentItem | I_OperationalAcctgDocItem | AccountingDocumentItem | Posting View Item |
| DocumentReferenceID | ||||
| Customer | I_OperationalAcctgDocItem | Customer | Sold-to Party | |
| Supplier | I_OperationalAcctgDocItem | Supplier | Supplier | |
| AlternativeReferenceDocument | ||||
| BusinessPlace | I_OperationalAcctgDocItem | BusinessPlace | Business place | |
| DocumentDate | ||||
| AmountInTransactionCurrency | I_OperationalAcctgDocItem | AmountInTransactionCurrency | Pt Crcy Amt | |
| TransactionCurrency | I_OperationalAcctgDocItem | TransactionCurrency | Transaction Currency | |
| AccountingDocumentType | I_OperationalAcctgDocItem | AccountingDocumentType | Journal Entry Type | |
| Currency | ||||
| CompanyCodeCurrency | I_OperationalAcctgDocItem | CompanyCodeCurrency | Local Currency | |
| AmountInCompanyCodeCurrency | I_OperationalAcctgDocItem | AmountInCompanyCodeCurrency | Local Crcy Amt | |
| ClearingAccountingDocument | I_OperationalAcctgDocItem | ClearingJournalEntry | Clrng doc. | |
| CashDiscountAmount | I_OperationalAcctgDocItem | CashDiscountAmount | CD Amount | |
| NetPaymentAmount | I_OperationalAcctgDocItem | NetPaymentAmount | Net Payment Amount | |
| IsUsedInPaymentTransaction | I_OperationalAcctgDocItem | IsUsedInPaymentTransaction | Is Used In Payment Transaction |
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_PaytReceiptJournalEntry.
-- 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: PPAYTRECPTJE
CREATE VIEW P_PaytReceiptJournalEntry AS
SELECT
GLAccountLineItem.CompanyCode AS CompanyCode,
GLAccountLineItem.FiscalYear AS FiscalYear,
GLAccountLineItem.AccountingDocument AS AccountingDocument,
GLAccountLineItem.AccountingDocumentItem AS AccountingDocumentItem,
GLAccountLineItem._JournalEntry.DocumentReferenceID AS DocumentReferenceID,
GLAccountLineItem.Customer AS Customer,
GLAccountLineItem.Supplier AS Supplier,
cast(GLAccountLineItem._JournalEntry.AlternativeReferenceDocument as fis_xblnr_alt_alpha preserving type ) AS AlternativeReferenceDocument,
GLAccountLineItem.BusinessPlace AS BusinessPlace,
GLAccountLineItem._JournalEntry.DocumentDate AS DocumentDate,
GLAccountLineItem.AmountInTransactionCurrency AS AmountInTransactionCurrency,
GLAccountLineItem.TransactionCurrency AS TransactionCurrency,
GLAccountLineItem.AccountingDocumentType AS AccountingDocumentType,
GLAccountLineItem._JournalEntry.TransactionCurrency AS Currency,
GLAccountLineItem.CompanyCodeCurrency AS CompanyCodeCurrency,
GLAccountLineItem.AmountInCompanyCodeCurrency AS AmountInCompanyCodeCurrency,
GLAccountLineItem.ClearingJournalEntry AS ClearingAccountingDocument,
GLAccountLineItem.CashDiscountAmount AS CashDiscountAmount,
GLAccountLineItem.NetPaymentAmount AS NetPaymentAmount,
GLAccountLineItem.IsUsedInPaymentTransaction AS IsUsedInPaymentTransaction
FROM I_OperationalAcctgDocItem AS GLAccountLineItem
;
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