TO

CDS View

TO is a CDS View in S/4HANA. 9 CDS views read from this table.

CDS Views using this table (9)

ViewTypeJoinVDMDescription
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
P_RSHSuitableResources view left_outer COMPOSITE
P_RSHSuitableResourcesProj view left_outer COMPOSITE
P_RSHSuitableResourcesTotal view left_outer COMPOSITE
@AbapCatalog.sqlViewAppendName: 'XS4CFICOUNTRY'
@EndUserText.label: 'Extend View to I_Country'
@VDM.viewExtension:true 
extend view I_Country with X_S4C_I_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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T005"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/