A_FixedAssetUsageObjectPeriod
Period Units of Fixed Asset Usage Object
A_FixedAssetUsageObjectPeriod 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 6 fields with key fields CompanyCode, FixedAssetUsageObject, ValidityEndDate. It is exposed through 1 OData service (API_FIXEDASSETUSAGEOBJECT).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_FixedAssetUsageObjectPerdTP | R_FixedAssetUsageObjectPerdTP | projection |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #CONSUMPTION | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Period Units of Fixed Asset Usage Object | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MASTER | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_FIXEDASSETUSAGEOBJECT | API_FIXEDASSETUSAGEOBJECT | V4 | C2 | C1 |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CompanyCode | CompanyCode | ||
| KEY | FixedAssetUsageObject | FixedAssetUsageObject | ||
| KEY | ValidityEndDate | ValidityEndDate | ||
| ValidityStartDate | ValidityStartDate | |||
| PeriodPlannedQtyInProdnUnit | PeriodPlannedQtyInProdnUnit | |||
| BaseUnit | BaseUnit |
@VDM.viewType: #CONSUMPTION
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@VDM.usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Period Units of Fixed Asset Usage Object'
@ObjectModel.usageType: {
serviceQuality: #A,
sizeCategory: #XL,
dataClass: #MASTER
}
define view entity A_FixedAssetUsageObjectPeriod
as projection on R_FixedAssetUsageObjectPerdTP
{
key CompanyCode,
key FixedAssetUsageObject,
key ValidityEndDate,
ValidityStartDate,
PeriodPlannedQtyInProdnUnit,
BaseUnit,
_UsageObject : redirected to parent A_FixedAssetUsageObject
}
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