Fdm_Coll_Tax_View

DDL: FDM_COLL_TAX SQL: FDM_COLL_TAX Type: view

Tax to be added to Payments

Fdm_Coll_Tax_View is a CDS View that provides data about "Tax to be added to Payments" in SAP S/4HANA. It reads from 1 data source (bseg).

Data Sources (1)

SourceAliasJoin Type
bseg x inner

Annotations (6)

NameValueLevelField
AbapCatalog.sqlViewName FDM_COLL_TAX view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #P view
ObjectModel.usageType.sizeCategory #L view
EndUserText.label Tax to be added to Payments view

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 Fdm_Coll_Tax_View.
-- 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: FDM_COLL_TAX

CREATE VIEW Fdm_Coll_Tax_View AS
SELECT *  -- field list not available in parsed metadata
INNER JOIN bseg AS x ON /* join condition not captured in parsed metadata */
;