I_FinancialPosition
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)
| Source | Alias | Join Type |
|---|---|---|
| ftr_fp_def | FinancialPositionDef | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
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