I_FinancialDataSource
Financial Data Source
I_FinancialDataSource is a Basic CDS View (Dimension) that provides data about "Financial Data Source" in SAP S/4HANA. It reads from 1 data source (ffs_d_datasrce) and exposes 2 fields with key field FinancialDataSource. It has 1 association to related views. Part of development package FIN_FS_ACCDIM_DB.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| ffs_d_datasrce | ffs_d_datasrce | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_FinancialDataSourceT | _Text | |
Annotations (16)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Financial Data Source | view | |
| ObjectModel.representativeKey | FinancialDataSource | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.sapObjectNodeType.name | FinancialDataSource | view | |
| ObjectModel.modelingPattern | #ANALYTICAL_DIMENSION | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.internalName | #LOCAL | view | |
| Search.searchable | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Metadata.allowExtensions | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FinancialDataSource | datasource_id | ||
| _Text | _Text |
@EndUserText.label: 'Financial Data Source'
@ObjectModel:{
representativeKey: 'FinancialDataSource',
usageType: {
serviceQuality: #A,
sizeCategory: #M,
dataClass: #MASTER
},
sapObjectNodeType.name: 'FinancialDataSource',
modelingPattern: #ANALYTICAL_DIMENSION,
resultSet.sizeCategory: #XS,
supportedCapabilities: [#CDS_MODELING_ASSOCIATION_TARGET,
#CDS_MODELING_DATA_SOURCE,
#SEARCHABLE_ENTITY,
#SQL_DATA_SOURCE,
#ANALYTICAL_DIMENSION,
#VALUE_HELP_PROVIDER]
}
@VDM: {
viewType:#BASIC,
lifecycle.contract.type:#PUBLIC_LOCAL_API
}
@AccessControl.authorizationCheck: #MANDATORY
@Analytics: {
dataCategory: #DIMENSION,
internalName:#LOCAL
}
@Search.searchable: true
@Metadata: {
ignorePropagatedAnnotations: true,
allowExtensions: true
}
define root view entity I_FinancialDataSource
as select from ffs_d_datasrce
composition [0..*] of I_FinancialDataSourceT as _Text
{
@Search.ranking: #HIGH
@Search.defaultSearchElement: true
@ObjectModel.text.association: '_Text'
key datasource_id as FinancialDataSource,
/* Associations */
_Text
}
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