C_CATaxCodeValueHelp

DDL: C_CATAXCODEVALUEHELP SQL: CCATAXCODEVH Type: view CONSUMPTION Package: ODATA_O2C_SDBILLGITM_RECONCILE

Value Help - Tax Code

C_CATaxCodeValueHelp is a Consumption CDS View that provides data about "Value Help - Tax Code" in SAP S/4HANA. It reads from 1 data source (I_TaxCode) and exposes 4 fields with key fields TaxCalculationProcedure, TaxCode. It is exposed through 3 OData services (ASQL_F4866, ASQL_F5474A, ICL_CLAIMITEM). Part of development package ODATA_O2C_SDBILLGITM_RECONCILE.

Data Sources (1)

SourceAliasJoin Type
I_TaxCode I_TaxCode from

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName CCATAXCODEVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #CONSUMPTION view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.representativeKey TaxCode view
Search.searchable true view
Consumption.ranked true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Value Help - Tax Code view

OData Services (3)

ServiceBindingVersionContractRelease
ASQL_F4866 ASQL_F4866 C2 NOT_RELEASED
ASQL_F5474A ASQL_F5474A C2 NOT_RELEASED
ICL_CLAIMITEM ICL_UI_CLAIMITEM V2 C1 NOT_RELEASED

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY TaxCalculationProcedure TaxCalculationProcedure Tax Procedure
KEY TaxCode TaxCode Tax Code
TaxCodeName
_TaxCalculationProcedure _TaxCalculationProcedure

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_CATaxCodeValueHelp.
-- 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: CCATAXCODEVH

CREATE VIEW C_CATaxCodeValueHelp AS
SELECT
  TaxCalculationProcedure,
  TaxCode,
  _Text[1:Language = $session.system_language].TaxCodeName AS TaxCodeName
FROM I_TaxCode
;