C_FixedAssetUsageObjectPerdTP

DDL: C_FIXEDASSETUSAGEOBJECTPERDTP Type: view_entity CONSUMPTION Package: FINS_FAA_UO_VDM

Period Units of Fixed Asset Usage Object

C_FixedAssetUsageObjectPerdTP is a Consumption CDS View that provides data about "Period Units of Fixed Asset Usage Object" in SAP S/4HANA. It reads from 1 data source (R_FixedAssetUsageObjectPerdTP) and exposes 7 fields with key fields CompanyCode, FixedAssetUsageObject, ValidityEndDate. It is exposed through 1 OData service (UI_FIXEDASSETUSAGEOBJECT). Part of development package FINS_FAA_UO_VDM.

Data Sources (1)

SourceAliasJoin Type
R_FixedAssetUsageObjectPerdTP R_FixedAssetUsageObjectPerdTP projection

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Period 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

OData Services (1)

ServiceBindingVersionContractRelease
UI_FIXEDASSETUSAGEOBJECT UI_FIXEDASSETUSAGEOBJ_MNTN V2 C1 NOT_TO_BE_RELEASED_STABLE

Fields (7)

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

define view entity C_FixedAssetUsageObjectPerdTP
  as projection on R_FixedAssetUsageObjectPerdTP
{
  key    CompanyCode,

  key    FixedAssetUsageObject,

  key    ValidityEndDate,

         ValidityStartDate,

         PeriodPlannedQtyInProdnUnit,

         BaseUnit,

         /* Associations */
         _CompanyCode,
         _UsageObject : redirected to parent C_FixedAssetUsageObjectTP
}