C_FxdAstCoCodeLgcyDtaTransfTP
Fixed Asset Company Code Lgcy Dta Transf
C_FxdAstCoCodeLgcyDtaTransfTP is a Consumption CDS View that provides data about "Fixed Asset Company Code Lgcy Dta Transf" in SAP S/4HANA. It reads from 1 data source (R_FxdAstCoCodeLgcyDtaTransfTP) and exposes 11 fields with key fields CompanyCode, LegacyDataTransferSequence. 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_FxdAstCoCodeLgcyDtaTransfTP | R_FxdAstCoCodeLgcyDtaTransfTP | projection |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Metadata.allowExtensions | true | view | |
| EndUserText.label | Fixed Asset Company Code Lgcy Dta Transf | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | 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 | LegacyDataTransferSequence | LegacyDataTransferSequence | ||
| FixedAssetLegacyDataTransfDte | FixedAssetLegacyDataTransfDte | |||
| FixedAssetLegacyDataTransfSts | FixedAssetLegacyDataTransfSts | Transfer Status | ||
| FxdAstLgcyDtaTransfDocType | FxdAstLgcyDtaTransfDocType | |||
| FxdAstLgcyDtaTransfDeprCalc | FxdAstLgcyDtaTransfDeprCalc | Suppress Depreciation Calculation | ||
| FixedAssetLegacyDataTransfCmnt | FixedAssetLegacyDataTransfCmnt | |||
| AccountingDocumentTypeName | _DocTypeText | AccountingDocumentTypeName | ||
| FixedAssetLgcyDtaTransfStsTxt | ||||
| _DocTypeText | _DocTypeText | |||
| _RootredirectedtoparentC_FxdAstCoCodeTP |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.allowExtensions: true
@EndUserText.label: 'Fixed Asset Company Code Lgcy Dta Transf'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #C,
sizeCategory: #S,
dataClass: #MIXED
}
@VDM.viewType: #CONSUMPTION
define view entity C_FxdAstCoCodeLgcyDtaTransfTP as projection on R_FxdAstCoCodeLgcyDtaTransfTP
{
key CompanyCode,
key LegacyDataTransferSequence,
FixedAssetLegacyDataTransfDte,
@EndUserText.label: 'Transfer Status'
@Consumption.valueHelpDefault.display: true
@Consumption.valueHelpDefinition: [{
entity: {
name: 'I_FxdAstCoCodeLgcyDtaTransfSts',
element: 'FixedAssetLegacyDataTransfSts' },
additionalBinding: [{ localElement: 'FixedAssetLegacyDataTransfSts', element: 'FixedAssetLegacyDataTransfSts', usage: #FILTER }]}]
@ObjectModel.text.element: ['FixedAssetLgcyDtaTransfStsTxt']
FixedAssetLegacyDataTransfSts,
@ObjectModel.text.element: ['AccountingDocumentTypeName']
@Consumption.valueHelpDefinition: [{
entity: {
name: 'I_AccountingDocumentTypeStdVH',
element: 'AccountingDocumentType' }}]
FxdAstLgcyDtaTransfDocType,
@EndUserText.label: 'Suppress Depreciation Calculation'
FxdAstLgcyDtaTransfDeprCalc,
FixedAssetLegacyDataTransfCmnt,
_DocTypeText.AccountingDocumentTypeName,
_LegacyDataTransferStatusText[ 1: Language = $session.system_language ].FixedAssetLgcyDtaTransfStsTxt,
/* Associations */
_DocTypeText,
_Root : redirected to parent C_FxdAstCoCodeTP
}
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