P_DATACOLLDEFPERIOD

CDS View

P_DATACOLLDEFPERIOD 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: 'PMDEFPERIOD'
@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_DataCollDefPeriod
  as select from dd07t
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
  key cast(domvalue_l  as ehenv_mdef_period_code)  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  = 'EHENV_MDEF_PERIOD_CODE'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"VERSION":0
}
}*/