R_FIXEDASSETUSAGEOBJECTTOTTP

CDS View

Total Units of Fixed Asset Usage Object

R_FIXEDASSETUSAGEOBJECTTOTTP is a CDS View in S/4HANA. Total Units of Fixed Asset Usage Object. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
A_FixedAssetUsageObjectTotal view_entity projection CONSUMPTION Total Units of Fixed Asset Usage Object
C_FixedAssetUsageObjectTotTP view_entity projection CONSUMPTION Total Units of Fixed Asset Usage Object
C_FixedAssetUsageObjectTotTP_2 view_entity projection CONSUMPTION Total Units of Fixed Asset Usage Object
I_FixedAssetUsageObjectTotTP view_entity projection TRANSACTIONAL Total Units of Fxd Asset Usage Obj - TP
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Total Units of Fixed Asset Usage Object'
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@ObjectModel.usageType:{
  serviceQuality: #C,
  sizeCategory: #S,
  dataClass: #TRANSACTIONAL
}
@VDM.viewType: #TRANSACTIONAL

define view entity R_FixedAssetUsageObjectTotTP
  as select from I_FixedAssetUsageObjectTotal
  association to parent R_FixedAssetUsageObjectTP as _UsageObject on  $projection.CompanyCode           = _UsageObject.CompanyCode
                                                                  and $projection.FixedAssetUsageObject = _UsageObject.FixedAssetUsageObject
{
  key CompanyCode,

  key FixedAssetUsageObject,

  key FixedAssetUsageObjectDeprArea,

  key ValidityEndDate,
      
      ValidityStartDate,

      @Semantics.quantity.unitOfMeasure: 'BaseUnit'
      CapacityInProductionUnit,

      BaseUnit,

      /* Associations */
      _CompanyCode,
      _UnitOfMeasure,
      _UsageObject

}