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. 4 CDS views read from this table.
CDS Views using this table (4)
| 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 |
| C_FixedAssetUsageObjPerdTP_2 | 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 |
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Period 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_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,
@Semantics.quantity.unitOfMeasure: 'BaseUnit'
PeriodPlannedQtyInProdnUnit,
BaseUnit,
/* Associations */
_CompanyCode,
_UnitOfMeasure,
_UsageObject
}