C_FxdAstCoCodeLdgrTP

DDL: C_FXDASTCOCODELDGRTP Type: view_entity CONSUMPTION Package: FINS_FAA_CFG_CMP

Fixed Asset Company Code Ledger

C_FxdAstCoCodeLdgrTP is a Consumption CDS View that provides data about "Fixed Asset Company Code Ledger" in SAP S/4HANA. It reads from 1 data source (R_FxdAstCoCodeLdgrTP) and exposes 11 fields with key fields CompanyCode, Ledger. It is exposed through 1 OData service (UI_CMP_RAP_BO). Part of development package FINS_FAA_CFG_CMP.

Data Sources (1)

SourceAliasJoin Type
R_FxdAstCoCodeLdgrTP R_FxdAstCoCodeLdgrTP projection

Annotations (10)

NameValueLevelField
Metadata.allowExtensions true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Fixed Asset Company Code Ledger view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey CompanyCode view
VDM.viewType #CONSUMPTION view

OData Services (1)

ServiceBindingVersionContractRelease
UI_CMP_RAP_BO UI_CMP_RAP_BO V4 C1 NOT_RELEASED

Fields (11)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode CompanyCode
KEY Ledger Ledger
AssetAcctgLastOpenFiscalYear AssetAcctgLastOpenFiscalYear Highest Fiscal Year
FixedAssetLedgerPlanningHrzn FixedAssetLedgerPlanningHrzn Planning Horizon in Years
FiscalYearVariant _FiscalYearVariant FiscalYearVariant
LedgerName _Ledger LedgerName
FiscalYearVariantDescription
_Ledger _Ledger
_RootredirectedtoparentC_FxdAstCoCodeTP
_CompanyCode _CompanyCode
_FiscalYearVariant _FiscalYearVariant
@AbapCatalog.viewEnhancementCategory: [#NONE]
@Metadata.allowExtensions: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Fixed Asset Company Code Ledger'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #C,
  sizeCategory: #S,
  dataClass: #MIXED
}
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'CompanyCode'
@VDM.viewType: #CONSUMPTION
define view entity C_FxdAstCoCodeLdgrTP as projection on R_FxdAstCoCodeLdgrTP
{
  @UI.hidden: true
  key CompanyCode,
  @ObjectModel.text.element: ['LedgerName']
  key Ledger,
  @EndUserText.label: 'Highest Fiscal Year'
  AssetAcctgLastOpenFiscalYear,
  @EndUserText.label: 'Planning Horizon in Years'
  FixedAssetLedgerPlanningHrzn,
  @ObjectModel.text.element: ['FiscalYearVariantDescription']
  _FiscalYearVariant.FiscalYearVariant as FiscalYearVariant,
  _Ledger.LedgerName as LedgerName,
  _FiscalYearVariant._FiscalYearVariant._Text[ 1: Language = $session.system_language ].FiscalYearVariantDescription as FiscalYearVariantDescription,
  /* Associations */
  _DeprArea : redirected to composition child C_FxdAstCoCodeDeprAreaTP,
  _Ledger,
  _Root : redirected to parent C_FxdAstCoCodeTP,
  _CompanyCode,
  _FiscalYearVariant
}