P_PH_InputTaxAllocation
Calculate Input Tax Allocation
P_PH_InputTaxAllocation is a Composite CDS View that provides data about "Calculate Input Tax Allocation" in SAP S/4HANA. It reads from 2 data sources (I_GLAccountInCompanyCode, I_OperationalAcctgDocItem) and exposes 14 fields with key fields CompanyCode, AccountingDocument, FiscalYear, AccountingDocumentItem. Part of development package GLO_FIN_IS_VAT_PH.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| I_GLAccountInCompanyCode | GLAccountInCompanyCode | left_outer |
| I_OperationalAcctgDocItem | OperationalAcctgDocItem | from |
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PPHALLOCINPTTAX | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.private | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view |
Fields (14)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CompanyCode | I_OperationalAcctgDocItem | CompanyCode | Receiver Company Code |
| KEY | AccountingDocument | I_OperationalAcctgDocItem | AccountingDocument | Journal Entry |
| KEY | FiscalYear | I_OperationalAcctgDocItem | FiscalYear | G/L Fiscal Year |
| KEY | AccountingDocumentItem | I_OperationalAcctgDocItem | AccountingDocumentItem | Posting View Item |
| TaxType | I_OperationalAcctgDocItem | TaxType | Tax Type | |
| TaxCode | I_OperationalAcctgDocItem | TaxCode | Tax Code | |
| AmountInCompanyCodeCurrency | I_OperationalAcctgDocItem | AmountInCompanyCodeCurrency | Local Crcy Amt | |
| TransactionTypeDetermination | I_OperationalAcctgDocItem | TransactionTypeDetermination | Transaction Key | |
| GLAccount | I_OperationalAcctgDocItem | GLAccount | General Ledger | |
| Supplier | I_OperationalAcctgDocItem | Supplier | Supplier | |
| PostingDate | I_OperationalAcctgDocItem | PostingDate | Posting Date for GR | |
| DocumentDate | I_OperationalAcctgDocItem | DocumentDate | Journal Entry Date | |
| Currency | I_OperationalAcctgDocItem | CompanyCodeCurrency | Local Currency | |
| TaxCategory | I_GLAccountInCompanyCode | TaxCategory | Tax Code |
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_InputTaxAllocation.
-- 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: PPHALLOCINPTTAX
CREATE VIEW P_PH_InputTaxAllocation AS
SELECT
OperationalAcctgDocItem.CompanyCode AS CompanyCode,
OperationalAcctgDocItem.AccountingDocument AS AccountingDocument,
OperationalAcctgDocItem.FiscalYear AS FiscalYear,
OperationalAcctgDocItem.AccountingDocumentItem AS AccountingDocumentItem,
OperationalAcctgDocItem.TaxType AS TaxType,
OperationalAcctgDocItem.TaxCode AS TaxCode,
OperationalAcctgDocItem.AmountInCompanyCodeCurrency AS AmountInCompanyCodeCurrency,
OperationalAcctgDocItem.TransactionTypeDetermination AS TransactionTypeDetermination,
OperationalAcctgDocItem.GLAccount AS GLAccount,
OperationalAcctgDocItem.Supplier AS Supplier,
OperationalAcctgDocItem.PostingDate AS PostingDate,
OperationalAcctgDocItem.DocumentDate AS DocumentDate,
OperationalAcctgDocItem.CompanyCodeCurrency AS Currency,
GLAccountInCompanyCode.TaxCategory AS TaxCategory
FROM I_OperationalAcctgDocItem AS OperationalAcctgDocItem
LEFT OUTER JOIN I_GLAccountInCompanyCode AS GLAccountInCompanyCode 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