C_FxdAstCoCodeLgcyDtaTransfTP

DDL: C_FXDASTCOCODELGCYDTATRANSFTP Type: view_entity CONSUMPTION Package: FINS_FAA_CFG_CMP

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)

SourceAliasJoin Type
R_FxdAstCoCodeLgcyDtaTransfTP R_FxdAstCoCodeLgcyDtaTransfTP projection

Annotations (8)

NameValueLevelField
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)

ServiceBindingVersionContractRelease
UI_CMP_RAP_BO UI_CMP_RAP_BO V4 C1 NOT_RELEASED

Fields (11)

KeyFieldSource TableSource FieldDescription
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
}