C_MM_TaxJurisdictionVH

DDL: C_MM_TAXJURISDICTIONVH SQL: CMMTAXJ_VH Type: view CONSUMPTION

Tax Jurisdiction Value Help

C_MM_TaxJurisdictionVH is a Consumption CDS View that provides data about "Tax Jurisdiction Value Help" in SAP S/4HANA.

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName CMMTAXJ_VH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
Search.searchable true view
ObjectModel.semanticKey TaxJurisdiction view
ObjectModel.representativeKey TaxJurisdiction view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
EndUserText.label Tax Jurisdiction Value Help view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY TaxJurisdiction TaxJurisdiction Tax Jurisdiction
TaxJurisdictionName TaxJurisdictionName Description

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 C_MM_TaxJurisdictionVH.
-- 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: CMMTAXJ_VH

CREATE VIEW C_MM_TaxJurisdictionVH AS
SELECT
  TaxJurisdiction,
  TaxJurisdictionName
;