V_ML_YEARS_VIEW

CDS View

LOCAL: Fiscal Years

V_ML_YEARS_VIEW is a CDS View in S/4HANA. LOCAL: Fiscal Years. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
v_ml_bcf_view view inner LOCAL: Material Ledger BCF
@AbapCatalog.sqlViewName: 'FMLV_YEAR'
@EndUserText.label: 'LOCAL: Fiscal Years'
define view v_ml_years_view as
--   select distinct fiscal_year from finsc_period
   select distinct  mandt,
                    lfgja as fiscal_year from mbew
        where lfgja <> '0000'
   ;
           
  
  
  
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"MBEW"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/