I_ASSETKEYFIGURETRANSTYPEDETN
Asset Key Figure Transaction Classification Determination
I_ASSETKEYFIGURETRANSTYPEDETN is a CDS View in S/4HANA. Asset Key Figure Transaction Classification Determination. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_FixedAssetValueWthDetn | view | left_outer | COMPOSITE | P_FixedAssetValue |
@AbapCatalog: {sqlViewName: 'IASSETKEYFIGDETN', preserveKey: true}
@EndUserText.label: 'Asset Key Figure Transaction Classification Determination'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: { usageType.serviceQuality: #A,
usageType.sizeCategory: #S,
usageType.dataClass: #CUSTOMIZING }
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
define view I_AssetKeyFigureTransTypeDetn
as select from faac_kfc_amc_det
association [0..1] to I_AssetKeyFigureSet as _AssetKeyFigureSet on $projection.AssetAccountingKeyFigureSet = _AssetKeyFigureSet.AssetAccountingKeyFigureSet
association [0..1] to I_AssetTransactionType as _AssetTransactionType on $projection.AssetTransactionType = _AssetTransactionType.AssetTransactionType
association [0..1] to I_AnlytlMovementCategory as _AssetAcctAnlytlTransClassfctn on $projection.AssetAcctAnlytlTransClassfctn = _AssetAcctAnlytlTransClassfctn.AssetAcctAnlytlTransClassfctn
{
@ObjectModel.foreignKey.association: '_AssetKeyFigureSet'
key key_figure_set as AssetAccountingKeyFigureSet,
@ObjectModel.foreignKey.association: '_AssetTransactionType'
key bwasl as AssetTransactionType,
@ObjectModel.foreignKey.association: '_AssetAcctAnlytlTransClassfctn'
anlytl_movcat as AssetAcctAnlytlTransClassfctn,
_AssetKeyFigureSet,
_AssetTransactionType,
_AssetAcctAnlytlTransClassfctn
}