I_FixedAssetStdVH
Fixed Asset
I_FixedAssetStdVH is a Composite CDS View that provides data about "Fixed Asset" in SAP S/4HANA. It reads from 1 data source (I_FixedAsset) and exposes 8 fields with key fields CompanyCode, MasterFixedAsset, FixedAsset.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_FixedAsset | I_FixedAsset | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | FixedAsset | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.modelingPattern | #VALUE_HELP_PROVIDER | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | Fixed Asset | view |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CompanyCode | CompanyCode | ||
| KEY | MasterFixedAsset | MasterFixedAsset | ||
| KEY | FixedAsset | FixedAsset | ||
| FixedAssetDescription | FixedAssetDescription | |||
| AssetClass | AssetClass | |||
| AssetAuthorizationContext | AssetAuthorizationContext | |||
| _CompanyCode | _CompanyCode | |||
| _MasterFixedAsset | _MasterFixedAsset |
//GENERATED:003:GlBfhyJl7kU{r2gdLKRDsG
@VDM.viewType: #COMPOSITE
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'FixedAsset'
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #XXL
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.modelingPattern: #VALUE_HELP_PROVIDER
@ObjectModel.supportedCapabilities: [#VALUE_HELP_PROVIDER]
@AccessControl.authorizationCheck: #CHECK
@Search.searchable: true
@Consumption.ranked: true
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Fixed Asset'
define view entity I_FixedAssetStdVH
as select from I_FixedAsset
{
@ObjectModel.foreignKey.association: '_CompanyCode'
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 1.0
@Search.ranking: #LOW
key CompanyCode,
@ObjectModel.foreignKey.association: '_MasterFixedAsset'
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
key MasterFixedAsset,
@ObjectModel.text.element: ['FixedAssetDescription']
key FixedAsset,
@Semantics.text:true
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #LOW
FixedAssetDescription,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 1.0
@Search.ranking: #LOW
AssetClass,
@Consumption.hidden: true
AssetAuthorizationContext, //Needed for DCL
@Consumption.hidden: true
_CompanyCode,
@Consumption.hidden: true
_MasterFixedAsset
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_FIXEDASSET"
],
"ASSOCIATED":
[
"I_COMPANYCODE",
"I_MASTERFIXEDASSET"
],
"BASE":
[
"I_FIXEDASSET"
],
"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