C_FxdAstCoCodeDeprAreaTP
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)
| Source | Alias | Join Type |
|---|---|---|
| R_FxdAstCoCodeDeprAreaTP | R_FxdAstCoCodeDeprAreaTP | projection |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_CMP_RAP_BO | UI_CMP_RAP_BO | V4 | C1 | NOT_RELEASED |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA