I_FinancialPositionGroup

DDL: I_FINANCIALPOSITIONGROUP Type: view_entity BASIC Package: FTR_FINANCIAL_STATUS_CORE

Financial Status Financial Position Grp

I_FinancialPositionGroup is a Basic CDS View (Dimension) that provides data about "Financial Status Financial Position Grp" in SAP S/4HANA. It reads from 1 data source (ftr_fp_grp_def) and exposes 3 fields with key field FinancialPositionGroup. Part of development package FTR_FINANCIAL_STATUS_CORE.

Data Sources (1)

SourceAliasJoin Type
ftr_fp_grp_def FinancialPositionGroupDef from

Annotations (14)

NameValueLevelField
AbapCatalog.entityBuffer.definitionAllowed false view
ObjectModel.representativeKey FinancialPositionGroup view
Analytics.technicalName IFSFINPOSGRP view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.sapObjectNodeType.name FinancialPositionGroup view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
EndUserText.label Financial Status Financial Position Grp view
Metadata.ignorePropagatedAnnotations true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY FinancialPositionGroup ftr_fp_grp_def fin_pos_grp
FinancialPositionGroupName ftr_fp_grp_def fin_pos_grp_name
FinPositionAssetLiabilityCode ftr_fp_grp_def asset_or_lblty
@AbapCatalog.entityBuffer.definitionAllowed: false
@ObjectModel.representativeKey: 'FinancialPositionGroup'
@Analytics.technicalName: 'IFSFINPOSGRP'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.sapObjectNodeType.name: 'FinancialPositionGroup'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@ObjectModel.supportedCapabilities: [#ANALYTICAL_DIMENSION, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #EXTRACTION_DATA_SOURCE]
@AccessControl.authorizationCheck: #NOT_REQUIRED

@VDM.viewType: #BASIC
@Analytics: {dataCategory: #DIMENSION, dataExtraction.enabled: true}
@EndUserText.label: 'Financial Status Financial Position Grp'
@Metadata.ignorePropagatedAnnotations:true
define view entity I_FinancialPositionGroup
  as select from ftr_fp_grp_def as FinancialPositionGroupDef
 
{ 
   
      @ObjectModel.text.element: [ 'FinancialPositionGroupName']
  key FinancialPositionGroupDef.fin_pos_grp       as FinancialPositionGroup,
      @Semantics.text: true
      FinancialPositionGroupDef.fin_pos_grp_name  as FinancialPositionGroupName,
      FinancialPositionGroupDef.asset_or_lblty    as FinPositionAssetLiabilityCode

}