I_BalSheetExpsrKeyFigureGroup
Balance Sheet Exposure Key Figure Group
I_BalSheetExpsrKeyFigureGroup is a Basic CDS View (Dimension) that provides data about "Balance Sheet Exposure Key Figure Group" in SAP S/4HANA. It reads from 1 data source (fxm_kf_grp_def) and exposes 2 fields with key field BalShtExpsrKeyFigGrp.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| fxm_kf_grp_def | fxm_kf_grp_def | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IBSEKFG | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| EndUserText.label | Balance Sheet Exposure Key Figure Group | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.representativeKey | BalShtExpsrKeyFigGrp | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Analytics.internalName | #LOCAL | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BalShtExpsrKeyFigGrp | kf_group | ||
| BalShtExpsrKeyFigGrpName | kf_group_text |
@AbapCatalog.sqlViewName: 'IBSEKFG'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@EndUserText.label: 'Balance Sheet Exposure Key Figure Group'
@Analytics: { dataCategory: #DIMENSION}
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: { representativeKey: 'BalShtExpsrKeyFigGrp',
usageType.serviceQuality: #A,
usageType.sizeCategory: #S,
usageType.dataClass: #CUSTOMIZING }
@ClientHandling.algorithm: #SESSION_VARIABLE
@Analytics.internalName:#LOCAL
define view I_BalSheetExpsrKeyFigureGroup
as select from fxm_kf_grp_def
{
key kf_group as BalShtExpsrKeyFigGrp,
@Semantics.text: true
kf_group_text as BalShtExpsrKeyFigGrpName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FXM_KF_GRP_DEF"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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