I_BalSheetValuationExplanation

DDL: I_BALSHEETVALUATIONEXPLANATION SQL: IDEVALEXPL Type: view BASIC

Explanation for Balance Sheet Valuation

I_BalSheetValuationExplanation is a Basic CDS View that provides data about "Explanation for Balance Sheet Valuation" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field BalSheetValuationExplanation. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_BalShtValnExplanationText _Text $projection.BalSheetValuationExplanation = _Text.BalSheetValuationExplanation

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName IDEVALEXPL view
AbapCatalog.compiler.compareFilter true view
EndUserText.label Explanation for Balance Sheet Valuation view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey BalSheetValuationExplanation view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY BalSheetValuationExplanation
_Text _Text
@AbapCatalog.sqlViewName: 'IDEVALEXPL'
@AbapCatalog.compiler.compareFilter: true
@EndUserText.label: 'Explanation for Balance Sheet Valuation'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: { representativeKey: 'BalSheetValuationExplanation',
                usageType.serviceQuality: #A,
                usageType.sizeCategory: #S,
                usageType.dataClass: #MASTER }
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
define view I_BalSheetValuationExplanation
  as select from dd07l
  association [0..*] to I_BalShtValnExplanationText as _Text on $projection.BalSheetValuationExplanation = _Text.BalSheetValuationExplanation
{
      @ObjectModel.text.association: '_Text'
  key cast ( cast ( substring( domvalue_l, 1, 3 ) as abap.numc( 3 ) ) as fbv_valuation_explanation ) as BalSheetValuationExplanation,


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