I_ASSETKEYFIGURETEXT
Asset Key Figure - Text
I_ASSETKEYFIGURETEXT is a CDS View in S/4HANA. Asset Key Figure - Text. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_AUDIT_AT_AstSrtKeyFigSetSpec | view | left_outer | COMPOSITE |
@AbapCatalog: {sqlViewName: 'IASSETKEYFIGURET', preserveKey: true}
@EndUserText.label: 'Asset Key Figure - Text'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: { representativeKey: 'AssetAccountingKeyFigure',
dataCategory: #TEXT,
usageType.serviceQuality: #A,
usageType.sizeCategory: #M,
usageType.dataClass: #CUSTOMIZING,
modelingPattern: #LANGUAGE_DEPENDENT_TEXT,
supportedCapabilities: [#LANGUAGE_DEPENDENT_TEXT]
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
define view I_AssetKeyFigureText
as select from faac_kfct
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@Semantics.language
key faac_kfct.langu as Language,
key faac_kfct.key_figure_code as AssetAccountingKeyFigure,
@Semantics.text: true
cast ( faac_kfct.description as fis_ltext_kfct preserving type ) as AssetAccountingKeyFigureText,
_Language
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FAAC_KFCT"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/