I_TAXCODETEXT
Tax Code - Text
I_TAXCODETEXT is a CDS View in S/4HANA. Tax Code - Text. 3 CDS views read from this table.
CDS Views using this table (3)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_TaxCodeText | view_entity | from | BASIC | Tax Code - Text |
| I_Purcontracttaxcodevh | view | from | BASIC | Tax code for Contract Item |
| I_SchedgAgrmtTaxCodeVH | view | from | BASIC | Tax Code for Scheduling Agreement |
@EndUserText.label: 'Tax Code - Text'
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@Analytics.technicalName: 'IFITAXCODET'
@Analytics: { dataExtraction.enabled: true }
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.representativeKey: 'TaxCode'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT
@ObjectModel.supportedCapabilities: [#LANGUAGE_DEPENDENT_TEXT,
#SQL_DATA_SOURCE,
#CDS_MODELING_DATA_SOURCE,
#CDS_MODELING_ASSOCIATION_TARGET,
#EXTRACTION_DATA_SOURCE]
@Search.searchable: true
define view entity I_TaxCodeText
as select from t007s
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
association [0..1] to I_TaxCalculationProcedure as _TaxCalculationProcedure on $projection.TaxCalculationProcedure = _TaxCalculationProcedure.TaxCalculationProcedure
{
/* start suppress warning shlporigin_not_inherited */
@ObjectModel.foreignKey.association: '_TaxCalculationProcedure' //Inserted by VDM CDS Suite Plugin
key kalsm as TaxCalculationProcedure,
/* end suppress warning shlporigin_not_inherited */
key cast(mwskz as fis_mwskz preserving type) as TaxCode,
/* start suppress warning shlporigin_not_inherited */
@Semantics.language
@ObjectModel.foreignKey.association: '_Language'
key spras as Language,
/* end suppress warning shlporigin_not_inherited */
@Semantics.text
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #LOW
cast(text1 as fis_mwskz_name preserving type) as TaxCodeName,
_TaxCalculationProcedure,
_Language
};