C_FxdAstCoCodeDeprAreaTP

DDL: C_FXDASTCOCODEDEPRAREATP Type: view_entity CONSUMPTION Package: FINS_FAA_CFG_CMP

Fixed Asset Company Code Area

C_FxdAstCoCodeDeprAreaTP is a Consumption CDS View that provides data about "Fixed Asset Company Code Area" in SAP S/4HANA. It reads from 1 data source (R_FxdAstCoCodeDeprAreaTP) and exposes 8 fields with key fields CompanyCode, Ledger, AssetDepreciationArea. 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_FxdAstCoCodeDeprAreaTP R_FxdAstCoCodeDeprAreaTP projection

Annotations (10)

NameValueLevelField
Metadata.allowExtensions true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Fixed Asset Company Code Area 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 (8)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode CompanyCode
KEY Ledger Ledger
KEY AssetDepreciationArea AssetDepreciationArea Depreciation Area
AssetAcctgLastClosedFiscalYear AssetAcctgLastClosedFiscalYear Closed Fiscal Year
AssetDepreciationAreaShortName _Text AssetDepreciationAreaShortName Last Day in Closed Fiscal Year
FiscalYearEndDate
_RootredirectedtoC_FxdAstCoCodeTP
_Text _Text
@AbapCatalog.viewEnhancementCategory: [#NONE]
@Metadata.allowExtensions: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Fixed Asset Company Code Area'
@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_FxdAstCoCodeDeprAreaTP as projection on R_FxdAstCoCodeDeprAreaTP
{
  key CompanyCode,
  key Ledger,
  @ObjectModel.text.element: ['AssetDepreciationAreaShortName']
  @EndUserText.label: 'Depreciation Area'
  key AssetDepreciationArea,
  @EndUserText.label: 'Closed Fiscal Year'
  AssetAcctgLastClosedFiscalYear,
  @EndUserText.label: 'Last Day in Closed Fiscal Year'
  _Text.AssetDepreciationAreaShortName,
  
  _Ledger._FiscalYearVariant.FiscalYearEndDate as FiscalYearEndDate,
  
  /* Associations */
  _Ledger : redirected to parent C_FxdAstCoCodeLdgrTP,
  _Root : redirected to C_FxdAstCoCodeTP,
  _Text
}