I_FinancialPosition

DDL: I_FINANCIALPOSITION Type: view_entity BASIC

Financial Status Financial Position

I_FinancialPosition is a Basic CDS View (Dimension) that provides data about "Financial Status Financial Position" in SAP S/4HANA. It reads from 1 data source (ftr_fp_def) and exposes 5 fields with key field FinancialPosition.

Data Sources (1)

SourceAliasJoin Type
ftr_fp_def FinancialPositionDef from

Annotations (13)

NameValueLevelField
AbapCatalog.entityBuffer.definitionAllowed false view
ObjectModel.representativeKey FinancialPosition view
Analytics.technicalName IFSFINPOS view
ObjectModel.usageType.dataClass #MASTER 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 view
Metadata.ignorePropagatedAnnotations true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY FinancialPosition ftr_fp_def fin_pos
FinancialPositionName ftr_fp_def fin_pos_name
FinancialPositionGroup ftr_fp_def fin_pos_grp
FinancialPositionDataSource ftr_fp_def datasource
FinPositionAssetLiabilityCode FinancialPositionGroupDef FinPositionAssetLiabilityCode
@AbapCatalog.entityBuffer.definitionAllowed: false
@ObjectModel.representativeKey: 'FinancialPosition'
@Analytics.technicalName: 'IFSFINPOS'
@ObjectModel.usageType.dataClass: #MASTER
@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'
@Metadata.ignorePropagatedAnnotations:true 
define view entity I_FinancialPosition
  as select from ftr_fp_def               as FinancialPositionDef
 
    association[0..1] to I_FinancialPositionGroup as FinancialPositionGroupDef on FinancialPositionDef.fin_pos_grp = FinancialPositionGroupDef.FinancialPositionGroup

{    
      @ObjectModel.text.element: [ 'FinancialPositionName']
  key FinancialPositionDef.fin_pos                                  as FinancialPosition,
      @Semantics.text: true
      FinancialPositionDef.fin_pos_name                             as FinancialPositionName,
      FinancialPositionDef.fin_pos_grp                              as FinancialPositionGroup,
      FinancialPositionDef.datasource                               as FinancialPositionDataSource,
      FinancialPositionGroupDef.FinPositionAssetLiabilityCode       as FinPositionAssetLiabilityCode
}                             
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_FINANCIALPOSITIONGROUP",
"FTR_FP_DEF"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/