I_FixedAssetUsageObjectTP
Fixed Asset Usage Object - TP
I_FixedAssetUsageObjectTP is a Transactional CDS View that provides data about "Fixed Asset Usage Object - TP" in SAP S/4HANA. It reads from 1 data source (R_FixedAssetUsageObjectTP) and exposes 7 fields with key fields CompanyCode, FixedAssetUsageObject.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_FixedAssetUsageObjectTP | R_FixedAssetUsageObjectTP | projection |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Fixed Asset Usage Object - TP | view | |
| ObjectModel.modelingPattern | #TRANSACTIONAL_INTERFACE | view | |
| ObjectModel.sapObjectNodeType.name | FixedAssetUsageObject | 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 | ||
| FixedAssetUsageObjectDesc | FixedAssetUsageObjectDesc | |||
| BaseUnit | BaseUnit | |||
| IsActive | IsActive | |||
| FixedAssetUsageObjLfcycSts | FixedAssetUsageObjLfcycSts | |||
| LastChangeDateTime | LastChangeDateTime |
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Fixed Asset Usage Object - TP'
@ObjectModel: { modelingPattern: #TRANSACTIONAL_INTERFACE,
sapObjectNodeType.name: 'FixedAssetUsageObject',
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 root view entity I_FixedAssetUsageObjectTP
provider contract transactional_interface
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 I_FixedAssetUsageObjectPerdTP,
_UsageObjectTotal : redirected to composition child I_FixedAssetUsageObjectTotTP
}
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