C_CN_TaxCurrency
China Tax Currency
C_CN_TaxCurrency is a Consumption CDS View that provides data about "China Tax Currency" in SAP S/4HANA. It reads from 1 data source (I_Currency) and exposes 6 fields with key field Currency.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Currency | currency | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.sqlViewName | CCNTXICURRENCY | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ObjectModel.representativeKey | Currency | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.private | false | view | |
| EndUserText.label | China Tax Currency | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Currency | I_Currency | Currency | |
| Decimals | I_Currency | Decimals | ||
| CurrencyISOCode | I_Currency | CurrencyISOCode | ||
| AlternativeCurrencyKey | I_Currency | AlternativeCurrencyKey | ||
| IsPrimaryCurrencyForISOCrcy | I_Currency | IsPrimaryCurrencyForISOCrcy | ||
| _Text | I_Currency | _Text |
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.sqlViewName: 'CCNTXICURRENCY'
@AbapCatalog.compiler.compareFilter: true
@ObjectModel: {
representativeKey: 'Currency',
usageType: {
serviceQuality: #A,
sizeCategory: #S,
dataClass: #MASTER
}
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AccessControl.personalData.blocking: #NOT_REQUIRED
@VDM: { viewType: #CONSUMPTION, private: false }
@EndUserText.label: 'China Tax Currency'
@Search.searchable
define view C_CN_TaxCurrency
as select from I_Currency as currency
{
@Search.defaultSearchElement: true
key currency.Currency,
currency.Decimals,
currency.CurrencyISOCode,
currency.AlternativeCurrencyKey,
currency.IsPrimaryCurrencyForISOCrcy,
currency._Text
}
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