I_AssetClassStdVH
Asset Class
I_AssetClassStdVH is a Composite CDS View that provides data about "Asset Class" in SAP S/4HANA. It reads from 1 data source (I_AssetClass) and exposes 3 fields with key field AssetClass.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_AssetClass | I_AssetClass | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | AssetClass | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | Asset Class | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AssetClass | AssetClass | ||
| AssetAuthorizationContext | AssetAuthorizationContext | |||
| _Text | _Text |
//GENERATED:003:GlBfhyJl7kU{r2gdLKRDsG
@VDM.viewType: #COMPOSITE
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'AssetClass'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@AccessControl.authorizationCheck: #CHECK
@AccessControl.privilegedAssociations: ['_Text']
@Search.searchable: true
@Consumption.ranked: true
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Asset Class'
define view entity I_AssetClassStdVH
as select from I_AssetClass
{
@ObjectModel.text.association: '_Text'
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
key AssetClass,
@Consumption.hidden: true
AssetAuthorizationContext, //Needed for DCL
_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ASSETCLASS"
],
"ASSOCIATED":
[
"I_ASSETCLASSTEXT"
],
"BASE":
[
"I_ASSETCLASS"
],
"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