P_ASSETKEYFIGURESPECIFICATION

CDS View

P_ASSETKEYFIGURESPECIFICATION is a CDS View in S/4HANA. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
C_FixedAssetSimlnPostingTP view_entity inner CONSUMPTION Simulation for Fixed Asset Posting
I_AssetLineItmBalByCrcyRole view_entity inner COMPOSITE Asset Line Items with currency role
@VDM.viewType: #COMPOSITE
@VDM.private: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: { usageType.serviceQuality: #A,
                usageType.sizeCategory: #M,
                usageType.dataClass: #CUSTOMIZING }
@Metadata.ignorePropagatedAnnotations: true

define view entity P_AssetKeyFigureSpecification
  as select distinct from I_AssetKeyFigureSpecification
{
      
  key AssetAcctAnlytlTransClassfctn,
      
  key SubLedgerAcctLineItemType
}