C_FixedAssetUsageObjectTotTP

DDL: C_FIXEDASSETUSAGEOBJECTTOTTP Type: view_entity CONSUMPTION

Total Units of Fixed Asset Usage Object

C_FixedAssetUsageObjectTotTP is a Consumption CDS View that provides data about "Total Units of Fixed Asset Usage Object" in SAP S/4HANA. It reads from 1 data source (R_FixedAssetUsageObjectTotTP) and exposes 9 fields with key fields CompanyCode, FixedAssetUsageObject, FixedAssetUsageObjectDeprArea, ValidityEndDate.

Data Sources (1)

SourceAliasJoin Type
R_FixedAssetUsageObjectTotTP R_FixedAssetUsageObjectTotTP projection

Annotations (7)

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

Fields (9)

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

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

@Metadata.allowExtensions: true
define view entity C_FixedAssetUsageObjectTotTP
  as projection on R_FixedAssetUsageObjectTotTP
{
  key     CompanyCode,
  key     FixedAssetUsageObject,
          @ObjectModel.text.element: ['AssetDepreciationAreaName']
          @Consumption.valueHelpDefinition: [ { entity: { name: 'I_FixedAssetGenericDeprAreaVH', element: 'FixedAssetUsageObjectDeprArea' }
                                            // ,additionalBinding:  [ { localElement: 'CompanyCode', element:'CompanyCode' } ]  //, usage:#FILTER

                                           }]

  key     FixedAssetUsageObjectDeprArea,
  key     ValidityEndDate,
          ValidityStartDate,
          @Semantics.quantity.unitOfMeasure: 'BaseUnit'
          CapacityInProductionUnit,
          //PerdEndRmngQtyInProdnUnit,


          @Semantics.unitOfMeasure: true
          _UsageObject.BaseUnit,

          @ObjectModel.virtualElementCalculatedBy: 'ABAP:CL_FAA_UO_TOTAL_DATA_PROVIDER'
  virtual AssetDepreciationAreaName : afbtxt,

          _CompanyCode,
          //_UnitOfMeasure,

          //_DepreciationArea,

          _UsageObject : redirected to parent C_FixedAssetUsageObjectTP

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_FIXEDASSETUSAGEOBJECTTOTTP",
"R_FIXEDASSETUSAGEOBJECTTP"
],
"ASSOCIATED":
[
"C_FIXEDASSETUSAGEOBJECTTP",
"I_COMPANYCODE",
"R_FIXEDASSETUSAGEOBJECTTP"
],
"BASE":
[
"R_FIXEDASSETUSAGEOBJECTTOTTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/