I_FixedAssetGroup
Fixed Asset Group
I_FixedAssetGroup is a Basic CDS View (Dimension) that provides data about "Fixed Asset Group" in SAP S/4HANA. It reads from 1 data source (t087u) and exposes 2 fields with key field FixedAssetGroup. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t087u | t087u | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_FixedAssetGroupText | _Text | $projection.FixedAssetGroup = _Text.FixedAssetGroup |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IFIASSETGROUP | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| EndUserText.label | Fixed Asset Group | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.representativeKey | FixedAssetGroup | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.modelingPattern | #ANALYTICAL_DIMENSION | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FixedAssetGroup | t087u | anlue | |
| _Text | _Text |
@AbapCatalog.sqlViewName: 'IFIASSETGROUP'
@Analytics: { dataCategory: #DIMENSION }
@EndUserText.label: 'Fixed Asset Group'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: { representativeKey: 'FixedAssetGroup',
usageType.serviceQuality: #A,
usageType.sizeCategory: #S,
usageType.dataClass: #CUSTOMIZING,
modelingPattern: #ANALYTICAL_DIMENSION,
supportedCapabilities: [#ANALYTICAL_DIMENSION]
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
define view I_FixedAssetGroup
as select from t087u
association [0..*] to I_FixedAssetGroupText as _Text on $projection.FixedAssetGroup = _Text.FixedAssetGroup
{
@ObjectModel.text.association: '_Text'
key t087u.anlue as FixedAssetGroup,
_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T087U"
],
"ASSOCIATED":
[
"I_FIXEDASSETGROUPTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"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