I_AssetValuationViewType

DDL: I_ASSETVALUATIONVIEWTYPE Type: view BASIC

Asset Valuation View Type

I_AssetValuationViewType is a Basic CDS View (Dimension) that provides data about "Asset Valuation View Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field AssetValuationViewType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_AssetValuationViewTypeText _Text $projection.AssetValuationViewType = _Text.AssetValuationViewType

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName IFAVALVIEWTYPE view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
EndUserText.label Asset Valuation View Type view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey AssetValuationViewType 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 (2)

KeyFieldSource TableSource FieldDescription
KEY AssetValuationViewType
_Text _Text
@AbapCatalog: {sqlViewName: 'IFAVALVIEWTYPE', preserveKey: true, compiler.compareFilter:true}
@Analytics: { dataCategory: #DIMENSION, internalName: #LOCAL }
@EndUserText.label: 'Asset Valuation View Type'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: { representativeKey: 'AssetValuationViewType',
                usageType.serviceQuality: #A,
                usageType.sizeCategory: #S,
                usageType.dataClass: #CUSTOMIZING }
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true

define view I_AssetValuationViewType
  as select from dd07l

  association [0..*] to I_AssetValuationViewTypeText as _Text on $projection.AssetValuationViewType = _Text.AssetValuationViewType
{
      @ObjectModel.text.association: '_Text'
  key cast(domvalue_l as faa_valview_type) as AssetValuationViewType,

      _Text
}

where
      dd07l.domname  = 'FAA_VALVIEW_TYPE'
  and dd07l.as4local = 'A';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_ASSETVALUATIONVIEWTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/