I_BalShtExpsrKeyFigDataSource

DDL: I_BALSHTEXPSRKEYFIGDATASOURCE SQL: IBSEKEYFIGDESC Type: view BASIC

Description for key figure data source

I_BalShtExpsrKeyFigDataSource is a Basic CDS View that provides data about "Description for key figure data source" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 2 fields with key field BalShtExpsrKeyFigureDataSource.

Data Sources (1)

SourceAliasJoin Type
dd07t DomainValue from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName IBSEKEYFIGDESC view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Description for key figure data source view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.resultSet.sizeCategory #XS view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY BalShtExpsrKeyFigureDataSource
BalShtExpsrKeyFigDataSrceName
@AbapCatalog.sqlViewName: 'IBSEKEYFIGDESC'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Description for key figure data source'
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel:{
    usageType : {
        sizeCategory: #S,
        serviceQuality: #X,
        dataClass: #MIXED
    },
    resultSet.sizeCategory: #XS
}
define view I_BalShtExpsrKeyFigDataSource
  as select from dd07t as DomainValue
{

  key cast(DomainValue.domvalue_l as fxm_datasource)                             as BalShtExpsrKeyFigureDataSource,

      cast(DomainValue.ddtext as bse_key_figure_data_srce_name preserving type ) as BalShtExpsrKeyFigDataSrceName
}
where
      DomainValue.as4local   = 'A'
  and DomainValue.domname    = 'FXM_DATASOURCE'
  and DomainValue.ddlanguage = $session.system_language