I_FixedAssetUsageObjectTotTP
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)
| Source | Alias | Join Type |
|---|---|---|
| R_FixedAssetUsageObjectTotTP | R_FixedAssetUsageObjectTotTP | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA