R_FXDASTCOCODELDGRTP
Fixed Asset Company Code Ledger
R_FXDASTCOCODELDGRTP is a CDS View in S/4HANA. Fixed Asset Company Code Ledger. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_FxdAstCoCodeLdgrTP | view_entity | projection | CONSUMPTION | Fixed Asset Company Code Ledger |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Fixed Asset Company Code Ledger'
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
usageType: {
serviceQuality: #C,
sizeCategory: #L,
dataClass: #TRANSACTIONAL
}
}
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'CompanyCode'
define view entity R_FxdAstCoCodeLdgrTP as select from I_FixedAssetCompanyCodeLedger
association to parent R_FxdAstCoCodeTP as _Root on $projection.CompanyCode = _Root.CompanyCode
composition[1..*] of R_FxdAstCoCodeDeprAreaTP as _DeprArea
association [0..1] to I_LedgerText as _Ledger on $projection.Ledger = _Ledger.Ledger
and _Ledger.Language = $session.system_language
association [0..1] to I_CompanyCode as _CompanyCode on $projection.CompanyCode = _CompanyCode.CompanyCode
//association[0..1] to I_FiscalYearForLedger as _FiscalYearVariant on $projection.CompanyCode = _FiscalYearVariant.CompanyCode
// and $projection.Ledger = _FiscalYearVariant.Ledger
// and $projection.AssetAcctgLastOpenFiscalYear = _FiscalYearVariant.FiscalYear
//association[0..1] to I_FiscalYearVariantText as _Text on I_FixedAssetCompanyCodeLedger.FiscalYearVariant = _Text.FiscalYearVariant
// and _Text.Language = $session.system_language
{
key CompanyCode,
// @ObjectModel.text.element: ['LedgerName']
key Ledger,
AssetAcctgLastOpenFiscalYear,
FixedAssetLedgerPlanningHrzn,
// @ObjectModel.text.element: ['FiscalYearVariantDescription']
// I_FixedAssetCompanyCodeLedger.FiscalYearVariant,
// FiscalYearVariant,
// _Text.FiscalYearVariantDescription,
//Associations
_DeprArea,
_Root,
_Ledger,
_CompanyCode,
// _Text,
_FiscalYearVariant
}