FAC_DART_Z3_FISCALVARIANT
Fiscal period for variant
FAC_DART_Z3_FISCALVARIANT is a CDS View that provides data about "Fiscal period for variant" in SAP S/4HANA. It reads from 2 data sources (I_FiscalPeriodForVariant, I_LedgerCompanyCodeCrcyRoles) and exposes 6 fields with key fields CompanyCode, Ledger, FiscalYear, FiscalPeriod.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| I_FiscalPeriodForVariant | I_FiscalPeriodForVariant | from |
| I_LedgerCompanyCodeCrcyRoles | I_LedgerCompanyCodeCrcyRoles | inner |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | FAC_DZFISVANT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| EndUserText.label | Fiscal period for variant | view | |
| AbapCatalog.preserveKey | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.representativeKey | FiscalPeriod | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| Analytics.dataExtraction.enabled | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CompanyCode | I_LedgerCompanyCodeCrcyRoles | CompanyCode | |
| KEY | Ledger | I_LedgerCompanyCodeCrcyRoles | Ledger | |
| KEY | FiscalYear | I_FiscalPeriodForVariant | FiscalYear | |
| KEY | FiscalPeriod | I_FiscalPeriodForVariant | FiscalPeriod | |
| FiscalPeriodStartDate | I_FiscalPeriodForVariant | FiscalPeriodStartDate | ||
| FiscalPeriodEndDate | I_FiscalPeriodForVariant | FiscalPeriodEndDate |
@AbapCatalog.sqlViewName: 'FAC_DZFISVANT'
@AbapCatalog.compiler.compareFilter: true
@EndUserText.label: 'Fiscal period for variant'
@AbapCatalog.preserveKey:true
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.representativeKey: 'FiscalPeriod'
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.serviceQuality: #D
@Analytics.dataExtraction.enabled:true
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view FAC_DART_Z3_FISCALVARIANT
as select from I_FiscalPeriodForVariant
inner join I_LedgerCompanyCodeCrcyRoles on I_FiscalPeriodForVariant.FiscalYearVariant = I_LedgerCompanyCodeCrcyRoles.FiscalYearVariant
{
key I_LedgerCompanyCodeCrcyRoles.CompanyCode,
key I_LedgerCompanyCodeCrcyRoles.Ledger,
key I_FiscalPeriodForVariant.FiscalYear,
key I_FiscalPeriodForVariant.FiscalPeriod,
I_FiscalPeriodForVariant.FiscalPeriodStartDate,
I_FiscalPeriodForVariant.FiscalPeriodEndDate
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_FISCALPERIODFORVARIANT",
"I_LEDGERCOMPANYCODECRCYROLES"
],
"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