C_FxdAstCoCodeLdgrTP
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)
| Source | Alias | Join Type |
|---|---|---|
| R_FxdAstCoCodeLdgrTP | R_FxdAstCoCodeLdgrTP | projection |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_CMP_RAP_BO | UI_CMP_RAP_BO | V4 | C1 | NOT_RELEASED |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
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