I_DeprCalcRoundingBasisText

DDL: I_DEPRCALCROUNDINGBASISTEXT SQL: IDEPRCALCRNDBST Type: view BASIC

Depreciation Calc Rounding Basis - Text

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

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

CardinalityTargetAliasCondition
[1..1] I_DeprCalcRoundingBasis _DeprCalcRoundingBasis $projection.DepreciationCalcRoundingBasis = _DeprCalcRoundingBasis.DepreciationCalcRoundingBasis
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IDEPRCALCRNDBST view
EndUserText.label Depreciation Calc Rounding Basis - 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 DepreciationCalcRoundingBasis 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 DepreciationCalcRoundingBasis
DeprCalcRoundingBasisName
_DeprCalcRoundingBasis _DeprCalcRoundingBasis
_Language _Language
@AbapCatalog.sqlViewName: 'IDEPRCALCRNDBST'
@EndUserText.label: 'Depreciation Calc Rounding Basis - Text'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED

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

define view I_DeprCalcRoundingBasisText as select from dd07t
  association [1..1] to I_DeprCalcRoundingBasis as _DeprCalcRoundingBasis on $projection.DepreciationCalcRoundingBasis = _DeprCalcRoundingBasis.DepreciationCalcRoundingBasis
  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: '_DeprCalcRoundingBasis'
    @ObjectModel.text.element:['DeprCalcRoundingBasisName']
    key cast(domvalue_l as faa_ee_value)  as DepreciationCalcRoundingBasis,
    @Semantics.text: true
    cast(ddtext as faa_md_dt_rounding_basis_name) as DeprCalcRoundingBasisName,
    @ObjectModel.association.type: [#TO_COMPOSITION_PARENT, #TO_COMPOSITION_ROOT]
    _DeprCalcRoundingBasis,
    _Language
}
where
      as4local = 'A'
  and domname  = 'FAA_EE_VALUE'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_DEPRCALCROUNDINGBASIS",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/