I_ASSETKEYFIGURETEXT

CDS View

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)

ViewTypeJoinVDMDescription
P_AUDIT_AT_AstSrtKeyFigSetSpec view left_outer COMPOSITE Austrian Audit Sorted Fixed Asset Key Figure Set Spec
@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
}