I_BalShtExpsrKeyFigDataSource
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)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | DomainValue | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA