P_ACCOUNTING_DOC
Accounting document
P_ACCOUNTING_DOC is a Composite CDS View that provides data about "Accounting document" in SAP S/4HANA. It reads from 1 data source (I_AccountingDocument) and exposes 13 fields with key fields CompanyCode, FiscalYear, AccountingDocument, CAReconciliationKey. Part of development package GLO_FIN_IS_BOP_GEN.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_AccountingDocument | doc | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PBOPACCDOC | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.private | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ClientHandling.type | #INHERITED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Accounting document | view |
Fields (13)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CompanyCode | I_AccountingDocument | CompanyCode | Receiver Company Code |
| KEY | FiscalYear | I_AccountingDocument | FiscalYear | G/L Fiscal Year |
| KEY | AccountingDocument | I_AccountingDocument | AccountingDocument | Journal Entry |
| KEY | CAReconciliationKey | |||
| AccountingDocumentType | I_AccountingDocument | AccountingDocumentType | Journal Entry Type | |
| CATotalsRecdIsDrctTrnsfdToGL | ca_tot_direct | CATotalsRecdIsDrctTrnsfdToGL | ||
| CADocumentNumberendasCADocumentNumber | ||||
| PostingDate | I_AccountingDocument | PostingDate | Posting Date for GR | |
| DocumentDate | I_AccountingDocument | DocumentDate | Journal Entry Date | |
| TaxReportingDateendasTaxReportingDate | ||||
| LedgerGroup | I_AccountingDocument | LedgerGroup | Ledger Group | |
| CAIsCashFlowItemendasCAIsCashFlowItem | ||||
| TransactionCurrency | doc_itm | TransactionCurrency | Transaction Currency |
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_ACCOUNTING_DOC.
-- 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: PBOPACCDOC
CREATE VIEW P_ACCOUNTING_DOC AS
SELECT
doc.CompanyCode AS CompanyCode,
doc.FiscalYear AS FiscalYear,
doc.AccountingDocument AS AccountingDocument,
substring( doc.OriginalReferenceDocument, 1, 12 ) AS CAReconciliationKey,
doc.AccountingDocumentType AS AccountingDocumentType,
ca_tot_direct.CATotalsRecdIsDrctTrnsfdToGL AS CATotalsRecdIsDrctTrnsfdToGL,
case when ca_tot_direct.CADocumentNumber is not null then ca_tot_direct.CADocumentNumber when ( ca_tot_single.CADocumentNumber is not null ) then ca_tot_single.CADocumentNumber else ca_tot_normal.CADocumentNumber end as CADocumentNumber AS CADocumentNumberendasCADocumentNumber,
doc.PostingDate AS PostingDate,
doc.DocumentDate AS DocumentDate,
case when ca_tot_direct.CADocumentNumber is not null then ca_tot_direct.TaxReportingDate when ( ca_tot_single.CADocumentNumber is not null ) then ca_tot_single.TaxReportingDate else ca_tot_normal.TaxReportingDate end as TaxReportingDate AS TaxReportingDateendasTaxReportingDate,
doc.LedgerGroup AS LedgerGroup,
case when ca_tot_direct.CADocumentNumber is not null then ca_tot_direct.CAIsCashFlowItem when ( ca_tot_single.CADocumentNumber is not null ) then ca_tot_single.CAIsCashFlowItem else ca_tot_normal.CAIsCashFlowItem end as CAIsCashFlowItem AS CAIsCashFlowItemendasCAIsCashFlowItem,
doc_itm.TransactionCurrency AS TransactionCurrency
FROM I_AccountingDocument AS doc
;
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