FISVD_EXTERNALTAX_TERMINATION
TAX EXPOSTING MANAGE
FISVD_EXTERNALTAX_TERMINATION is a CDS View that provides data about "TAX EXPOSTING MANAGE" in SAP S/4HANA. It reads from 3 data sources (etxdcf, etxdch, FISVD_EXTERNALTAX_TARFCSTATUS) and exposes 19 fields with key field uniquekey.
Data Sources (3)
| Source | Alias | Join Type |
|---|---|---|
| etxdcf | etxf | left_outer |
| etxdch | etxh | left_outer |
| FISVD_EXTERNALTAX_TARFCSTATUS | rfcstate | from |
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | FISCDSEXTAXTERON | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | TAX EXPOSTING MANAGE | view | |
| ObjectModel.usageType.serviceQuality | #P | view |
Fields (19)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | uniquekey | FISVD_EXTERNALTAX_TARFCSTATUS | tid | Transaction ID for updating external tax system |
| documenttype | awtyp | Reference Document Type | ||
| externaldoc | etxdch | docnr | Well doc.no. | |
| referencedoc | awref | Reference Doc. | ||
| awtyp | awtyp | Reference Document Type | ||
| aworg | aworg | Refer. Org.Unit | ||
| process_date | docstatuschanged | Date status changed | ||
| state | FISVD_EXTERNALTAX_TARFCSTATUS | status | Workflow Status | |
| destination | FISVD_EXTERNALTAX_TARFCSTATUS | destion | ||
| qname | FISVD_EXTERNALTAX_TARFCSTATUS | qname | User | |
| errormessage | errormes | |||
| errorcode | etxdch | errcode | Output: Error number | |
| errorline | etxdch | error_line | Line number | |
| errmsg | etxdch | errmsg | Tax error messages | |
| username | etxdch | usnam | User Name | |
| docstatus | FISVD_EXTERNALTAX_TARFCSTATUS | state | Vehicle Region | |
| companycode | etxdcf | bukrs | Value | |
| belnr | etxdcf | belnr | SD Document | |
| fiscalyear | etxdcf | gjahr | Settlement Year |
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 FISVD_EXTERNALTAX_TERMINATION.
-- 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: FISCDSEXTAXTERON
CREATE VIEW FISVD_EXTERNALTAX_TERMINATION AS
SELECT
rfcstate.tid AS uniquekey,
awtyp AS documenttype,
etxh.docnr AS externaldoc,
awref AS referencedoc,
awtyp,
aworg,
docstatuschanged AS process_date,
rfcstate.status AS state,
rfcstate.destion AS destination,
rfcstate.qname AS qname,
errormes AS errormessage,
etxh.errcode AS errorcode,
etxh.error_line AS errorline,
etxh.errmsg AS errmsg,
etxh.usnam AS username,
rfcstate.state AS docstatus,
etxf.bukrs AS companycode,
etxf.belnr AS belnr,
etxf.gjahr AS fiscalyear
FROM FISVD_EXTERNALTAX_TARFCSTATUS AS rfcstate
LEFT OUTER JOIN etxdch AS etxh ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN etxdcf AS etxf ON /* join condition not captured in parsed metadata */
;
Learn More
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- 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