C_FixedAssetUsageObjectPerdTP

DDL: C_FIXEDASSETUSAGEOBJECTPERDTP Type: view_entity CONSUMPTION

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).

Data Sources (1)

SourceAliasJoin Type
R_FixedAssetUsageObjectPerdTP R_FixedAssetUsageObjectPerdTP projection

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Period Units of Fixed Asset Usage Object view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MASTER view
Metadata.allowExtensions true view

OData Services (1)

ServiceBindingVersionContractRelease
UI_FIXEDASSETUSAGEOBJECT UI_FIXEDASSETUSAGEOBJ_MNTN V2 C1 NOT_RELEASED

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode CompanyCode
KEY FixedAssetUsageObject FixedAssetUsageObject
KEY ValidityEndDate ValidityEndDate
ValidityStartDate ValidityStartDate
PeriodPlannedQtyInProdnUnit PeriodPlannedQtyInProdnUnit
BaseUnit _UsageObject BaseUnit
_CompanyCode _CompanyCode
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Period Units of Fixed Asset Usage Object'
@VDM.viewType: #CONSUMPTION


@ObjectModel.usageType: {
        serviceQuality: #A,
        sizeCategory: #XL,
        dataClass: #MASTER
}

@Metadata.allowExtensions: true


define view entity C_FixedAssetUsageObjectPerdTP as projection on R_FixedAssetUsageObjectPerdTP {


  @Consumption.semanticObject: 'CompanyCode'
  key    CompanyCode,

  key    FixedAssetUsageObject,

  key    ValidityEndDate,

  ValidityStartDate,

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

  @Semantics.unitOfMeasure: true
  _UsageObject.BaseUnit,

  _CompanyCode,

  //_UsageObject._UnitOfMeasure,


  _UsageObject : redirected to parent C_FixedAssetUsageObjectTP }