I_SAFTVatCode
SAFT Vat Codes
I_SAFTVatCode is a Composite CDS View that provides data about "SAFT Vat Codes" in SAP S/4HANA. It reads from 4 data sources (I_CompanyCode, I_Country, I_SAFTTaxAcctDetermination, I_TaxCode) and exposes 10 fields with key fields CompanyCode, TaxItemClassification, TaxCode, Country, ChartOfAccounts.
Data Sources (4)
| Source | Alias | Join Type |
|---|---|---|
| I_CompanyCode | CompanyCode | inner |
| I_Country | Country | inner |
| I_SAFTTaxAcctDetermination | TaxAcctDetermination | inner |
| I_TaxCode | TaxCode | from |
Parameters (1)
| Name | Type | Default |
|---|---|---|
| P_CompanyCode | bukrs |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ISAFTVATCODE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| VDM.viewType | #COMPOSITE | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | SAFT Vat Codes | view | |
| VDM.lifecycle.status | #DEPRECATED | view | |
| VDM.lifecycle.successor | I_TaxCode | view |
Fields (10)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CompanyCode | I_CompanyCode | CompanyCode | Receiver Company Code |
| KEY | TaxItemClassification | I_SAFTTaxAcctDetermination | TaxItemClassification | Transaction |
| KEY | TaxCode | I_TaxCode | TaxCode | Tax Code |
| KEY | Country | I_CompanyCode | Country | Venue: Ctry/Reg |
| KEY | ChartOfAccounts | I_SAFTTaxAcctDetermination | ChartOfAccounts | Node Class |
| TaxCalculationProcedure | I_TaxCode | TaxCalculationProcedure | Tax Procedure | |
| GLAccount | I_SAFTTaxAcctDetermination | GLAccount | General Ledger | |
| TaxCodeName | ||||
| _TaxCalculationProcedure | _TaxCalculationProcedure | |||
| _Country | I_CompanyCode | _Country |
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 I_SAFTVatCode.
-- 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: ISAFTVATCODE
-- Parameters: P_CompanyCode : bukrs
CREATE VIEW I_SAFTVatCode AS
SELECT
CompanyCode.CompanyCode AS CompanyCode,
TaxAcctDetermination.TaxItemClassification AS TaxItemClassification,
TaxCode.TaxCode AS TaxCode,
CompanyCode.Country AS Country,
TaxAcctDetermination.ChartOfAccounts AS ChartOfAccounts,
TaxCode.TaxCalculationProcedure AS TaxCalculationProcedure,
TaxAcctDetermination.GLAccount AS GLAccount,
coalesce(TaxCode._Text[1: Language = $session.system_language].TaxCodeName, '') AS TaxCodeName,
CompanyCode._Country AS _Country
FROM I_TaxCode AS TaxCode
INNER JOIN I_CompanyCode AS CompanyCode ON /* join condition not captured in parsed metadata */
INNER JOIN I_Country AS Country ON /* join condition not captured in parsed metadata */
INNER JOIN I_SAFTTaxAcctDetermination AS TaxAcctDetermination ON /* join condition not captured in parsed metadata */
;
Learn More
- S/4HANA CDS View Deprecation: What You Need to Know
- 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
- 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