C_FixedAssetUsageObjectPerdTP
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)
| Source | Alias | Join Type |
|---|---|---|
| R_FixedAssetUsageObjectPerdTP | R_FixedAssetUsageObjectPerdTP | projection |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_FIXEDASSETUSAGEOBJECT | UI_FIXEDASSETUSAGEOBJ_MNTN | V2 | C1 | NOT_RELEASED |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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 }
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