P_PH_PaymentReceiptTaxItem
PH Payment Receipt Tax Items
P_PH_PaymentReceiptTaxItem is a Composite CDS View that provides data about "PH Payment Receipt Tax Items" in SAP S/4HANA. It reads from 1 data source (P_PH_StRpTaxItemBoxCube) and exposes 21 fields with key fields CompanyCode, AccountingDocument, FiscalYear, TaxItem, TaxItemGroupingVersion. Part of development package GLO_FIN_PAYMENT_RECEIPT.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| P_PH_StRpTaxItemBoxCube | TaxItem | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PPHPRTAXITEM | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #COMPOSITE | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| VDM.private | true | view |
Fields (21)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CompanyCode | P_PH_StRpTaxItemBoxCube | CompanyCode | Receiver Company Code |
| KEY | AccountingDocument | P_PH_StRpTaxItemBoxCube | AccountingDocument | Journal Entry |
| KEY | FiscalYear | P_PH_StRpTaxItemBoxCube | FiscalYear | G/L Fiscal Year |
| KEY | TaxItem | P_PH_StRpTaxItemBoxCube | TaxItem | Tax Item |
| KEY | TaxItemGroupingVersion | P_PH_StRpTaxItemBoxCube | TaxItemGroupingVersion | Tax Grping Ver. |
| KEY | TransactionTypeDetermination | P_PH_StRpTaxItemBoxCube | TransactionTypeDetermination | Transaction Key |
| KEY | TaxCode | P_PH_StRpTaxItemBoxCube | TaxCode | Tax Code |
| KEY | TaxBox | P_PH_StRpTaxItemBoxCube | TaxBox | Tax.Bs.Gp.No. |
| KEY | TaxGroup | P_PH_StRpTaxItemBoxCube | TaxGroup | Tax Group |
| PostingDate | P_PH_StRpTaxItemBoxCube | PostingDate | Posting Date for GR | |
| ReportingDate | P_PH_StRpTaxItemBoxCube | ReportingDate | ||
| DocumentDate | P_PH_StRpTaxItemBoxCube | DocumentDate | Journal Entry Date | |
| TaxReportingDate | P_PH_StRpTaxItemBoxCube | TaxReportingDate | Tax Reporting Date | |
| TaxRate | P_PH_StRpTaxItemBoxCube | TaxRate | Tax Rate | |
| GLAccount | P_PH_StRpTaxItemBoxCube | GLAccount | General Ledger | |
| BusinessPlace | P_PH_StRpTaxItemBoxCube | BusinessPlace | Business place | |
| Customer | P_PH_StRpTaxItemBoxCube | Customer | Sold-to Party | |
| Supplier | P_PH_StRpTaxItemBoxCube | Supplier | Supplier | |
| TaxAmountInCoCodeCrcy | P_PH_StRpTaxItemBoxCube | TaxAmountInRptgCrcy | Tax Rept. Crcy | |
| AmountInTransactionCurrency | AmountInTransactionCurrency | Pt Crcy Amt | ||
| currency | P_PH_StRpTaxItemBoxCube | ReportingCurrency | 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_PH_PaymentReceiptTaxItem.
-- 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: PPHPRTAXITEM
CREATE VIEW P_PH_PaymentReceiptTaxItem AS
SELECT
TaxItem.CompanyCode AS CompanyCode,
TaxItem.AccountingDocument AS AccountingDocument,
TaxItem.FiscalYear AS FiscalYear,
TaxItem.TaxItem AS TaxItem,
TaxItem.TaxItemGroupingVersion AS TaxItemGroupingVersion,
TaxItem.TransactionTypeDetermination AS TransactionTypeDetermination,
TaxItem.TaxCode AS TaxCode,
TaxItem.TaxBox AS TaxBox,
TaxItem.TaxGroup AS TaxGroup,
TaxItem.PostingDate AS PostingDate,
TaxItem.ReportingDate AS ReportingDate,
TaxItem.DocumentDate AS DocumentDate,
TaxItem.TaxReportingDate AS TaxReportingDate,
TaxItem.TaxRate AS TaxRate,
TaxItem.GLAccount AS GLAccount,
TaxItem.BusinessPlace AS BusinessPlace,
TaxItem.Customer AS Customer,
TaxItem.Supplier AS Supplier,
TaxItem.TaxAmountInRptgCrcy AS TaxAmountInCoCodeCrcy,
AmountInTransactionCurrency,
TaxItem.ReportingCurrency AS currency
FROM P_PH_StRpTaxItemBoxCube AS TaxItem
;
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