I_BalSheetExpsrKeyFigureGroup

DDL: I_BALSHEETEXPSRKEYFIGUREGROUP SQL: IBSEKFG Type: view BASIC

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)

SourceAliasJoin Type
fxm_kf_grp_def fxm_kf_grp_def from

Annotations (13)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/