I_SiteTaxClassificationText
Tax Classification Description
I_SiteTaxClassificationText is a Basic CDS View that provides data about "Tax Classification Description" in SAP S/4HANA. It reads from 1 data source (tmkw1t) and exposes 4 fields with key fields SiteTaxClassification, CountryCode, Language.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tmkw1t | tmkw1t | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ISTCT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Tax Classification Description | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | SiteTaxClassification | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #META | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SiteTaxClassification | taxiw | ||
| KEY | CountryCode | land1 | ||
| KEY | Language | spras | ||
| SiteTaxClassificationName | taxib |
@AbapCatalog.sqlViewName: 'ISTCT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Tax Classification Description'
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@ObjectModel: {
dataCategory: #TEXT,
representativeKey: 'SiteTaxClassification',
usageType.serviceQuality: #A,
usageType.sizeCategory: #S,
usageType.dataClass: #META
}
define view I_SiteTaxClassificationText
as select from tmkw1t
{
key taxiw as SiteTaxClassification,
key land1 as CountryCode,
key spras as Language,
@Semantics.text: true
taxib as SiteTaxClassificationName
}
Learn More
- 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 Annotations — A Complete Guide
- 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