I_FiscalYearForVariant
Fiscal Year For Fiscal Year Variant
I_FiscalYearForVariant is a Basic CDS View (Dimension) that provides data about "Fiscal Year For Fiscal Year Variant" in SAP S/4HANA. It has 1 association to related views. Part of development package FINS_FI_DATE.
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_FiscalYearVariant | _FiscalYearVariant | $projection.FiscalYearVariant = _FiscalYearVariant.FiscalYearVariant |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Fiscal Year For Fiscal Year Variant | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| Analytics.dataExtraction.enabled | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.representativeKey | FiscalYear | view | |
| Analytics.technicalName | IFIFYEARFYV | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| ObjectModel.modelingPattern | #ANALYTICAL_DIMENSION | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FiscalYearVariant | P_FiscalYearPeriod | fiscal_year_variant | |
| KEY | FiscalYear | P_FiscalYearPeriod | fiscal_year | |
| FiscalYearStartDate | P_FiscalYearPeriod | fiscal_year_start_date | ||
| FiscalYearEndDate | P_FiscalYearPeriod | fiscal_year_end_date | ||
| _FiscalYearVariant | _FiscalYearVariant |
@EndUserText.label: 'Fiscal Year For Fiscal Year Variant'
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType: #BASIC
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@Analytics.dataExtraction.enabled:true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'FiscalYear'
@Analytics.technicalName: 'IFIFYEARFYV'
@Analytics: { dataCategory: #DIMENSION }
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@ObjectModel.supportedCapabilities: [#ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #EXTRACTION_DATA_SOURCE]
define view entity I_FiscalYearForVariant as select distinct from P_FiscalYearPeriod
association [0..1] to I_FiscalYearVariant as _FiscalYearVariant on $projection.FiscalYearVariant = _FiscalYearVariant.FiscalYearVariant
{
@ObjectModel.foreignKey.association: '_FiscalYearVariant'
//@Semantics.fiscal.yearVariant: true
key P_FiscalYearPeriod.fiscal_year_variant as FiscalYearVariant,
key P_FiscalYearPeriod.fiscal_year as FiscalYear,
P_FiscalYearPeriod.fiscal_year_start_date as FiscalYearStartDate,
P_FiscalYearPeriod.fiscal_year_end_date as FiscalYearEndDate,
_FiscalYearVariant
}
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