I_AstAcctgValTypeInValDsp

DDL: I_ASTACCTGVALTYPEINVALDSP SQL: IASTVALDSPVALTP Type: view_entity BASIC Package: FINS_FAA_MD_VALUES

Asset Accounting Value Type

I_AstAcctgValTypeInValDsp is a Basic CDS View (Dimension) that provides data about "Asset Accounting Value Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field AssetAccountingValueType. It has 1 association to related views. Part of development package FINS_FAA_MD_VALUES.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_AstAcctgValTypeInValDspTxt _Text $projection.AssetAccountingValueType = _Text.AssetAccountingValueType

Annotations (10)

NameValueLevelField
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Asset Accounting Value Type view
ObjectModel.representativeKey AssetAccountingValueType view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
Metadata.ignorePropagatedAnnotations true view
Analytics.internalName #LOCAL view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY AssetAccountingValueType
_Text _Text
//@AbapCatalog.sqlViewName: 'IASTVALDSPVALTP'

@Analytics: { dataCategory: #DIMENSION }
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Asset Accounting Value Type'
@ObjectModel: { representativeKey: 'AssetAccountingValueType',
                usageType.serviceQuality: #A,
                usageType.sizeCategory: #S,
                usageType.dataClass: #CUSTOMIZING }
//@ClientHandling.algorithm: #SESSION_VARIABLE

@Metadata.ignorePropagatedAnnotations: true
@Analytics.internalName:#LOCAL
 
define view entity I_AstAcctgValTypeInValDsp
  as select from dd07l
  association [0..*] to I_AstAcctgValTypeInValDspTxt as _Text on $projection.AssetAccountingValueType = _Text.AssetAccountingValueType
{
 
      @ObjectModel.text.association: '_Text'
  key cast(domvalue_l as fis_ast_acctg_value_tp_val_dsp ) as AssetAccountingValueType,
      _Text
}
 
where
      dd07l.domname  = 'FIS_AST_ACCTG_VALUE_TP_VAL_DSP'
  and dd07l.as4local = 'A';