FAC_DART_Z3_FISCALVARIANT

DDL: FAC_DART_Z3_FISCALVARIANT SQL: FAC_DZFISVANT Type: view

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)

SourceAliasJoin Type
I_FiscalPeriodForVariant I_FiscalPeriodForVariant from
I_LedgerCompanyCodeCrcyRoles I_LedgerCompanyCodeCrcyRoles inner

Annotations (12)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/