P_CALCPERIOD

CDS View

P_CALCPERIOD is a CDS View in S/4HANA. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_EnvrmtAmountsForActivity view inner COMPOSITE Amounts for Activities
@AbapCatalog.sqlViewName: 'PCALCPERIOD'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass:#CUSTOMIZING
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.private:true
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'Period'

/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] }*/
define view P_CalcPeriod
  as select from dd07t
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
  key cast(domvalue_l  as ehfnd_calc_usage_period)  as Period, //casting to have the right label for consumers

      @Semantics.language: true
  key ddlanguage                                    as Language,
      @Semantics.text: true
      ddtext                                        as DataPeriodName,
      _Language
}
where
      domname  = 'EHFND_CALC_USAGE_PERIOD'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/