TO
Extend View to I_Country
TO is a CDS View in S/4HANA. Extend View to I_Country. 9 CDS views read from this table.
CDS Views using this table (9)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| Faa_Anek | view | left_outer | Kompatibilitaets-View fuer Tabelle ANEK | |
| I_ChmlCmplncAnlyts1 | view | inner | COMPOSITE | Chemical Compliance Info for Analytics |
| I_ChmlCmplncProdAssgmtDimn | view | inner | COMPOSITE | Dimension Prodcut Assignment |
| I_CmplRqVersGrpAssgmtAnlyts2 | view | inner | COMPOSITE | Group Assignment 2 for Analytics |
| I_CmplRqVersRgtyListDimn | view | inner | COMPOSITE | Dimension Monitoring List |
| P_AssldReltdComponentInstance | view | left_outer | COMPOSITE | Assembled Related Component Instance |
| P_RSHSuitableResources | view | left_outer | COMPOSITE | Suitable Resources |
| P_RSHSuitableResourcesProj | view | left_outer | COMPOSITE | P view for Suitable resource for CPM |
| P_RSHSuitableResourcesTotal | view | left_outer | COMPOSITE | Suitable Resources Match with Total Matching |
@AbapCatalog.sqlViewAppendName: 'XS4CFICOUNTRY'
@EndUserText.label: 'Extend View to I_Country'
@VDM.viewExtension:true
extend view I_Country with X_S4C_I_Country
association [0..*] to I_CountryHierNodeEnhanced as _hier on $projection.Country = _hier.Country
{
t005.waers as CountryCurrency,
cast( t005.curin as fis_curin preserving type ) as IndexBasedCurrency,
cast( t005.curha as fis_curha preserving type ) as HardCurrency,
t005.kalsm as TaxCalculationProcedure,
t005.landa as CountryAlternativeCode,
@ObjectModel.association.toHierarchy: true
_hier
}