C_FixedAssetUsageObjectTotTP_2

DDL: C_FIXEDASSETUSAGEOBJECTTOTTP_2 Type: view_entity CONSUMPTION Package: FINS_FAA_UO_VDM

Total Units of Fixed Asset Usage Object

C_FixedAssetUsageObjectTotTP_2 is a Consumption CDS View that provides data about "Total Units of Fixed Asset Usage Object" in SAP S/4HANA. It reads from 1 data source (R_FixedAssetUsageObjectTotTP) and exposes 9 fields with key fields CompanyCode, FixedAssetUsageObject, FixedAssetUsageObjectDeprArea, ValidityEndDate. Part of development package FINS_FAA_UO_VDM.

Data Sources (1)

SourceAliasJoin Type
R_FixedAssetUsageObjectTotTP R_FixedAssetUsageObjectTotTP projection

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Total Units of Fixed Asset Usage Object view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #CONSUMPTION view
Metadata.allowExtensions true view

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode CompanyCode
KEY FixedAssetUsageObject FixedAssetUsageObject
KEY FixedAssetUsageObjectDeprArea FixedAssetUsageObjectDeprArea
KEY ValidityEndDate ValidityEndDate
ValidityStartDate ValidityStartDate
CapacityInProductionUnit CapacityInProductionUnit
BaseUnit BaseUnit
virtualAssetDepreciationAreaNameafbtxt
_CompanyCode _CompanyCode
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Total Units of Fixed Asset Usage Object'
@ObjectModel.usageType:{
  serviceQuality: #C,
  sizeCategory: #S,
  dataClass: #TRANSACTIONAL
}
@VDM.usage.type:[#TRANSACTIONAL_PROCESSING_SERVICE] 
@VDM.viewType: #CONSUMPTION
@Metadata.allowExtensions: true
@ObjectModel.semanticKey: [ 'CompanyCode',
                            'FixedAssetUsageObject',
                            'FixedAssetUsageObjectDeprArea',
                            'ValidityEndDate' ]

define view entity C_FixedAssetUsageObjectTotTP_2
  as projection on R_FixedAssetUsageObjectTotTP
{
  key     CompanyCode,

  key     FixedAssetUsageObject,

          @ObjectModel.text.element: ['AssetDepreciationAreaName']
          @Consumption.valueHelpDefinition: [ { entity: { name: 'I_FixedAssetGenericDeprAreaVH', element: 'FixedAssetUsageObjectDeprArea' },
                                                additionalBinding:  [ { localElement: 'CompanyCode', element:'CompanyCode' } ]
                                            } ]
  key     FixedAssetUsageObjectDeprArea,

  key     ValidityEndDate,
          
          ValidityStartDate,

          CapacityInProductionUnit,

          BaseUnit,

          @ObjectModel.virtualElementCalculatedBy: 'ABAP:CL_FAA_UO_TOTAL_DATA_PROVIDER'
  virtual AssetDepreciationAreaName : afbtxt,

          /* Associations */
          _CompanyCode,
          _UsageObject : redirected to parent C_FixedAssetUsageObjectTP_2

}