I_AssetTransactionTypeGroup
Asset Transaction Type Group
I_AssetTransactionTypeGroup is a Basic CDS View (Dimension) that provides data about "Asset Transaction Type Group" in SAP S/4HANA. It reads from 1 data source (tabwg) and exposes 6 fields with key field AssetTransactionTypeGroup. It has 1 association to related views. Part of development package FINS_FIS_AA_MD.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tabwg | tabwg | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_AssetTransactionTypeGrpText | _Text | $projection.AssetTransactionTypeGroup = _Text.AssetTransactionTypeGroup |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IFIASTTRTYPGRP | view | |
| AbapCatalog.preserveKey | true | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| EndUserText.label | Asset Transaction Type Group | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.representativeKey | AssetTransactionTypeGroup | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AssetTransactionTypeGroup | bwagrp | ||
| TransactionTypeClassification | gitcol | |||
| IsCurrentYearTransaction | xzugne | |||
| TransactionTypeCategory | bwatyp | |||
| AssetTransactionTypeFieldName | fldnm | |||
| _Text | _Text |
@AbapCatalog: {sqlViewName: 'IFIASTTRTYPGRP', preserveKey: true}
@Analytics: { dataCategory: #DIMENSION }
@EndUserText.label: 'Asset Transaction Type Group'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: { representativeKey: 'AssetTransactionTypeGroup',
usageType.serviceQuality: #A,
usageType.sizeCategory: #S,
usageType.dataClass: #CUSTOMIZING }
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
define view I_AssetTransactionTypeGroup
as select from tabwg
association [0..*] to I_AssetTransactionTypeGrpText as _Text on $projection.AssetTransactionTypeGroup = _Text.AssetTransactionTypeGroup
{
@ObjectModel.text.association: '_Text'
key bwagrp as AssetTransactionTypeGroup,
gitcol as TransactionTypeClassification,
xzugne as IsCurrentYearTransaction,
bwatyp as TransactionTypeCategory,
fldnm as AssetTransactionTypeFieldName,
_Text
}
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