I_DepreciationCalcValueTypeTxt

DDL: I_DEPRECIATIONCALCVALUETYPETXT SQL: IDEPRCALCVALTPT Type: view BASIC

Depreciation Calc Value Type - Text

I_DepreciationCalcValueTypeTxt is a Basic CDS View that provides data about "Depreciation Calc Value Type - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields Language, DepreciationCalcValueType. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

CardinalityTargetAliasCondition
[1..1] I_DepreciationCalcValueType _DepreciationCalcValueType $projection.DepreciationCalcValueType = _DepreciationCalcValueType.DepreciationCalcValueType
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IDEPRCALCVALTPT view
EndUserText.label Depreciation Calc Value Type - Text view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.representativeKey DepreciationCalcValueType view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language
KEY DepreciationCalcValueType
DepreciationCalcValueTypeName
_DepreciationCalcValueType _DepreciationCalcValueType
_Language _Language
@AbapCatalog.sqlViewName: 'IDEPRCALCVALTPT'
@EndUserText.label: 'Depreciation Calc Value Type - Text'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED

@VDM.viewType:#BASIC 
@ObjectModel: {
    representativeKey: 'DepreciationCalcValueType',
    dataCategory: #TEXT,
    usageType: {
      serviceQuality: #A,
      sizeCategory: #S,
      dataClass: #CUSTOMIZING
    }
}

define view I_DepreciationCalcValueTypeTxt as select from dd07t
  association [1..1] to I_DepreciationCalcValueType as _DepreciationCalcValueType on $projection.DepreciationCalcValueType = _DepreciationCalcValueType.DepreciationCalcValueType
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
    @ObjectModel.foreignKey.association: '_Language'
    @Semantics.language: true
    key cast(ddlanguage as spras)             as Language,
    @ObjectModel.foreignKey.association: '_DepreciationCalcValueType'
    @ObjectModel.text.element:['DepreciationCalcValueTypeName']
    key cast(domvalue_l as faa_ee_amount_type)  as DepreciationCalcValueType,
    @Semantics.text: true
    cast(ddtext as faa_md_dt_value_type_name) as DepreciationCalcValueTypeName,
    @ObjectModel.association.type: [#TO_COMPOSITION_PARENT, #TO_COMPOSITION_ROOT]
    _DepreciationCalcValueType,
    _Language
}
where
      as4local = 'A'
  and domname  = 'FAA_EE_AMOUNT_TYPE'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_DEPRECIATIONCALCVALUETYPE",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/