P_GLOvwJrnlEntrItmToBeVerify03
P_GLOvwJrnlEntrItmToBeVerify03 is a Composite CDS View in SAP S/4HANA. It reads from 4 data sources (I_AccountingDocument, I_AccountingDocument, P_GLOvwJrnlEntrItmToBeVerify02, P_GLOvwJrnlEntrItmToBeVerify02) and exposes 11 fields with key fields CompanyCode, AccountingDocument, FiscalYear, AccountingDocument, FiscalYear.
Data Sources (4)
| Source | Alias | Join Type |
|---|---|---|
| I_AccountingDocument | _Header | from |
| I_AccountingDocument | _Header | union_all |
| P_GLOvwJrnlEntrItmToBeVerify02 | P_GLOvwJrnlEntrItmToBeVerify02 | left_outer |
| P_GLOvwJrnlEntrItmToBeVerify02 | P_GLOvwJrnlEntrItmToBeVerify02 | left_outer |
Parameters (2)
| Name | Type | Default |
|---|---|---|
| P_KeyDate | vdm_v_key_date | |
| P_StartDate | sydate |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PGLOVPJEIVER03 | view | |
| VDM.viewType | #COMPOSITE | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AbapCatalog.preserveKey | true | view | |
| VDM.private | true | view |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CompanyCode | I_AccountingDocument | CompanyCode | Receiver Company Code |
| KEY | AccountingDocument | I_AccountingDocument | AccountingDocument | Journal Entry |
| KEY | FiscalYear | I_AccountingDocument | FiscalYear | G/L Fiscal Year |
| GLDebitAmountInCoCodeCrcy | _LineItem | AmountInCompanyCodeCurrency | Local Crcy Amt | |
| GLCreditAmountInCoCodeCrcy | Local Crcy Amt | |||
| CompanyCodeasCompanyCode | ||||
| KEY | AccountingDocument | I_AccountingDocument | AccountingDocument | Journal Entry |
| KEY | FiscalYear | I_AccountingDocument | FiscalYear | G/L Fiscal Year |
| GLDebitAmountInCoCodeCrcy | 0 | Local Crcy Amt | ||
| GLCreditAmountInCoCodeCrcy | _LineItem | AmountInCompanyCodeCurrency | Local Crcy Amt | |
| PostingDate | _LineItem | PostingDate | Posting Date for GR |
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_GLOvwJrnlEntrItmToBeVerify03.
-- 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: PGLOVPJEIVER03
-- Parameters: P_KeyDate : vdm_v_key_date, P_StartDate : sydate
CREATE VIEW P_GLOvwJrnlEntrItmToBeVerify03 AS
SELECT
_Header.CompanyCode AS CompanyCode,
_Header.AccountingDocument AS AccountingDocument,
_Header.FiscalYear AS FiscalYear,
_LineItem.AmountInCompanyCodeCurrency AS GLDebitAmountInCoCodeCrcy,
cast(0 as azsol_f05a) AS GLCreditAmountInCoCodeCrcy,
_LineItem.PostingDate AS PostingDate
FROM I_AccountingDocument AS _Header
LEFT OUTER JOIN P_GLOvwJrnlEntrItmToBeVerify02 ON /* join condition not captured in parsed metadata */
-- UNION ALL with additional select branch(es): I_AccountingDocument
;
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