I_FinancialPositionGroup
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)
| Source | Alias | Join Type |
|---|---|---|
| ftr_fp_grp_def | FinancialPositionGroupDef | from |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
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