P_TaxRecon07
P_TaxRecon07 is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (bseg) and exposes 25 fields with key fields bukrs, belnr, mwskz, tax_country, txdat_from.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| bseg | bseg | from |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PTAXRECON07 | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.private | true | view | |
| VDM.viewType | #BASIC | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
Fields (25)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | bukrs | bseg | bukrs | Value |
| KEY | belnr | bseg | belnr | SD Document |
| KEY | mwskz | mwskz | Tax Code | |
| KEY | tax_country | tax_country | Tax Ctry/Rgn | |
| KEY | txdat_from | txdat_from | Tax Rate Valid-From | |
| KEY | gjahr | bseg | gjahr | Settlement Year |
| h_hwaer | h_hwaer | Local Currency | ||
| txgrp | ||||
| hkont | hkont | Transfer acct | ||
| buzei | buzei | Posting View Item | ||
| h_budat | h_budat | Posting Date | ||
| h_bldat | h_bldat | Document Date | ||
| h_monat | h_monat | Period | ||
| h_blart | h_blart | Document Type | ||
| altkt | altkt | Group Account Number | ||
| lokkt | lokkt | Local Acct No. | ||
| mwart | ||||
| bupla | bupla | Business place | ||
| umskz | umskz | Special G/L Ind | ||
| prctr | prctr | Profit Centers | ||
| xauto | xauto | Auto. Item Keys | ||
| xmwsn | t001 | xmwsn | Net Tax Base | |
| xskfn | t001 | xskfn | Net Discount Base | |
| zbd1p | t001 | zbd1p | Max. Cash Dis. (%) | |
| land1 | exclude | land1 | Trip Ctry/Reg |
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_TaxRecon07.
-- 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: PTAXRECON07
CREATE VIEW P_TaxRecon07 AS
SELECT
bseg.bukrs AS bukrs,
bseg.belnr AS belnr,
mwskz,
tax_country,
txdat_from,
bseg.gjahr AS gjahr,
h_hwaer,
coalesce(txgrp, '') AS txgrp,
hkont,
buzei,
h_budat,
h_bldat,
h_monat,
h_blart,
altkt,
lokkt,
coalesce (mwart, '') AS mwart,
bupla,
umskz,
prctr,
xauto,
t001.xmwsn AS xmwsn,
t001.xskfn AS xskfn,
t001.zbd1p AS zbd1p,
exclude.land1 AS land1
FROM bseg
;
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