@AbapCatalog.sqlViewName: 'PFIFYEARPERIOD'
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.buffering.status: #NOT_ALLOWED
//@AbapCatalog.buffering.type: #FULL
//@AbapCatalog.buffering.numberOfKeyFields: 1
@AbapCatalog.preserveKey:true
//@EndUserText.label: 'Fiscal Year Period'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.private:true
define view P_FiscalYearPeriod as select from finsc_period
{
key cast( fiscal_year_variant as fis_periv preserving type ) as fiscal_year_variant,
key cast( fiscal_year as fis_gjahr_no_conv preserving type ) as fiscal_year,
key fiscal_period,
fiscal_period_start_date,
fiscal_period_end_date,
is_special_period,
fiscal_year_start_date,
fiscal_year_end_date,
next_fiscal_period,
cast( next_fiscal_period_fiscal_year as fins_nxt_fiscperiodfiscyear_nc preserving type ) as next_fiscal_period_fiscal_year,
cast( fiscal_year_period as fins_fyearperiod preserving type ) as fiscal_year_period
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FINSC_PERIOD"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/