R_FIXEDASSETUSAGEOBJECTTOTTP
Total Units of Fixed Asset Usage Object
R_FIXEDASSETUSAGEOBJECTTOTTP is a CDS View in S/4HANA. Total Units of Fixed Asset Usage Object. 3 CDS views read from this table.
CDS Views using this table (3)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| 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 |
| I_FixedAssetUsageObjectTotTP | view_entity | projection | TRANSACTIONAL | Total Units of Fxd Asset Usage Obj - TP |
//@AbapCatalog.sqlViewName: 'RFIXASSETUOTOTAL'
//@AbapCatalog.compiler.compareFilter: true
//@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #MANDATORY
//@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@EndUserText.label: 'Total Units of Fixed Asset Usage Object'
@ObjectModel.usageType: {
serviceQuality: #A,
sizeCategory: #XL,
dataClass: #MASTER
}
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
// association [0..1] to I_FixedAssetGenericDeprAreaVH as _DepreciationArea on $projection.FixedAssetUsageObjectDeprArea = _DepreciationArea.FixedAssetUsageObjectDeprArea
// and $projection.CompanyCode = _DepreciationArea.CompanyCode
{
key CompanyCode,
key FixedAssetUsageObject,
key FixedAssetUsageObjectDeprArea,
key ValidityEndDate,
ValidityStartDate,
CapacityInProductionUnit,
//PerdEndRmngQtyInProdnUnit,
BaseUnit,
_CompanyCode,
_UnitOfMeasure,
//_DepreciationArea,
_UsageObject
}