I_FixedAssetUsageObjectTotTP

DDL: I_FIXEDASSETUSAGEOBJECTTOTTP Type: view_entity TRANSACTIONAL Package: FINS_FAA_UO_VDM

Total Units of Fxd Asset Usage Obj - TP

I_FixedAssetUsageObjectTotTP is a Transactional CDS View that provides data about "Total Units of Fxd Asset Usage Obj - TP" in SAP S/4HANA. It reads from 1 data source (R_FixedAssetUsageObjectTotTP) and exposes 7 fields with key fields CompanyCode, FixedAssetUsageObject, FixedAssetUsageObjectDeprArea, ValidityEndDate. Part of development package FINS_FAA_UO_VDM.

Data Sources (1)

SourceAliasJoin Type
R_FixedAssetUsageObjectTotTP R_FixedAssetUsageObjectTotTP projection

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Total Units of Fxd Asset Usage Obj - TP view
ObjectModel.modelingPattern #TRANSACTIONAL_INTERFACE view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.serviceQuality #A view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #TRANSACTIONAL view
Metadata.ignorePropagatedAnnotations true view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode CompanyCode
KEY FixedAssetUsageObject FixedAssetUsageObject
KEY FixedAssetUsageObjectDeprArea FixedAssetUsageObjectDeprArea
KEY ValidityEndDate ValidityEndDate
ValidityStartDate ValidityStartDate
CapacityInProductionUnit CapacityInProductionUnit
BaseUnit BaseUnit
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Total Units of Fxd Asset Usage Obj - TP'

@ObjectModel: { modelingPattern:        #TRANSACTIONAL_INTERFACE,
                supportedCapabilities:  [#TRANSACTIONAL_PROVIDER],
                usageType:              { dataClass: #MASTER,
                                          sizeCategory: #XL,
                                          serviceQuality: #A } }

@VDM: { lifecycle.contract.type: #PUBLIC_LOCAL_API,
        usage.type:              [#TRANSACTIONAL_PROCESSING_SERVICE],
        viewType:                #TRANSACTIONAL }

@Metadata.ignorePropagatedAnnotations: true

define view entity I_FixedAssetUsageObjectTotTP

  as projection on R_FixedAssetUsageObjectTotTP
{
  key CompanyCode,
  key FixedAssetUsageObject,
  key FixedAssetUsageObjectDeprArea,
  key ValidityEndDate,
      ValidityStartDate,

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

//      @Semantics.unitOfMeasure: true

      BaseUnit,

      _UsageObject : redirected to parent I_FixedAssetUsageObjectTP
}