R_FIXEDASSETUSAGEOBJECTPERDTP
Period Units of Fixed Asset Usage Object
R_FIXEDASSETUSAGEOBJECTPERDTP is a CDS View in S/4HANA. Period 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_FixedAssetUsageObjectPeriod | view_entity | projection | CONSUMPTION | Period Units of Fixed Asset Usage Object |
| C_FixedAssetUsageObjectPerdTP | view_entity | projection | CONSUMPTION | Period Units of Fixed Asset Usage Object |
| I_FixedAssetUsageObjectPerdTP | view_entity | projection | TRANSACTIONAL | Period Units of Fxd Asset Usage Obj - TP |
//@AbapCatalog.sqlViewName: 'RFIXASSETUOPERD'
//@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: 'Period Units of Fixed Asset Usage Object'
@ObjectModel.usageType: {
serviceQuality: #A,
sizeCategory: #XL,
dataClass: #MASTER
}
define view entity R_FixedAssetUsageObjectPerdTP
as select from I_FixedAssetUsageObjectPeriod
association to parent R_FixedAssetUsageObjectTP as _UsageObject on $projection.CompanyCode = _UsageObject.CompanyCode
and $projection.FixedAssetUsageObject = _UsageObject.FixedAssetUsageObject
{
key CompanyCode,
key FixedAssetUsageObject,
key ValidityEndDate,
ValidityStartDate,
PeriodPlannedQtyInProdnUnit,
BaseUnit,
//PerdEndRmngQtyInProdnUnit
_CompanyCode,
_UnitOfMeasure,
_UsageObject
}