A_FixedAssetUsageObject
Fixed Asset Usage Object
A_FixedAssetUsageObject is a Consumption CDS View that provides data about "Fixed Asset Usage Object" in SAP S/4HANA. It reads from 1 data source (R_FixedAssetUsageObjectTP) and exposes 8 fields with key fields CompanyCode, FixedAssetUsageObject.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_FixedAssetUsageObjectTP | R_FixedAssetUsageObjectTP | 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 | Fixed Asset Usage Object | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MASTER | view |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CompanyCode | CompanyCode | ||
| KEY | FixedAssetUsageObject | FixedAssetUsageObject | ||
| FixedAssetUsageObjectDesc | FixedAssetUsageObjectDesc | |||
| BaseUnit | BaseUnit | |||
| IsActive | IsActive | |||
| FixedAssetUsageObjLfcycSts | FixedAssetUsageObjLfcycSts | |||
| FixedAssetUsageObjLfcycName | ||||
| LastChangeDateTime | LastChangeDateTime |
@VDM.viewType: #CONSUMPTION
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@VDM.usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Fixed Asset Usage Object'
@ObjectModel.usageType: {
serviceQuality: #A,
sizeCategory: #XL,
dataClass: #MASTER
}
define root view entity A_FixedAssetUsageObject
provider contract transactional_query
as projection on R_FixedAssetUsageObjectTP
{ //I_FixedAssetUsageObject
key CompanyCode,
key FixedAssetUsageObject,
FixedAssetUsageObjectDesc,
BaseUnit,
IsActive,
// Readonly
FixedAssetUsageObjLfcycSts,
_UsageObjectLifecycleStatus._Text[1:Language = $session.system_language].FixedAssetUsageObjLfcycName,
// Etag
LastChangeDateTime,
_UsageObjectPeriod : redirected to composition child A_FixedAssetUsageObjectPeriod,
_UsageObjectTotal : redirected to composition child A_FixedAssetUsageObjectTotal
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_FXDASTUSAGEOBJECTLFCYCSTS",
"I_FXDASTUSAGEOBJLFCYCSTSTEXT",
"R_FIXEDASSETUSAGEOBJECTTP"
],
"ASSOCIATED":
[
"A_FIXEDASSETUSAGEOBJECTPERIOD",
"A_FIXEDASSETUSAGEOBJECTTOTAL"
],
"BASE":
[
"R_FIXEDASSETUSAGEOBJECTTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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