I_SchedProdnSchedgCtrlText

DDL: I_SCHEDPRODNSCHEDGCTRLTEXT SQL: ISHPDSHGCTRLT Type: view BASIC

Schedule Production Scheduling Control Description

I_SchedProdnSchedgCtrlText is a Basic CDS View that provides data about "Schedule Production Scheduling Control Description" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields SchedulingControl, Language. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_SchedProdnSchedgCtrl _schedprodnschedgctrl $projection.SchedulingControl = _schedprodnschedgctrl.SchedulingControl
[0..1] I_Language _Language dd07t.ddlanguage = _Language.Language

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName ISHPDSHGCTRLT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Schedule Production Scheduling Control Description view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY SchedulingControl dd07t domvalue_l
KEY Language dd07t ddlanguage
SchedulingControlText dd07t ddtext
_Language _Language
@AbapCatalog.sqlViewName: 'ISHPDSHGCTRLT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Schedule Production Scheduling Control Description'
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.resultSet: {
    sizeCategory: #XS }
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #S, dataClass: #MASTER}
define view I_SchedProdnSchedgCtrlText
  as select from dd07t
  association [0..1] to I_SchedProdnSchedgCtrl as _schedprodnschedgctrl on $projection.SchedulingControl = _schedprodnschedgctrl.SchedulingControl
  association [0..1] to I_Language             as _Language             on dd07t.ddlanguage = _Language.Language
{

  key dd07t.domvalue_l as SchedulingControl,
      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key dd07t.ddlanguage as Language,
  //key dd07t.valpos     as SequenceNumber,

      @Semantics.text: true
      dd07t.ddtext     as SchedulingControlText,

      _schedprodnschedgctrl,
      _Language

}
where
      dd07t.domname  = 'PPH_CFS_SCH_SCHEDG_CTRL'
  and dd07t.as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_SCHEDPRODNSCHEDGCTRL"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/