I_ALTVCURRENCY
Alternative Currencies
I_ALTVCURRENCY is a CDS View in S/4HANA. Alternative Currencies. It contains 1 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_AR_StRpTaxItem | view | left_outer | COMPOSITE | Argentina VAT Tax Line Item Calculation |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| AlternativeCurrencyKey | AlternativeCurrencyKey | 1 |
@EndUserText.label: 'Alternative Currencies'
@AbapCatalog.sqlViewName: 'IFIALTVCRCY'
@VDM.viewType: #BASIC
@Analytics: { dataCategory: #DIMENSION, dataExtraction.enabled: true }
@Metadata.ignorePropogatedAnnotations: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'CurrencyAlternativeCodeGroup'
@ObjectModel.semanticKey: [ 'CurrencyAlternativeCodeGroup' , 'Currency' ]
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #CUSTOMIZING
define view I_Altvcurrency as select from t028m
association [0..1] to I_Currency as _Currency on $projection.Currency = _Currency.Currency
{
key t028m.currkey as CurrencyAlternativeCodeGroup,
@ObjectModel.foreignKey.association: '_Currency'
key t028m.waers as Currency,
t028m.isocd as CurrencyISOCode,
t028m.altwr as AlternativeCurrencyKey,
_Currency
}